General discussion
-
Topic
-
Lilo problems. Possibly from UDMA.
LockedI have an A7V266-E board from Asus, with onboard Promise UltraDMA 100. I
have 2 HDs installed. The first one, (hde) is my drive with Win XP, and my
second one (hdg) is my linux (Slackware 8.1) drive. I followed a dual booting guide exactly (to
dual boot using ntloader using dd to copy the boot sector), and lilo only gets to L, and then loops 01.
In fact, the only way I can get into the system is to boot from the CD.
I edited my lilo.conf, and added lba32, but still no fix. Linux can see the
drives fine once I boot from CD.The drive that contains XP, and a copy of the linux boot sector, is FAT32
formatted, so no blaming of NTFS. Btw, it is much more important to me that XP boots, and I really would like a solution that dosen’t involve turning off UDMA in the BIOS.Here is a copy of my lilo.conf:
# LILO configuration file
# generated by ‘liloconfig’
#
# Start LILO global section
lba32
append=”hdc=ide-scsi”
boot = /dev/hdg1
map=/boot/map
install=/boot/boot.b
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdg1
label = Linux
read-only
# Linux bootable partition config ends