Notes on VM building: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 July 2025

29 July 2025

28 July 2025

27 July 2025

26 July 2025

  • curprev 18:1218:12, 26 July 2025Adj talk contribs 698 bytes +18 No edit summary
  • curprev 18:1118:11, 26 July 2025Adj talk contribs 680 bytes +4 No edit summary
  • curprev 18:1118:11, 26 July 2025Adj talk contribs 676 bytes +676 Created page with "What is says in the title. Here's what I run to start a Debian install with a virtio storage and network enabled UEFI virtual machine: sudo qemu-img create -f qcow2 /srv/vm-backing-store/padmeamadeus-0-vda.qcow2 64G sudo virt-install --name padmeamadeus-0 --memory 5120 --vcpus 2 --cpu host --cdrom ~/Downloads/debian-testing-amd64-20250726-netinst.iso --boot uefi --osinfo debian11 --disk /srv/vm-backing-store/padmeamadeus-0-vda.qcow2,bus=virtio --network bridge=br0,mod..."