I installed bt to the hardrive and it boots fine with the lilo menu but I am not trying to get it dual booting with vista. This is currently my lilo config
Code:
boot = /dev/sda
prompt
timeout = 60
#bitmap=/boot/splash.bmp
change-rules
reset
#vga = 769,771/773/792
vga = 769
image = /boot/vmlinuz
root = current
label = BackTrack
read-only
other = /dev/sda1
label = Vista
table = /dev/sda
Code:
bt ~ # lilo
Warning: LBA32 addressing assumed
Added BackTrack *
Added Vista
One warning was issued.
I fixed it by adding this to the config.
Here is the new working config.
Code:
boot = /dev/sda
prompt
timeout = 60
lba32
compact
#bitmap=/boot/splash.bmp
change-rules
reset
#vga = 769,771/773/792
vga = 769
image = /boot/vmlinuz
root = current
label = BackTrack
read-only
other = /dev/sda1
label = Vista
table = /dev/sda