Skip to content

Desktop VM image with EFI

Valentin David requested to merge valentindavid/desktop-efi into master

Build vm/desktop-efi.bst.

Command line for QEMU known to work:

qemu-system-x86_64 -enable-kvm -m 2G -drive if=pflash,format=raw,unit=0,file=OVMF_CODE.fd,readonly=on -drive if=pflash,format=raw,unit=1,file=OVMF_VARS.fd -drive file=disk.img,format=raw,media=disk -display spice-app,gl=on -device virtio-vga,edid=on,xres=1920,yres=1080 -netdev user,id=net1 -device e1000,netdev=net1 -usb -device usb-tablet -audiodev pa,id=pa -soundhw hda

Audio starts at volume 0 and muted.

pactl set-sink-mute 0 0
pactl set-sink-volume 0 100%

You can install applications through flatpak. Flathub is already setup. Remember to use sudo since there is no polkit.

Edited by Valentin David

Merge request reports