macOS-Simple-KVM icon indicating copy to clipboard operation
macOS-Simple-KVM copied to clipboard

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

Open ghost opened this issue 6 years ago • 7 comments

  • qemu-system-x86_64: warning: dbind: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  • qemu-system-x86_64: -drive if=pflash,format=raw,file=/home/anon/git/macos-simple-kvm/firmware/OVMF_VARS-1024x768.fd: Could not open '/home/anon/git/macos-simple-kvm/firmware/OVMF_VARS-1024x768.fd': No such file or directory

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

ghost avatar Nov 08 '19 01:11 ghost

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

foxlet avatar Nov 08 '19 02:11 foxlet

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.

theoo avatar Apr 14 '20 07:04 theoo

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 ?

deyscam avatar May 10 '20 21:05 deyscam

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

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

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

DONE!

petrichor-494 avatar Aug 29 '20 00:08 petrichor-494

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

lewiseason avatar Sep 11 '20 08:09 lewiseason

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

juanbomfim22 avatar Nov 16 '21 19:11 juanbomfim22

As a one-liner:

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

abuGit avatar Apr 29 '23 16:04 abuGit