Skip to content

An easiest way to add OpenCore to GrubΒ #2

@lucasgabmoreno

Description

@lucasgabmoreno

I saw your guide (https://github.com/SayantanRC/URLs/blob/master/grub_to_opencore.md) and find an easiest way:

  1. Don't create any folder and don't copy OpenCore.efi, just use it as it is
  2. Edit /etc/grub.d/proxifiedScripts/custom and add this simple line:
menuentry "MacOS" --class macosx {
	search --file --no-floppy --set=root /EFI/OC/OpenCore.efi
	chainloader /EFI/OC/OpenCore.efi
}
  1. Update grub
sudo update-grub

Tested on Linux Mint (Ubuntu derivative)
If you restart and boots into opencore instead of grub. Please reboot, enter your BIOS and change bootloaders order

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions