thenickdude / KVM-Opencore

OpenCore disk image for running macOS VMs on Proxmox/QEMU
https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/
GNU General Public License v3.0
1.26k stars 114 forks source link

v17 Not Bootable #39

Closed sealsrock12 closed 2 years ago

sealsrock12 commented 2 years ago

I'm trying to boot it via a Proxmox machine on your guide, but it's unable to boot. In addition, I tried downloading it on a Windows 11 machine, extracted it with 7-Zip, and double-clicked it to mount it. It said that the image file is corrupt. Am I supposed to do something to extract it other than gunzip or 7-Zip?

thenickdude commented 2 years ago

I don't think Windows will know how to mount it so that's not surprising.

Most likely you've got secure boot enabled, which causes Proxmox to refuse to boot it. Remove and delete the EFI disk from the Hardware tab, then re-add one and be sure to un-tick "pre-enroll keys". This fixes the secure boot issue.

sealsrock12 commented 2 years ago

Well, looks like I didn't read the instructions properly. I didn't remove media=cdrom from the IDE drives. Sorry for wasting your time.