Help needed with dual booting BlueQuartz & Windows 2000

Help needed with dual booting BlueQuartz & Windows 2000

I have acquired a Proliant DL380G2 server and while I can get Windows2000 & BlueQuartz running separately, I cant seem to be able to get them to do a dual boot.

I tried adding windows 2000 to LILO, but when I select Windows, i get the following error, but BlueQuartz loads fome.

Windows 2000 could not start because the following file is missing or corrupt:
<windows 2000 root>\system32\ntoskernl.exe.
Please re-install a copy of the above file.
I know the file is good, and that its in the correct location because windows2000 booted fine before I loaded BlueQuartz (CentOS based)

Here is what my /etc/lilo.conf file looks like:
Code:
prompt
timeout=20
default=linux
boot=/dev/cciss/c0d0
map=/boot/map
install=/boot/boot.b
message=/boot/message
serial = 0,38400n8
linear

image=/boot/vmlinuz-2.6.9-78.0.1.EL
        label=2.6.9-78.0.1.EL
        initrd=/boot/initrd-2.6.9-78.0.1.EL.img
        read-only
        root=/dev/VolGroup00/LogVol00

image=/boot/vmlinuz-2.6.9-42.0.3.ELsmp
        label=linux
        initrd=/boot/initrd-2.6.9-42.0.3.ELsmp.img
        read-only
        root=/dev/VolGroup00/LogVol00

image=/boot/vmlinuz-2.6.9-42.0.3.EL
        label=linux-up
        initrd=/boot/initrd-2.6.9-42.0.3.EL.img
        read-only
        root=/dev/VolGroup00/LogVol00
        append="console=tty0 console=ttyS0,38400n8"

other=/dev/cciss/c0d0p2
       label="Windows 2000"
       table=/dev/cciss/c0d0
Here is my disk configuration:
Code:
[root@localhost /]# fdisk -l

Disk /dev/cciss/c0d0: 9091 MB, 9091153920 bytes
255 heads, 32 sectors/track, 2176 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes

           Device Boot      Start         End      Blocks   Id  System
/dev/cciss/c0d0p1               1          25      101984   83  Linux
/dev/cciss/c0d0p2   *          26        2176     8776080    c  W95 FAT32 (LBA)

Disk /dev/cciss/c0d1: 54.6 GB, 54609592320 bytes
255 heads, 32 sectors/track, 13071 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes

           Device Boot      Start         End      Blocks   Id  System
/dev/cciss/c0d1p1   *           1       13071    53329664   8e  Linux LVM

Disk /dev/cciss/c0d2: 18.2 GB, 18203197440 bytes
255 heads, 32 sectors/track, 4357 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes

           Device Boot      Start         End      Blocks   Id  System
Any ideas on how to get windows2000 to work. It is on the same disk as /boot.

Thanks for the help. Help needed with dual booting BlueQuartz & Windows 2000
Last edited by MGCJerry; 10-04-2008 at 02:17 PM.

 

 

 

 

Top