foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.61k stars 1.14k forks source link

OVMF_VARS-1024x768.fd': No such file or directory #123

Open ghost opened 4 years ago

ghost commented 4 years ago

My firmware folder contains two files, LICENSE & OVMF_CODE.fd

foxlet commented 4 years ago

You need to pull OVMF_VARS-1024x768.fd from the Git repo again, as it has been deleted on your end. https://github.com/foxlet/macOS-Simple-KVM/raw/master/firmware/OVMF_VARS-1024x768.fd

theoo commented 4 years ago

Hi, I followed the basic procedure from the front page and one of the scripts remove that file as well. I can't trace back where it happen in the jumpstart.sh script or its dependencies.

In the meantime a git checkout firmware did the trick. Thanks.

deyscam commented 4 years ago

You need to pull OVMF_VARS-1024x768.fd from the Git repo again, as it has been deleted on your end. https://github.com/foxlet/macOS-Simple-KVM/raw/master/firmware/OVMF_VARS-1024x768.fd

hi im new and have this problem too...how i pull this file ?

petrichor-494 commented 4 years ago

Hey there... @deyscam @theoo @bennybenjaman

  1. open this link, download the file, and save it somewhere.

    the link: https://github.com/foxlet/macOS-Simple-KVM/raw/master/firmware/OVMF_VARS-1024x768.fd

  2. copy the downloaded file to "/opt/ra1nstorm/OSX-KVM/backup".

    cp OVMF_VARS-1024x768.fd /opt/ra1nstorm/OSX-KVM/backup/

DONE!

lewiseason commented 4 years ago

Alternatively, if you previously got your copy of macOS-Simple-KVM via git, run this in the directory you cloned it to:

git restore firmware/OVMF_VARS-1024x768.fd
juanbomfim22 commented 2 years ago

@lewiseason for some reason there's no git in this folder. I moved it to another partition and if it existed, it was deleted

abuGit commented 1 year ago

As a one-liner:

wget https://github.com/foxlet/macOS-Simple-KVM/raw/master/firmware/OVMF_VARS-1024x768.fd