Troubleshooting
لوگ واقعی failures، اور command جو بتائے آپ کس پر ہیں۔
یہاں سے شروع:
1vm doctor # host, entitlements, library, engines
1vm capabilities # what this specific Mac can and cannot do
1vm logs <vm> # guest serial and host lifecycle logs
logs --source guest|host|all, --lines N --follow لیتا ہے۔ زیادہ تر
"it just failed" آخری guest serial lines سے answer۔
ہر machine start fail
تقریباً ہمیشہ signature۔ App virtualization entitlement چاہیے، bundle سے
باہر moved یا stripped signature کچھ start نہیں۔ Original app reinstall،
pieces copy نہیں۔ 1vm doctor entitlement state report۔
Machine running لیکن display نہیں
1vm logs <vm> --source guest check۔ Virtual CPUs exist تو running report
firmware guest تک نہ پہنچے — "running" black screen boot failure engine
سے اوپر، missing window نہیں۔
Windows fallback Virtualization.framework engine، black Setup screen expected display driver bind تک۔ 1VM engine use، ramfb Setup بغیر driver۔
x86 ISO boot نہیں
نہیں ہو سکتا۔ دونوں engines Apple silicon native guest code، guest ARM64۔ Emulation conversion نہیں — ARM64 OS build چاہیے۔ Common surprise، Omarchy guide full explain۔
Windows network نہیں
virtio-win NetKVM driver install۔ Windows in-box NVMe xHCI، disk keyboard
فوراً، virtio-net نہیں۔ Create --drivers driver ISO attach۔
Guest install memory out
Installers memory high-water mark، running system نہیں۔ More memory retry:
1vm stop dev --force
1vm set dev memory 8GiB
1vm start dev
Mac pressure، 1VMTool profile scale down بتاتا silent overcommit نہیں۔
Keyboard guest میں stuck
Release chord tap — console status strip active combination۔ Configurable:
1vm get dev input.releaseChord
Setting change نہیں
Running machine hardware changes refuse unless setting supports۔ Stop، change، start۔ Set validate، error actual problem names next boot fail نہیں۔
Script hang race
sleep کی بجائے 1vm wait-ready <vm>۔ "Running" executing؛ "ready" SSH guest
agent reachable۔ Gap flaky scripts۔
Working state واپس
1vm discard-session dev --force # undo everything since this boot
1vm snapshot restore dev clean # go to a named snapshot
1vm reset dev --force # back to the clean state
Snapshot skip کیے تو اب start: کچھ نہیں کھاتا، یہی point۔