On Sat, Apr 24, 2021, 6:18 AM Michael Hennebry < hennebry@web.cs.ndsu.nodak.edu> wrote:
mount /dev/sda3 /mnt mount /proc /mnt/proc mount /dev /mnt/dev mount /dev/pts /mnt/dev/pts
You need to use -B to bind mount the pseudo filesystems, and probably also need to include /sys
grub2-install /dev/sda3 grub2-mkconfig > /boot/grub2/grub.cfg exit # out of chroot?
reboot
Should work?
grub2-install /dev/sda
-- Chris Murphy