Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork62
Open
Description
Describe the Issue
Hello and thanks for your code.
Autopilot successfully installed (i guess) virtual macos but when I'm trying to boot but I'm getting an error
QEMU 7.2.92 monitor - type 'help' for more information(qemu) qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]qemu-system-x86_64: -device qxl-vga,vgamem_mb=128,vram_size_mb=128: 'qxl-vga' is not a valid device model nameSo, what should I do? I have a laptop with RTX 3070, Amd ryzen 5800h and running linux mint 20.3.
Reproduce the Issue
No response
Expectation
No response
Operating System
Linux mint 20.3
Kernel
5.15.0-134-generic
Processor
Ryzen 5800h
RAM (in GB)
32
GPU(s)
rtx 3070m
Version
v0.13.0
Branch
main
Generated Script File
#!/usr/bin/env bash# shellcheck disable=SC2054## APC-RUN_24-03-2025_09-18-13## THIS FILE WAS GENERATED USING AUTOPILOT.## To boot this script, run the following command:# $ ./boot.sh###boot.sh#Created by Coopydood as part of the ultimate-macOS-KVM project.##Profile: https://github.com/Coopydood#Repo: https://github.com/Coopydood/ultimate-macOS-KVM##Adapted from OSX-KVM among others.#Greetz to TheNickDude, Dortania, kholia, foxlet, and other contributors :]#ID="macOS"NAME="macOS 14"FILE="boot.sh"ULTMOS=0.13.0IGNORE_FILE=0REQUIRES_SUDO=0VFIO_PTA=0VFIO_DEVICES=0GEN_EPOCH=1742797093FEATURE_LEVEL=9VERBOSE=1DISCORD_RPC=1DISCORD_RPC_IMG="default"SCREEN_RES="1280x720"ALLOCATED_RAM="12"CPU_SOCKETS="1"CPU_CORES="4"CPU_THREADS="16"CPU_MODEL="Haswell-noTSX"CPU_FEATURE_ARGS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"REPO_PATH="/home/daddywesker/ultimate-macOS-KVM"VM_PATH="/home/daddywesker/ultimate-macOS-KVM"OVMF_DIR="/home/daddywesker/ultimate-macOS-KVM/ovmf"VFIO_ID_0="$USR_VFIO_ID_0"VFIO_ID_1="$USR_VFIO_ID_1"VFIO_ROM="$USR_VFIO_ROM"USB_DEVICES="$USR_USB_DEVICES"NETWORK_DEVICE="vmxnet3"MAC_ADDRESS="00:16:cb:00:21:09"OS_ID="Sonoma"HDD_PATH="$VM_PATH/HDD.qcow2"DISK_TYPE="SSD"# You should not have to touch anything below this line, especially if you# don't really know what you're doing. It'll probably break something.args=(-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off-enable-kvm -m"$ALLOCATED_RAM" -cpu"$CPU_MODEL",kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$CPU_FEATURE_ARGS"-machine q35-boot menu=on,splash-time=5##-device usb-ehci,id=ehci#-device qemu-xhci,id=xhci-usb -device usb-kbd -device usb-tablet#USB_DEV_BEGIN#USB_DEV_END-smp"$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"-device pcie-root-port,bus=pcie.0,slot=1,x-speed=16,x-width=32#VFIO_DEV_BEGIN#VFIO_DEV_END-device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"-drive if=pflash,format=raw,readonly=on,file="$OVMF_DIR/OVMF_CODE.fd"-drive if=pflash,format=raw,file="$OVMF_DIR/OVMF_VARS.fd"-smbios type=2-device ich9-intel-hda -device hda-duplex-device ich9-ahci,id=sata-drive id=OpenCore,if=none,format=qcow2,file="$VM_PATH/boot/OpenCore.qcow2"-drive id=HDD,if=none,file="$HDD_PATH",format=qcow2-device ide-hd,bus=sata.2,drive=OpenCore,bootindex=1-device ide-hd,bus=sata.3,drive=HDD,rotation_rate=1############## REMOVE THESE LINES AFTER MACOS INSTALLATION ###############-drive id=BaseSystem,if=none,file="$VM_PATH/BaseSystem.img",format=raw-device ide-hd,bus=sata.4,drive=BaseSystem##########################################################################-netdev user,id=net0 -device"$NETWORK_DEVICE",netdev=net0,id=net0,mac="$MAC_ADDRESS"-device qxl-vga,vgamem_mb=128,vram_size_mb=128 -monitor stdio#-display none#-vga qxl################ UNCOMMENT IF YOU WANT TO USE VNC MONITOR #################-vnc 0.0.0.0:1,password=on -k en-us##########################################################################)whilegetopts d: flagdocase"${flag}"in d) DISCORD_RPC=${OPTARG};;esacdoneif [$VERBOSE= 1 ]thenechoecho\ \ \──────────────────────────────────────────────echo\ \ \ \ \$FILEecho\ \ \ \ \$ID$OS_IDechoecho\ \ \ \ \Built with ULTMOS v$ULTMOSecho\ \ \ \ \Using$CPU_MODEL CPU modelif [$REQUIRES_SUDO= 1 ]thenecho\ \ \ \ \Superuser privileges enabledfiif [$VFIO_PTA= 1 ]thenecho\ \ \ \ \Passthrough enabledelseecho\ \ \ \ \Passthrough disabledfiif [$DISCORD_RPC= 1 ]thenecho\ \ \ \ \Discord RPC enabledelseecho\ \ \ \ \Discord RPC disabledfiecho\ \ \──────────────────────────────────────────────echofiif [$DISCORD_RPC= 1 ]then"$REPO_PATH/scripts/drpc.py" --os"$OS_ID" --pt$VFIO_DEVICES --wd"$REPO_PATH" --show"$DISCORD_RPC_IMG"&fiqemu-system-x86_64"${args[@]}"if [$DISCORD_RPC= 1 ]thenpkill -f drpc.pyfi
Generated XML File (if applicable)
Generated Log File
Where to find it?Additional Information
No response