fix(quickget): pin macOS OpenCore and OVMF downloads to last-good commit#1854
fix(quickget): pin macOS OpenCore and OVMF downloads to last-good commit#1854flexiondotorg merged 1 commit intomasterfrom
Conversation
- Pin OSX-KVM URLs to commit da4b23b5e92c5b939568700034367e8b7649fe90 - Use pinned URLs for OpenCore.qcow2, OVMF_CODE.fd and OVMF_VARS-1920x1080.fd - Prevent breakage after upstream removed OVMF_CODE.fd from master (26 Jan 2026) Signed-off-by: Martin Wimpress <martin@wimpress.org>
how do i do this? |
Look at the pull request. Instead of using the latest available files for OVMF_CODE.fd and OpenCore.qcow2, he's using the ones from that specific commit. I had to do the same thing: navigate to that commit and copy those files manually, only then i was able to launch the VM. (just to say that the problem is still present) |
In your home dir, create a file called Run the script: Wait for the downloads to finish, you should have 3 files in your home dir. In my case, I was installing Big Sur, so I had to move the files to the directory Rerun quickemu command. |
Type of change
Checklist: