Contribute
Register

clover problem after linux installation

Status
Not open for further replies.
Joined
May 10, 2019
Messages
2
Hi I have successfully install hackintosh on my intel nuc, then i want to install linux on the same drive. I made a new partition and install manjaro from live usb. Now i can't boot to clover and macos. I tried this: https://www.tonymacx86.com/threads/...ing-when-installing-windows-and-linux.272807/

Code:
sudo efibootmgr --create --disk /dev/nvme0n1 -p 2 -L "Clover" -l "EFI\CLOVER\CLOVERX64.EFI"

but after restart, there are no clover option in boot menu, how to fix that?
 
Hi I have successfully install hackintosh on my intel nuc, then i want to install linux on the same drive. I made a new partition and install manjaro from live usb. Now i can't boot to clover and macos. I tried this: https://www.tonymacx86.com/threads/...ing-when-installing-windows-and-linux.272807/

Code:
sudo efibootmgr --create --disk /dev/nvme0n1 -p 2 -L "Clover" -l "EFI\CLOVER\CLOVERX64.EFI"

but after restart, there are no clover option in boot menu, how to fix that?

You need double backslashes in the file path and remove the quotation marks. Check and make sure your disk/partition selection is correct.
 
You need double backslashes in the file path and remove the quotation marks. Check and make sure your disk/partition selection is correct.

I tried different combinations, also when I change boot order it did not work after restart, finally I boot clover from usb and fix it in UEFI Shell
 
Status
Not open for further replies.
Back
Top