Troubleshooting
Actual failures people hit, और command जो बताए कौन सा।
यहाँ start:
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। Most
"it just failed" last guest serial lines answer।
हर machine start fail
Almost always signature। Virtualization entitlement required,
binary moved bundle out या signature stripped start nothing। Original app reinstall, pieces copy न। 1vm doctor entitlement directly।
Running display नहीं
Check 1vm logs <vm> --source guest। vCPUs exist running report firmware guest तक न — "running" black screen boot failure engine above, missing window नहीं।
Windows fallback Virtualization.framework black Setup until display driver। 1VM engine ramfb Setup no driver।
x86 ISO boot नहीं
Cannot। Both engines native Apple silicon, guest ARM64। No emulation conversion — ARM64 OS build। Most common surprise, Omarchy guide full explain।
Windows network नहीं
virtio-win NetKVM install। Windows in-box NVMe xHCI — disk keyboard immediate, virtio-net नहीं। Driver ISO create --drivers attach।
Guest install memory out
Installers memory high-water, running system नहीं। More memory retry:
1vm stop dev --force
1vm set dev memory 8GiB
1vm start dev
Mac pressure, 1VMTool profile down tells, silent overcommit नहीं।
Keyboard stuck guest
Release chord tap — console status strip active combination। Configurable:
1vm get dev input.releaseChord
Setting change नहीं
Running hardware changes refuse unless supports। Stop, change, start। Set time validate, error names problem, next boot fail नहीं।
Script hang race
1vm wait-ready <vm> sleep नहीं। "Running" executing; "ready" SSH guest agent reachable। Gap flaky scripts live।
Working state back
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 now: costs nothing, whole point।