Hi All,

I've been having some trouble with lilo for a while on this box, I know
this must be a FAQ by now, but I think this might be different. The answer
is usually, "Put lba32 in lilo.conf", but this doesn't seem to work.

I get just L at boot.
I'm able to boot from my bootdisk, but I want to boot properly, and get
these kernel updates installed.

Here's my ide layout:
hda win98
hdb guinness
hdc cdrom
hdd seawolf

Here's lilo.conf, /sbin/lilo, fstab, and df -h:

[root@NIS-968447514 meetsma]# cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
lba32
default=2.4.9-6

image=/boot/vmlinuz-2.4.2-2
        label=2.4.2-2
        read-only
        vga=773
        root=/dev/hdd1

image=/boot/vmlinuz-2.4.3-12
        label=2.4.3-12
        read-only
        vga=773
        root=/dev/hdd1

image=/boot/vmlinuz-2.4.9-6
        label=2.4.9-6
        read-only
        vga=773
        root=/dev/hdd1

other=/dev/hda1
        optional
        label=dos
[root@NIS-968447514 meetsma]# /sbin/lilo
Warning: BIOS drive 0x83 may not be accessible
Warning: BIOS drive 0x83 may not be accessible
Warning: BIOS drive 0x83 may not be accessible
Warning: BIOS drive 0x83 may not be accessible
Added 2.4.2-2
Warning: BIOS drive 0x83 may not be accessible
Added 2.4.3-12
Warning: BIOS drive 0x83 may not be accessible
Added 2.4.9-6 *
Added dos
[root@NIS-968447514 meetsma]# cat /etc/fstab
LABEL=/1                /                       ext2    defaults        1 1
LABEL=/home             /home                   ext2    defaults        1 2
/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
LABEL=/tmp              /tmp                    ext2    defaults        1 2
LABEL=/usr              /usr                    ext2    defaults        1 2
none                    /proc                   proc    defaults        0 0
none                    /dev/pts                devpts  gid=5,mode=620  0 0
/dev/hdb5               swap                    swap    defaults        0 0
/dev/hdd3               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0
[root@NIS-968447514 meetsma]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdd1             1.5G  165M  1.2G  12% /
/dev/hdd7             4.1G  1.2G  2.7G  31% /home
/dev/hdd6             988M   36k  938M   1% /tmp
/dev/hdd5             2.9G  1.7G  1.1G  59% /usr
[root@NIS-968447514 meetsma]#


I've tried linear and lba32, both with the same result. hdd1 is not that
big, so it should not require either of these right?
Is there something wrong with trying to boot from hdd?

Any ideas?
Thanks, Arend



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to