After some update of quickemu my mac os vm stop working #1203
-
Expected behaviorRun Mac OS VM on Cachy OS (Arch Linux) Actual behaviorIt start launching, but it fails. Steps to reproduce the behaviorOutline the steps to reproduce the issue you've encountered. Additional contextQuickemu outputWhen I do Quickemu output```text Quickemu 4.9.1 using /usr/bin/qemu-system-x86_64 v9.0.0 - Host: "CachyOS" running Linux 6.8 (cachyos-x8664) - CPU: AMD Ryzen 7 5800H with Radeon Graphics - CPU VM: 1 Socket(s), 4 Core(s), 2 Thread(s), 8G RAM - BOOT: EFI (macOS), OVMF (OVMF_CODE.fd), SecureBoot (off). - Disk: macos-ventura/disk.qcow2 (96G) - Display: SDL, qxl-vga, GL (on), VirGL (off) - Sound: intel-hda - ssh: On host: ssh user@localhost -p 22220 - 9P: On guest: sudo mount_9p Public-jeremi360 - smbd: On guest: smb://10.0.2.4/qemu - Network: User (virtio-net) - Monitor: On host: nc -U "macos-ventura/macos-ventura-monitor.socket" or : socat -,echo=0,icanon=0 unix-connect:macos-ventura/macos-ventura-monitor.socket - Serial: On host: nc -U "macos-ventura/macos-ventura-serial.socket" or : socat -,echo=0,icanon=0 unix-connect:macos-ventura/macos-ventura-serial.socket qemu-system-x86_64: -no-hpet: invalid option cat: macos-ventura/macos-ventura.pid: No such file or directory - Process: Starting macos-ventura.conf as macos-ventura () ```System InformationRun clear && \
echo -e "Ver:\t$(quickemu --version)" && \
echo -e "Distro:\t$(grep PRETTY_NAME /etc/os-release | cut -d'"' -f2)" && \
echo -e "Kernel:\t$(uname -s -r -m)" && \
echo -e "Memory:\t$(free --si -h | awk '/Mem:/{print $2}')" && \
lspci | grep -i vga | cut -d':' -f3 && echo && \
curl --version && echo && \
qemu-system-"$(uname -m)" -version | head -1 && \
qemu-system-"$(uname -m)" -cpu help && echo && \
lscpu | tee quickreport.txt Quickreport output```text Ver: 4.9.1 Distro: CachyOS Kernel: Linux 6.8.9-7-cachyos x86_64 Memory: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c5)curl 8.7.1 (x86_64-pc-linux-gnu) libcurl/8.7.1 OpenSSL/3.3.0 zlib/1.3.1 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.61.0 nghttp3/1.2.0 QEMU emulator version 9.0.0 Recognized CPUID flags: Architektura: x86_64
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
It also says cat: macos-sonoma/macos-sonoma.pid: No such file or directory for me on PopOS |
Beta Was this translation helpful? Give feedback.
-
Please upgrade to the current version of Quickemu, there are several compatibility improvements for macOS in v4.9.4. |
Beta Was this translation helpful? Give feedback.
-
In the logs from @Jeremi360 I see |
Beta Was this translation helpful? Give feedback.
-
I also have the same problem on Ubuntu 24.04. Trying to run macos. I used to run monterey or ventura on Ubuntu 23.10. I get this and nothing pops up on the screen. Linux VM works fine. ➜ vms quickemu --vm macos-sonoma.conf
Quickemu 4.9.4 using /usr/bin/qemu-system-x86_64 v8.2.2
- Host: Ubuntu 24.04 LTS running Linux 6.8 (mini)
- CPU: Intel(R) Core(TM) i3-8100T CPU @ 3.10GHz
- CPU VM: 1 Socket(s), 2 Core(s), 1 Thread(s), 8G RAM
- BOOT: EFI (macOS), OVMF (OVMF_CODE.fd), SecureBoot (off).
- Disk: macos-sonoma/disk.qcow2 (96G)
Looks unused, booting from macos-sonoma/RecoveryImage.img
- Recovery: macos-sonoma/RecoveryImage.img
- Display: SDL, qxl-vga, GL (on), VirGL (off)
- Sound: intel-hda
- ssh: On host: ssh user@localhost -p 22220
- 9P: On guest: sudo mount_9p Public-gogofc
- Network: User (virtio-net)
- Monitor: On host: nc -U "macos-sonoma/macos-sonoma-monitor.socket"
or : socat -,echo=0,icanon=0 unix-connect:macos-sonoma/macos-sonoma-monitor.socket
- Serial: On host: nc -U "macos-sonoma/macos-sonoma-serial.socket"
or : socat -,echo=0,icanon=0 unix-connect:macos-sonoma/macos-sonoma-serial.socket
cat: macos-sonoma/macos-sonoma.pid: No such file or directory
- Process: Starting macos-sonoma.conf as macos-sonoma ()
➜ vms
Logs for latest 3 macos versions show qemu-system-x86_64: Property 'Haswell-v4-x86_64-cpu.ept' not found Ok well, I uninstalled the package from Ubuntu and I cloned the repo because of the comment you made here #1214 (comment) and the macos VM starts now. |
Beta Was this translation helpful? Give feedback.
In the logs from @Jeremi360 I see
qemu-system-x86_64: -no-hpet: invalid option
which was fixed in 4.9.3 via this PR: #1047