Click to See Complete Forum and Search --> : Windows Won't Boot, and I don't know why


Sasquash
03-26-2004, 05:27 AM
I have four partitions:

hda1 - /boot
hda5 - /
hda7 - swap
hda6 - /mnt/windows

I've set up Lilo to boot to hda6 by default - the image name is 'windows' - but when it makes the selection to boot windows, it just says "Loading windows" and then does nothing. It just sits there with a blinking cursor.

Also, I've tried configuring Lilo, and it's given me the option of changing the boot device. Should my boot device be hda (default) or hda1 (my /boot mounted partition)?

Thanks all

Sasquash

dboyer
03-26-2004, 05:37 AM
my windows section of lilo.conf looks like this:

other = /dev/hda1
label = Windows2000
table = /dev/hda

I would assume yours would be similiar:

other = /dev/hda6
label = Windows
table = /dev/hda

Sasquash
03-26-2004, 05:42 AM
Yes but without the table=/dev/hda

What does this mean?

dboyer
03-26-2004, 06:00 AM
man is your friend :)

http://hegel.ittc.ukans.edu/topics/linux/man-pages/man5/lilo.conf.5.html#sect3

Sasquash
03-26-2004, 06:13 AM
I added table=/dev/hda to my windows thing.

Should I keep my boot device as hda or make it hda1?

Thanks

Sasquash

Sasquash
03-26-2004, 06:14 AM
Ah, I just realised the potential of the chain-loader option.

Does anyone know how to direct this to the Windows 2000 normal bootloader?

Thanks

Sasquash

gamblor01
03-26-2004, 10:34 AM
You know I just posted something on this yesterday just a few hours before you did. Here's the thread that my post is on, but I still haven't figured out the dual boot yet...:(

http://www.justlinux.com/forum/showthread.php?s=&threadid=124854

mdwatts
03-26-2004, 12:45 PM
Originally posted by Sasquash
Ah, I just realised the potential of the chain-loader option.

Does anyone know how to direct this to the Windows 2000 normal bootloader?


As dboyer suggested,

other = /dev/hda6
label = Windows
table = /dev/hda

should work since Windows is on hda6.