Once the DVD rescue gets to 'login', type: root
from there I run fdisk -l to confirm my HD partitition order.
We need to mount root (for me that's sda3)
Now mount / (sda3) with:
Code: [View]
mount /dev/sda3 /mnt
Next do:
Code: [View]
mount --bind /dev /mnt/dev
Code: [View]
chroot /mnt
Code: [View]
mount /proc
Code: [View]
mount /sys
Here type:
Code: [View]
grub2-mkconfig -o /boot/grub2/grub.cfg
Code: [View]
grub2-install /dev/sda
'exit'
# reboot
If you use LVM please check this post: https://forums.opensuse.org/vbcms-comments/478290-article-re-install-grub2-dvd-rescue-3.html#post2519005
N.B: This method should also work from a live cd
This should be the same Arch as the installation: ie; 32 bit or 64 bit..USE LIVE CD TO RESCUE
Message