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

Error when starting #544

Closed devpranchi closed 2 years ago

devpranchi commented 2 years ago

Hi! I don't know what happened, but I successfully installed Mojave on it and I just performed a shutdown. Now here's what happened when I run the script.


pranchi@vallessalta:~/macOS-Simple-KVM$ ./basic.sh
qemu-system-x86_64: -drive if=pflash,format=raw,file=/home/pranchi/macOS-Simple-KVM/firmware/OVMF_VARS-1024x768.fd: Could not open '/home/pranchi/macOS-Simple-KVM/firmware/OVMF_VARS-1024x768.fd': No such file or directory```
devpranchi commented 2 years ago

Update 1: removing that line on basic.sh fixes it, but I'm not sure yet what's going to happen next. image

Update 2: now this happened image

notAperson535 commented 2 years ago

@devpranchi go to the firmware directory and tell me what files are in there

devpranchi commented 2 years ago

@devpranchi go to the firmware directory and tell me what files are in there

image

notAperson535 commented 2 years ago

@devpranchi add that line you removed back to basic.sh, and run this command in the firmware directory

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

the command downloads the file that is missing

notAperson535 commented 2 years ago

@devpranchi so did it work? If so, you can close this issue

devpranchi commented 2 years ago

@devpranchi so did it work? If so, you can close this issue

I guess so, but I still have to check. Will open this once again once it is done. Thanks!

BTW I installed Mojave because Catalina gone stuck on "Estimating time remaining" thing for over 5 hours.

notAperson535 commented 2 years ago

@devpranchi you can install big sur or Monterey using mine: https://notaperson535.github.io/OneClick-macOS-Simple-KVM/ (Monterey may not work, it seems to work for everyone but me)

devpranchi commented 2 years ago

@devpranchi you can install big sur or Monterey using mine: https://notaperson535.github.io/OneClick-macOS-Simple-KVM/ (Monterey may not work, it seems to work for everyone but me)

Thanks! Will star that repo and take note of that soon.