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

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

From Manjaro
imported>Excalibur1234
imported>Aaditya
Line 192: Line 192:
Then install the {{ic|efibootmgr}}, {{ic|dosfstools}} and {{ic|grub}} packages and try steps 4 and 5 again.
Then install the {{ic|efibootmgr}}, {{ic|dosfstools}} and {{ic|grub}} packages and try steps 4 and 5 again.


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 '''efivarfs''' module:
  sudo modprobe efivars
  sudo modprobe efivarfs


and retry the steps again. Should the modprobe fail try
sudo modprobe efivarfs
and in the chroot
and in the chroot
  mount -t efivarfs efivarfs /sys/firmware/efi/efivars
  mount -t efivarfs efivarfs /sys/firmware/efi/efivars
Cookies help us deliver our services. By using our services, you agree to our use of cookies.