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

I Made The basic.sh For Windows and The Qemu Machine Stucks

Open itayalush opened this issue 2 years ago • 12 comments

After installing Qemu for Windows, Downloading The Files from jumpstart.sh, Copying the Files from firmware Folder to The Main Folder, And Editing the basic.sh File, I Pasted The command below To cmd:

qemu-system-x86_64 -m 2G -smp 4,cores=2 -cpu Penryn,vendor=GenuineIntel,kvm=on,+sse3,+sse4.2,+aes,+xsave,+avx,+xsaveopt,+xsavec,+xgetbv1,+avx2,+bmi2,+smep,+bmi1,+fma,+movbe,+invtsc -device isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc -smbios type=2 -drive if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd -drive if=pflash,format=raw,file=OVMF_VARS-1024x768.fd -vga qxl -device ich9-intel-hda -device hda-output -usb -device usb-kbd -device usb-mouse -netdev user,id=net0 -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 -device ich9-ahci,id=sata -drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 -device ide-hd,bus=sata.2,drive=ESP -drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img -device ide-hd,bus=sata.3,drive=InstallMedia

After doing The command, I Actually seen the Clover screen with macOS Hard Drive! But It Stucks with "Attempting system restart...MACH Reboot"

I need Help to Fix That!

itayalush avatar Mar 22 '22 18:03 itayalush

Please Help Me!

itayalush avatar Mar 22 '22 18:03 itayalush

@itayalush The virtualization technique on windows does not work correctly. For installing on windows, use my fork's instructions instead. https://notaperson535.github.io/OneClick-macOS-Simple-KVM/windows/

notAperson535 avatar Mar 22 '22 21:03 notAperson535

@notAperson535 The command works With wsl2

itayalush avatar Mar 23 '22 05:03 itayalush

@notAperson535 Check it on Your Computer

itayalush avatar Mar 23 '22 05:03 itayalush

@itayalush Just fix it yourself.

hello-smile6 avatar Mar 23 '22 05:03 hello-smile6

@itayalush It works, just not with Monterey for me. You can install big sur though.

notAperson535 avatar Mar 23 '22 11:03 notAperson535

Trust me, I've tried doing this without WSL2 multiple different ways, but it just doesn't work for now.

notAperson535 avatar Mar 23 '22 11:03 notAperson535

@notAperson535 Thank You! I've Installed Ubuntu on my Computer, And in the first moment Of Ubuntu on my Computer, I wrote some commands: sudo apt install git qemu qemu-system python3-pip && git clone https://github.com/notAperson535/OneClick-macOS-Simple-KVM && cd notAperson535-OneClick-macOS-Simple-KVM-e4ef48d && ./setup.sh && ./basic.sh

After the commands, I wrote 5 and clicked Enter, After the Download, Qemu Can Run macOS Monterey on my Computer!! But I need you to Add USB Connection to Your basic.sh Because I want to install macOS on Windows PC, so I Need a Disk On Key for that.

itayalush avatar Mar 26 '22 04:03 itayalush

@notAperson535 I can't connect to Apple ID

itayalush avatar Mar 26 '22 04:03 itayalush

@notAperson535 I can't connect to Apple ID

Did you use -net nic and start a network bridge?

hello-smile6 avatar Mar 26 '22 04:03 hello-smile6

Here is the guide for that https://notaperson535.github.io/OneClick-macOS-Simple-KVM/docs/apple-id/

notAperson535 avatar Mar 26 '22 15:03 notAperson535

@itayalush

notAperson535 avatar Mar 26 '22 15:03 notAperson535