Skip to content

Instantly share code, notes, and snippets.

@niklas88
Created November 12, 2019 19:40
Show Gist options
  • Save niklas88/cdd27a95ef4fd23cbc0b2bc825ec2394 to your computer and use it in GitHub Desktop.
Save niklas88/cdd27a95ef4fd23cbc0b2bc825ec2394 to your computer and use it in GitHub Desktop.
qemu-system-x86_64 -machine pc,vmport=off \
-accel kvm -smp 2 -m 8G \
-cdrom Fedora-KDE-Live-x86_64-31-1.9.iso \
-usb -device usb-tablet \
-soundhw hda \
-vga virtio -display sdl,gl=on
@niklas88
Copy link
Author

niklas88 commented Mar 30, 2020

And after installation

qemu-system-x86_64 -machine pc,vmport=off \
-accel kvm -smp 8 -m 32G \
-drive file=fedora.qcow2,if=virtio \
-usb -device usb-tablet \
-soundhw hda \
-vga virtio -display sdl,gl=on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment