lilo and grub won't boot winXP
here is the situation. I have 2 hardrives one with linux(hde) and one with XP (hdf). lilo is installed to the first hardrive and linux works fine but all i see when i try to bot into XP in "lilo loading windows" and nothing happens after that .
here is my lilo setup:
message = /boot/message
timeout = 80
prompt
default = Linux
boot = /dev/hde
image = /boot/vmlinuz
label = Linux
initrd = /boot/initrd
optional
root = /dev/hde3
vga = 0x317
append = "splash=silent desktop resume=/dev/hdf2 showopts"
image = /boot/vmlinuz
label = Failsafe
initrd = /boot/initrd
optional
root = /dev/hde3
vga = normal
append = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 3"
other = /dev/hdf2
label = winxp
I know i'm missing something in the winxp section.
any suggestions ?
|