Difference between revisions of "UEFI - Install Guide/en"

Updating to match new version of source page
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
(Updating to match new version of source page)
 
Line 25: Line 25:
* 4. Boot with your USB or DVD & use the rEFInd - Main Menu... to choose which GPU drivers you want to have installed, the open-source or proprietary:
* 4. Boot with your USB or DVD & use the rEFInd - Main Menu... to choose which GPU drivers you want to have installed, the open-source or proprietary:


  * Boot Manjaro Linux ... (default) -  
  * Boot with open source drivers -  
   This chooses the ''open-source - free'' GPU drivers.
   This chooses the ''open-source - free'' GPU drivers.
  * Boot Manjaro Linux ... (nonfree) -  
  * Boot with proprietary drivers -  
   This option chooses the '''proprietary''' GPU drivers
   This option chooses the '''proprietary''' GPU drivers
   from Nvidia or ATI.
   from Nvidia or ATI.
Line 98: Line 98:
It is a FAT32 partition which has the .efi files for booting, which you can create using gparted or gdisk. (Size at least 200-300 MiB.) Ensure the flags `boot` and `esp` are set on this partition.
It is a FAT32 partition which has the .efi files for booting, which you can create using gparted or gdisk. (Size at least 200-300 MiB.) Ensure the flags `boot` and `esp` are set on this partition.


You should also install/check whether following packages are present-
You should also install/check whether following packages are present:


  1. efibootmgr
  1. efibootmgr
Line 155: Line 155:




There are two ways to install rEFInd-
There are two ways to install rEFInd:


1.Install rEFInd from its [https://www.rodsbooks.com/refind/installing.html website] (detailed) or '''install using pacman'''''(preferred)''-
1.Install rEFInd from its [https://www.rodsbooks.com/refind/installing.html website] (detailed) or '''install using pacman'''''(preferred)'':
{{UserCmd|command=sudo pacman -S refind}}
{{UserCmd|command=sudo pacman -S refind}}


Files will be present in  /usr/share/refind .
Files will be present in  /usr/share/refind .


2.Or using the instructions on the rEFInd website: [http://www.rodsbooks.com/refind/installing.html]
2.Or using the instructions on the [http://www.rodsbooks.com/refind/installing.html rEFInd website]  


== Instructions ==
== Instructions ==
Line 170: Line 170:
=== Manual install ===
=== Manual install ===


Inside the refind folder ('''/usr/share/refind'''), copy the files and folders to-
Inside the refind folder ('''/usr/share/refind'''), copy the files and folders to {{ic|/boot/efi/EFI/Boot/}}.
 
/boot/efi/EFI/Boot/


{{BoxInfo|note|My ESP (EFI System Partition) is mounted at '''/boot/efi'''.}}
{{BoxInfo|note|My ESP (EFI System Partition) is mounted at '''/boot/efi'''.}}
Line 187: Line 185:
These depend on which partition your ESP is present which can be obtained via Gparted as mentioned earlier.
These depend on which partition your ESP is present which can be obtained via Gparted as mentioned earlier.


Now inside the /boot/efi/EFI/Boot/ folder, there should already be a file present-
Now inside the /boot/efi/EFI/Boot/ folder, there should already be a file present:
  bootx64.efi
  bootx64.efi


Line 197: Line 195:
{{BoxInfo|note|A folder Manjaro (name could be some other also) containing the file ''grubx64.efi'' should also be present in '''/boot/efi/EFI/''' folder, which should contain the ''grubx64.efi'' file which will be used by rEFInd to boot Grub.}}
{{BoxInfo|note|A folder Manjaro (name could be some other also) containing the file ''grubx64.efi'' should also be present in '''/boot/efi/EFI/''' folder, which should contain the ''grubx64.efi'' file which will be used by rEFInd to boot Grub.}}


So it could be like-
So it could be like:
  /boot/efi/EFI/Manjaro/grubx64.efi
  /boot/efi/EFI/Manjaro/grubx64.efi


rEFInd would use this file for booting Manjaro.
rEFInd would use this file for booting Manjaro.


If you do not have this file or folder, try-
If you do not have this file or folder, try:


{{UserCmd|command=sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --recheck}}
{{UserCmd|command=sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --recheck}}
8,158

edits