foxlet / macOS-Simple-KVM

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

Problems following guide #631

Open eduardoagr opened 2 months ago

eduardoagr commented 2 months ago

I am following up the instructions on this page.

https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/start-here

I already cloned the repository. and I am following

OneClick Method

setup.sh is for Debian based Linux Repositories like Ubuntu setupArch.sh is for Arch based Linux Repositories like Manjaro. setupFedora.sh is for Fedora based Linux Repositories. setupSUSE.sh is for openSUSE Tumbleweed setupMageia.sh is for Mageia

Run ./setup.sh or the correct one depending on your Linux OS to make the VM. Once the VM boots up, just hit enter even if it's a black screen or a cut off image (do this every boot) Then format the biggest drive as macOS Extended Journaled (should be a little bigger than 64GB, then go to reinstall macOS and install it to the newly formatted drive.

Once it boots, you can install macOS. Remember to partition in Disk Utility first! (macOS extended journaled). Once macOS is succesfully installed, you can select the macOS partition with ctrl+enter to set it as the default boot and automatically boot up the VM without the macOS Installer attached. This will prevent OpenCore from default booting the installer.

I am using Ubuntu in wsl

setup.sh

but I keep getting this error

image

notAperson535 commented 2 months ago

@eduardoagr try running it headless: HEADLESS=1 ./basic.sh. Also you are posting in the wrong repo, the correct one is listed on the website.