Forum › Forums › General › Software › [HowTo] Install QEMU/KVM on antiX › Reply To: [HowTo] Install QEMU/KVM on antiX
January 27, 2022 at 7:03 pm
#76245
I don’t have a computer with (U)efi hardware. Therefore, it was obvious to compensate for this shortcoming (which I do not regret in the least) with QEMU.
Installation command:
$ qemu-system-x86_64 -enable-kvm -m 4096 -bios /usr/share/OVMF/OVMF_CODE.fd -smp 2 -vga std -cdrom /media/Distris/antiX/antiX-21-runit_x64-base.iso -boot d -drive file=/home/male/virtu/platte.img,format=qcow2 -m 4G
Start command:
#!/bin/sh
qemu-system-x86_64 -enable-kvm \
-bios /usr/share/ovmf/OVMF.fd \
-m 4096 \
-vga std \
-hda /home/male/virtu/platte.img \
-cpu host \
-smp 2 \
-soundhw all \
-monitor stdio
And no, this does not take place on antiX as host. 😉 unstable-sid
