Hi,
I'm trying to reinstall the grub. I'm trying to do the following :
mkdir /mnt/system
mount /dev/sda /mnt/system
mount --bind /dev /system/dev
chroot /mnt/system /bin/bash
grub
root (hd0,0)
setup(hd0)
"mount --bind /dev /mnt/system/dev", fails wiht:
"wrong fs type, bad option, bad superblock on /dev/, miising codepage or other error"
There is a proper way to reinstall grub using plop?
Thanks in advance