Difference between revisions of "GRUB/Restore the GRUB Bootloader"
Views
Actions
Namespaces
Variants
Tools
→add alternative method For UEFI Systems
imported>Aaditya |
imported>Aaditya |
||
Line 172: | Line 172: | ||
[https://wiki.archlinux.org/index.php/GRUB#UEFI_systems_2 Arch Wiki:GRUB#UEFI_systems_2] | [https://wiki.archlinux.org/index.php/GRUB#UEFI_systems_2 Arch Wiki:GRUB#UEFI_systems_2] | ||
=== Alternative method === | |||
Mount the ext4 Manjaro root partition at {{ic|/install}} | |||
Mount the vfat Manjaro efi partition at {{ic|/install/boot/efi}} | |||
And then install Grub as: | |||
grub-install --target=x86_64-efi --efi-directory=/install/boot/efi --bootloader-id=manjaro --boot-directory=/install/boot --recheck --debug | |||
=Support= | =Support= |