Big Switch 7: Shake your Booty

OK, in the last post, I had moved my partitions around substantially, so we were obviously in for a few problems booting. To recap, the new layout looks like this:

  • /dev/hda1 – 20Gb – Linux main system (moved and enlarged)
  • /dev/hda2 – 100Mb – /boot partition (moved)
  • /dev/hda4 – 1 Gb – swap partition (moved)
  • /dev/hda3 – Extended partition containing
    • /dev/hda5 – 17 Gb Data partition (enlarged)
    • /dev/hda6 – 17Gb /home partition (newly created to house all the VMs)

The first problem was getting the thing to boot up. The MBR was still on the boot sector of the drive, but it was telling the computer to boot from the wrong sector. I pulled out the Mint / Ubuntu install CD and booted from that.

Read more

Eee and Me.

Among all the hype for the wafer thin object of desire, the Apple Air, I have maintained perspective. While my Mac-oriented friends swoon and drool, I did the proper geeky thing and focused on the key question "What do you actually get for your money?" The design is superb of course, and that has value in itself, but for USD 1800, you're effectively getting low-spec hardware and a machine that's missing a few useful features.

I personally use a DVD RW for backing up files when I don't have access to a portable hard disk, or when I want a more permanent archive. I also install a lot of software, and alternative OSes, so I use it for that too. And not to mention the DVDs I play on it, so I'd definitely miss having an optical drive. However I do understand that the main reason for axing the optical drive is to keep the unit slim, so I can see why they excluded it. However, putting on a few more USB ports might have been a good idea, so you can plug in an external one along with your mouse.

Read more

Big Switch 6: Virtually there.

OK a quick recap from my last post, where I realised that then next step was going to take some explaining … A week or so went by without incident and it was time to consider the final stage: moving Windows to a virtual machine and getting rid of the old Windows partition. Here are the main stages.

  1. Make a windows install CD from the install files on the windows partition (Thinkpads don’t have an install CD, they use an Install partition)
  2. Install vmware on Ubuntu and make a Windows Virtual Machine.
  3. Delete the old Windows and IBM Install partitions
  4. Re-arrange the remaining partitions to suit the new arrangement.

    Read more

Big Switch 5: Unplugged

So now I had all the software installed and working correctly I could catch up with work, and just get used to using Linux on a day to day basis. I also had the security of a fully functional Windows installation to fall back on, should everything go wrong, or should I have forgotten to copy something across.

But up until now, I'd only been using a Wired connection. The built-in wireless on my Thinkpad R51e didn't work with Ubuntu, and a few attempts to fix it were not rewarded with success. I decided to wait until I had a weekend free to sort it all out. In the interim, if I needed wireless, I had a Buffalo Airport PCMCIA card which worked perfectly when I plugged it in.

Read more

Big Switch 4: Softly Softly

Now we've got the box booting correctly its time to install some useful pieces of software, and fix a couple of things that don't work quite right out of the box. Your mileage may vary with this section, as some of the software choices are personal.

OK first golden rule of any Linux install, update all the existing software. As Linux Mint is based on Ubuntu, which is based on Debian (uh, that's enough …), then we use:

sudo apt-get update
sudo apt-get upgrade

… and go away and get a coffee, 'cos on a 47 kbyte connection this takes a while. Actually make that a coffee, a visit to the gym and lunch.

Read more