gianfranko
07-19-2001, 12:09 AM
everytime I try to boot windows from lilo I get the message "loading windows" and then the computer just freezes. Meanwhile Linux boots perfectlly fine from the LILO prompt.
Here is a copy of my lilo.conf file:
vga=normal
default=windows
keytable=/boot/us.klt
lba32
prompt
timeout=50
disk=/dev/hdd bios=0x80
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/sda6
initrd=/boot/initrd.img
append=" hdc=ide-scsi hdb=ide-floppy quiet"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/sda6
append=" hdc=ide-scsi hdb=ide-floppy"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/sda6
initrd=/boot/initrd.img
append=" hdc=ide-scsi hdb=ide-floppy failsafe"
read-only
other=/dev/sda1
label=windows
table=/dev/sda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label=floppy
unsafe
What I dont get is the line:
"disk=/dev/hdd bios=0x80"
/dev/hdd is my IDE hard disk drive, but no OS is located there
I am trying to boot from an SCSI drive /dev/sda; the SCSI HD is not recognized by the bios. The bios is setup to boot from the SCSI controller card.
Any suggestions?
Here is a copy of my lilo.conf file:
vga=normal
default=windows
keytable=/boot/us.klt
lba32
prompt
timeout=50
disk=/dev/hdd bios=0x80
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/sda6
initrd=/boot/initrd.img
append=" hdc=ide-scsi hdb=ide-floppy quiet"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/sda6
append=" hdc=ide-scsi hdb=ide-floppy"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/sda6
initrd=/boot/initrd.img
append=" hdc=ide-scsi hdb=ide-floppy failsafe"
read-only
other=/dev/sda1
label=windows
table=/dev/sda
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label=floppy
unsafe
What I dont get is the line:
"disk=/dev/hdd bios=0x80"
/dev/hdd is my IDE hard disk drive, but no OS is located there
I am trying to boot from an SCSI drive /dev/sda; the SCSI HD is not recognized by the bios. The bios is setup to boot from the SCSI controller card.
Any suggestions?