Difference between revisions of "GRUB/Restore the GRUB Bootloader"

→‎For UEFI Systems: Fixed a typo and added steps that worked for my system
imported>Aaditya
imported>Pizzapill
(→‎For UEFI Systems: Fixed a typo and added steps that worked for my system)
Line 157: Line 157:


If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the '''efivars''' module:
If it still doesn't work, then try exiting the chroot environnment by typing '''exit''', then loading the '''efivars''' module:
  sudo mopdprobe efivars
  sudo modprobe efivars
 
and retry the steps again. Should the modprobe fail try
sudo modprobe efivarfs
and in the chroot
mount -t efivarfs efivarfs /sys/firmware/efi/efivars


and retry the steps again.


And if you get something like
And if you get something like
Anonymous user