[EMAIL PROTECTED]:~$ sudo mount /dev/hdb5 /mnt
[EMAIL PROTECTED]:~$ sudo mount /dev/hdb1 /mnt/boot
[EMAIL PROTECTED]:~$ sudo mount /dev/hdb2 /mnt/usr
[EMAIL PROTECTED]:~$ sudo mount -o bind /dev /mnt/dev
[EMAIL PROTECTED]:~$ sudo mount -o bind -t proc /proc /mnt/proc
[EMAIL PROTECTED]:~$ sudo chroot /mnt
[EMAIL PROTECTED]:/# cp /proc/mounts /etc/mtab
[EMAIL PROTECTED]:/# grub-install /dev/hdb
The file /boot/grub/stage2 not read correctly.

Geht das nicht einfach mit der root-directory-Option?

Eine andere, etwas umständlichere Variante: Grub auf eine Floppy installieren (unter info grub beschrieben), die Floppy booten, dann über die grub-shell Dein neues System booten, von dort grub-install /dev/soundso.



GRUB-INSTALL(8) FSF GRUB-INSTALL(8)

NAME
       grub-install - install GRUB on your drive

SYNOPSIS
       grub-install [OPTION] install_device

DESCRIPTION
       Install GRUB on your drive.

       -h, --help
              print this message and exit

       -v, --version
              print the version information and exit

       --root-directory=DIR
install GRUB images under the directory DIR instead of the root
              directory


--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an