Bert,
You have a mixed hard drive environment.  LILO get confusxzeded as to which
root partition to write to.
Look at my LILO.conf:

disk=/dev/sda
  bios=0x80
disk=/dev/hda
  bios=0x81
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux
message=/boot/message
linear

image=/boot/vmlinuz-2.2.16-22
        label=linux
        initrd=/boot/initrd-2.2.16-22.img
        read-only
        root=/dev/sda6


The first four lines tells lilo which drive is which.  If your booting IDE
first then swap the two addresses to:

disk=/dev/sda
  bios=0x81
disk=/dev/hda
  bios=0x80
boot=/dev/sda
.......etc...
......etc..

The Multi-OS boot HOWTO had this little secret in it!  I don't think RH adds
these "safety" lines to lilo.conf but maybe they should.
-eric wood







----- Original Message -----
> That is strange, i did a completely fresh install, not an upgrade! The
> BIOS was not changed either.
> And boot=/dev/hda is present too. This is my partition 'layout':
>
> hda1: /
> hda2: /win98    fat32
> hda3: /home
> hda4: /stuff
> hda5: /graphics fat32
> hda6: /games    fat32
>
> hdc1: /usr
> hdc2: /var
> hdc3: /tmp
>
> sda1: /root
> sda2: swap




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

Reply via email to