No subject
Mon Mar 29 23:06:26 UTC 2010
--- MOUNTS ---
# mount -t ext4 /dev/sdb2 /mnt/custom
# mount --bind /proc /mnt/custom/proc
# mount --bind /dev /mnt/custom/dev
--- CHROOT ---
# chroot /mnt/custom bin/bash
# grub-install /dev/sda
Installation finished. No error reported.
# exit
--- UMOUNTS ---
# umount /mnt/custom/dev
# umount /mnt/custom/proc
# umount /mnt/custom
- Sedat -
On Fri, Jun 18, 2010 at 4:16 PM, Sedat Dilek <sedat.dilek at googlemail.com> wrote:
> Hi Dominique,
>
> I tried to reproduce on how to fix the problem: You have a little
> typo, here are the correct steps:
>
> 1. boot systemrescuecd
> 2. mount -t ext3 /dev/sda2 /mnt/custom <--- TYPO
> 3. mount --bind /proc /mnt/custom/proc
> 4. mount --bind /dev/ /mnt/custom/dev
> 5. chroot /mnt/custom bin/bash
> 6. grub-install /dev/sda
>
> Kind Regards,
> - Sedat -
>
More information about the Pkg-grub-devel
mailing list