Contribute
Register

How to use efibootmgr to set priority to \EFI\BOOT\BOOTX64.EFI OR \EFI\CLOVER\CLOVERX64.EFI.

Status
Not open for further replies.
Joined
Jan 8, 2018
Messages
5
Motherboard
HP-15ay513tx
CPU
i3-6006U
Graphics
HD 520
There in no clover bootloader in my bios boot menu it only shows windows boot manager. I want to set clover bootloader as default bootloader without renaming bootmgfw.efi. Please tell me what should I do. Thanks in advance.
 
Using e.g. lsblk or fdisk -l, determine the device name of the drive where Clover is installed, it might be
Code:
/dev/sda
or something like
Code:
/dev/nvme0n1p1
The path to Clover is
Code:
\EFI\CLOVER\CLOVERX64.EFI
\BOOT\BOOTX64.EFI is for external media.

The efibootmgr usage is
Code:
efibootmgr --create --disk /dev/sda --partition 1 --label "Clover" --loader "\EFI\CLOVER\CLOVERX64.EFI"
Replace the argument for --disk with the device name you discovered previously, and the argument for --partition with the EFI partition's number (the first partition on the disk, or 1 is the default).
 
does anyone tried this? My p8p67 m -pro is not showing My SSD UEFI partition, but I can see the USB UEFI partition.
So I can install smoothly, but can not enter macos without usb.
 
Status
Not open for further replies.
Back
Top