| Lilo loads with Windows but Windows wont boot I have tried using the SuperGRUB disk as to your instructions but that failed. So I swapped my hard drives around so that Xandros (20Gb) is Primary Master and Windows Xp (80Gb) is Primary Slave.
Lilo recognises Windows XP but when I press enter, it reloads Lilo but this time without the Winodws XP option and then loads into Xandros.
Here is my lilo.conf file to see if anything is wrong with it:
boot=/dev/hda
install=/boot/cboot.b
message=/boot/splash.lilo
timeout=150
map=/boot/map
prompt
lba32
read-only
compact
fix-table
other=/dev/mapper/pdc_fdbfbfcj1
label=Windows®_XP
image=/vmlinuz
label=Xandros_4_Professional
vga=791
root=/dev/hda1
initrd=/boot/initrd-2.6.18-dcc-smp.gz
append="quiet rw acpi=on resume2=swap:/dev/hda5 "
image=/vmlinuz
label=Safe_Video_Mode
vga=791
root=/dev/hda1
initrd=/boot/initrd-2.6.18-dcc-smp.gz
append="3 quiet rw acpi=on resume2=swap:/dev/hda5 "
image=/vmlinuz
label=Configure_(Expert)
vga=normal
root=/dev/hda1
initrd=/boot/initrd-2.6.18-dcc-smp.gz
append="single quiet rw acpi=on resume2=swap:/dev/hda5 noresume noresume2 nosplash=y "
I also changed my boot.ini file on C:\
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
rdisk(0) was the orgiginal but changed to rdisk(1) as its now slave. I'm pretty sure its right but then again I could be wrong.
Also I noticed a file, /etc/lilop.conf it is much the same as lilo.conf but without
other=/dev/mapper/pdc_fdbfbfcj1
label=Windows®_XP
Hope some of this inof might help you to figure out whats going on with the LILO Boot Loader |