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

imported>Aaditya
imported>Aaditya
Line 117: Line 117:




2.) Mount the EFI partition as ''/boot/efi''
2.) Create the ''/boot/efi'' directory
sudo mkdir /boot/efi
 
 
3.) Mount the EFI partition as ''/boot/efi''
  sudo mount /dev/sdaX /boot/efi
  sudo mount /dev/sdaX /boot/efi
X = partition number of the EFI partition.
X = partition number of the EFI partition.




3.) Re-install Grub.
4.) Re-install Grub.
  sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
  sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck


4.) Update Grub configuration file.
5.) Update Grub configuration file.
  sudo update-grub
  sudo update-grub


Anonymous user