I have tried every release from 8.0 Power pack up to the latest daily
cooker and I always have to manually add the following (shown with ">")

boot=/dev/hde6
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us-latin1.klt
> disk=/dev/hde
> bios=0x80
> disk=/dev/hda
> bios=0x81
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
        label=linux
        root=/dev/hde6
        initrd=/boot/initrd.img
        append=" hdg=ide-scsi devfs=mount quiet"
        vga=788
        read-only
image=/boot/vmlinuz
        label=linux-nonfb
        root=/dev/hde6
        initrd=/boot/initrd.img
        append=" hdg=ide-scsi devfs=mount"
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hde6
        initrd=/boot/initrd.img
        append=" hdg=ide-scsi devfs=mount failsafe"
        read-only
other=/dev/hde1
        label=windows
        table=/dev/hde
        map-drive=0x80
           to=0x81
        map-drive=0x81
           to=0x80
other=/dev/fd0
        label=floppy
        unsafe


Cheers,
Robert Fox


On Sun, 2001-09-09 at 11:26, Pixel wrote:
> [EMAIL PROTECTED] (Robert Fox) writes:
> 
> > When it boots and you get to the bash prompt, type "chroot /mnt" and
> > then edit your /etc/lilo.conf file (using your favorite editor) and add
> > the following lines after the keytable entry:
> > 
> > disk=/dev/hde
> > bios=0x80
> 
> isn't it there by default? can you give the lilo.conf before and after
> modification?
> 



Reply via email to