Notes on upgrading a Vaio Z600HEK to Windows 2000 Advanced Server and RedHat Linux 7.3

My notes from upgrading a Sony Vaio PCG-Z600HEK from Windows 2000 Professional to Windows 2000 Advanced Server and also installing RedHat Linux 7.3 on this notebook.

  1. Introduction
  2. My Plan
  3. Windows 2000 Advanced Server
  4. RedHat Linux 7.3
 

This version: $Revision: 1.3 $ $Date: 2003/08/04 08:13:09 $


Introduction

The Vaio I purchased comes with Windows 2000 Professional, and I needed to update this for development work to run both RedHat Linux 7.1 and also Windows 2000 Advanced Server.

This brief note outlines what I did, and what gotchas got me on the way.

Rant: the Vaio is an expensive but good product. However, just trying to buy one from Sony direct (Europe) was a pain in the arse. To cut a long story short.. if you can find an equivalent non-Sony product or buy it from a store, I recommend you do that.

My plan

My plan may differ from yours, but here's what I wanted to do:

  1. Repartition the disks to make space for Linux and to use NTFS.
  2. Wipe out all traces of Windows 2000 Professional, and replace it with advanced server.
  3. Install Grub to boot between operating systems.

To set up the partitions I used PowerQuest's PartionMagic 6.0. Note that PartitionMagic does not work on Windows Server editions, so this was a one-off use of the product. Perhaps I should have created a small Windows 2000 Professional or Windows 98 partition so I could use PartitionMagic again... but I didn't. Given what I know now, I think I could have gotten away with using something like fdisk to hack away at the partitions.

The Vaio shipped with two FAT32 paritions. I resized the first partition to give myself a Linux swap and Linux / partition, and then converted the second Fat32 partition into NTFS. PartitionMagic did this without a problem.

For installation of both Windows 2000 Advanced Server and RedHat Linux, I plugged all the peripherals into the notebook in the hope that the OSs would automatically detect everything.

Advanced server will not automagically upgrade 2000 professional to a server edition, so you have to decide to either install 2000 Server alongside Professional or delete professional. I decided to get rid of professional.

In 2000 Professional, I tried to run the install program from the Advanced CD, but early on during the install Windows decided it couldn't see the CD anymore. In the end I started the install by rebooting with the Advanced Server CD in the drive.

The Advanced server set up program runs for a bit, copying files from the CD, and then asks you what partition you want to install on. At this point I deleted my fat32 ("C:\") partition, then recreated it for Advanced Server. This gets rid of Professional for good.

The install then chunders on, and nothing of any great interest happens. Except, select "Alps" pointing device as the mouse.

After 2000 starts up, it's time to re-install all the Sony software. This is all on disk 3 of the Product Recovery CD ROM.

I started dipping into the Apps folder of this CD running every setup.exe I could find. Mostly this worked, but for some applications I was getting a SxBios.dll error: SonyNC.sys could not be detected.

To fix this I tried installing the .inf files in the Drivers folder of the CD, but this seemed to do nothing. In the end I went into Control Panels/Add Remove Hardware (yeah, Hardware) and selected "Add/troubleshoot" a device. This found three or four "unknown" bits of hardware. If you then select them in turn and let Windows search the CD for a driver, it will find drivers for the Modem, "Sony Programmable IO", something about the memory stick and "Sony Notebook Control Device". You'll probably have to reboot a couple of times, but once these "hardware devices" are set up the "SonyNC.sys" errors go away.

After that's sorted, I just carried on installing everything in the Apps folder of the recovery CD, and the machine is all well and running Advacned Server.

The only thing I've noticed not working is one of the suppend modes: FN+Esc. This suspends the machine but when you restart it, the screen doesn't wake up. The two times I've tried this I've had to take out the battery to get the machine back. (I've since learned that you can shutdown the box when it's in this state by just holding down the power slider for about 10 seconds).

RedHat Linux 7.3

The basic install works: insert the RedHat CD and reboot, select graphical install and off you go. I went for the Laptop install, with Grub on the master boot record, and it all hapened as you'd expect.

The CD is detected and the network card is detected. My D-Link 802.11b wireless network card works fine once I installed the wlan-ng drivers.

The USB mouse I have is detected and works. However, I can't figure out how to get the mouse and the pointing device working at the same time, though.

The built-in modem is a software modem (WinModem) which does seem to be supported. I've not tried it, though.

The memory stick works too. You just need to insert the stick and mount the filesystem: mount -t vfat /dev/sda1/ /mnt/memorystick

I can sync my Palm Pilot down the serial port without problem using JPilot.

The power management is "non standard". The Vaio Daemon project is doing something about this.

I've not tried the little web cam under Linux yet, but I will do.

I'll add more to this document as I try out more of the notebook in Linux. Hassle me if you feel like it.