1st post of the sticky open core thread:
>your Mac has a standard graphics card
➊ Reboot and hold Command-R to enter Recovery. You can also use the following command:
sudo nvram "recovery-boot-mode=unused" && sudo reboot recovery
⚠️ Be patient. Without boot screen support, it may take a while before something appears on your screen.
➋ In Terminal (Menu bar > Utilities > Terminal), enter the following command:
diskutil list
➌ Look for your ESP, noting its identifier. It will be something like diskAs1.
➍ Enter the following command, replacing "diskAs1" with the actual identifier of your ESP:
diskutil mount /dev/diskAs1
➎ Enter the following command:
bless --mount /Volumes/EFI --setBoot --file /Volumes/EFI/EFI/BOOT/BOOTx64.efi
➏ Reboot.
OpenCore will start and is selected for booting automatically.