Run QEMU on a headless host

0

I am not sure if anyone has been stupid enough to try something like this or if I am just really bad at using Google. I would like a host OS that would be a linux, say Arch Linux, and I would like to run a guest that is Windows XP. I would not like to run Windows XP directly on the hardware.

Although what I am wondering is possible is if I can have QEMU or some other virtual machine software autostart on a headless host, and display a fullscreen window on the monitor, almost as if it were just booting into the guest.

Is this feasible or is the only way to do something like this just to install Windows XP on the hardware? If so, is there a guide to this?

user140052

Posted 2019-08-22T00:32:48.887

Reputation: 1

Answers

0

Setup the linux host to autologin a user and that user launches the XP VM in full screen mode. The host itself cannot be "headless" since it controls the screen.

If you do not need changes saved in the guest, then perhaps you want to PXE Boot your XP image.

user1123418

Posted 2019-08-22T00:32:48.887

Reputation: 1