|
OK I just used the setup script to creat a LILO boot disk on a floppy always worked before. Here is the lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/fd0
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# Normal VGA console
vga = normal
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdg5
label = Linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# DOS bootable partition config begins
other = /dev/hde1
label = Windows
# map-drive = 0x80
# to = 0x81
# map-drive = 0x81
# to = 0x80
table = /dev/hde
# DOS bootable partition config ends
Looks normal to me maybe I will try to install LILO by hand but this should work. Also on another box I now have to hit a key to see the selection menu with a LILO floppy boot disk I just created after the other one went south strange.
|