On Thu, 5 Apr 2001, Beatriz Elena Duran Castañeda wrote:

> >Try mounting the boot disk, and looking at etc/lilo.conf.  Make sure it
> >has the correct partition for the root file system.   (You are not
> >trying to use a boot disk made on one system to boot a different system,
> >are you?)
>
> >If mkbootdisk set the wrong root partition, it would be handy to see
> >your /etc/fstab file and the lilo.conf files from your running system
> >and from your boot disk.
>
> >Mikkel
>
> This is my lilo.conf in the floppy
>
> boot=/dev/fd0
> install=/mnt/floppy/boot/boot.b
> map=/mnt/floppy/boot/map
> backup=/dev/null
> compact
> timeout=100
> message=/mnt/floppy/boot/message
> prompt
> image=/mnt/floppy/vmlinuz-2.2.14-5.0
>         label=linux
>         root=/dev/fd0
>         initrd=/mnt/floppy/2.2.14-5.0.img
>
> Any idea what could be wrong?
>
> Ing. Beatriz Elena Durán Castañeda
> www.EMonterrey.com
>
>
I do not how it happened that way, but your problems is the line:
root=/dev/fd0

If you look in your /etc/lilo.conf, you should have a different root=
defined.  This is the root directory on your hard drive.  You should
also have the same directory defined in /etc/fstab.  (The entry for the
/ directory.)

I am not sure where mkbootdisk is going wrong in your case.  I need to
see /etc/fstab, and probably /etc/lilo.conf to tell for sure.

You can fix this disk with a couple of steps:
        Change root=/dev/fd0 to point to your root directory.
        Coppy the proper root device to the /dev directory on the
          floppy. (cp -Pa /dev/hda5 /mnt/floppy/dev/hda5)
        Use lilo to update the floppy.  (lilo -r /mnt/floppy)

Mikkel
--

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



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

Reply via email to