foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.58k stars 1.14k forks source link

Run VM with no display #509

Closed AshotN closed 2 years ago

AshotN commented 2 years ago

I want to run the VM with no display out and use remote software(NoMachine) to connect locally/externally. I have tried -nomonitor in QEMU but the OS doesn't boot but instead gets stuck in the shell.

How am I meant to be doing this?

Thanks

AshotN commented 2 years ago

Funny, 10 seconds after posting this I found the relevant documentation. I will leave this here for whoever needs it.

-display none

If there is a better way of doing this, feel free to correct me.