• [^] # Re: floppy

    Posté par . En réponse au message Créer une disquette d'amorçage et restaurer Grub. Évalué à 1.

    Il suffit de lire README.Debian.gz :

    4) thats it, making sure you have a rescue disk or some other way to boot
    your machine attempt to reboot using grub!

    to create a grub boot floppy:

    cat /boot/grub/stage1 /boot/grub/stage2 > /dev/fd0

    using in place of /dev/fd0 the device that is for your floppy drive.

    note: that you need to run grub-install each time a new grub package
    is installed, this script updates the grub images in /boot/grub
    or /boot/boot/grub and installs grub into the boot sector.

    for more detailed information see the info documentation or manpages