Slackware 13

sw
I decided to give Slackware 13 a try on the new Thinkpad X31. Since there is no cd/dvd drive, I had to resort to unetbootin to get things going. I downloaded the dvd iso image and, through unetbootin, stuffed it on my trusty 4bg usb thumb drive. For some reason, this took 4 tries to be bootable, but did eventually work…mostly.

Slackware’s installer hasn’t changed since I started using it years ago, that I can remember. That being said, it’s a fairly straight forward and simple text interface menu system that you go through step by step. Since I was using a USB drive to install from I picked the “install from a mounted directory” option, hit alt-f2, made a directory and mounted my usb there (mkdir /linc ; mount /dev/sda1 /linc) and used the /linc/slackware directory as my source directory. Sounds a lot more complicated that it really is. The problem with that was that I apparently had a corrupt package on my usb stick and halfway through the install everything stopped. This was remedied by starting the install again and picking “ftp or http install”. I stuffed a copy of the slackware directory of the iso I had downloaded onto a spare webserver for a few minutes and pointed the installer there. That worked like a top. I selected to do a full install of everything.

Booting to Slackware was a lot tougher. Still having learning curve issues with Grub 2, I turned to the web for some help and after a few searches and trials came up with this:

exec tail -n +3 $0
menuentry “Slackware 13” {
set root=(hd0,6)
linux /boot/vmlinuz-huge-smp-2.6.29.6-smp ro root=/dev/hda6
}

Once everything was booted (Slackware seems to boot quite fast btw), I was dropped at the familiar login prompt (no fancy gui’s here folks – at least not by default). I logged in as root and set up my regular user account.

useradd -m linc
passwd linc
vigr
* add your user to wheel
* add your user to disk
* add your user to plugdev
* add your user to power

To be honest, I have no idea if I really needed to add myself to the disk and power groups but, hey, while I was there…

From there, I logged out of root and logged in as my user and then issued a “startx” which started my fancy KDE session. To be honest, I am not all that sure I like the KDE 4 series yet. It’s a little cartoonish to me and I definitely do not like the default menu system. I haven’t used it enough to really comment on it yet though – I may just end up liking it the more familiar I become with it. The familiarity will have to wait ’till I finally get wireless working though 🙂

Leave a Reply

You must be logged in to post a comment.