Skip to content

Instantly share code, notes, and snippets.

@aderumier
Created February 11, 2025 13:00
Show Gist options
  • Select an option

  • Save aderumier/e2507084a110f9f322d9a6199a5fb836 to your computer and use it in GitHub Desktop.

Select an option

Save aderumier/e2507084a110f9f322d9a6199a5fb836 to your computer and use it in GitHub Desktop.
wget https://mutulin1.odiso.net/qemu-server_8.3.7_amd64.deb
dpkg -i qemu-server_8.3.7_amd64.deb
qm create 100 -machine microvm -acpi 0 -vga none -serial0 socket -tablet 0 -balloon 0 -args "-kernel /root/netbsd-SMOL -append 'console=com root=ld0a -z'"
qm disk import 100 /root/rescue-amd64.img local
qm set 100 -virtio0 local:10001/vm-10001-disk-0.raw
qm start 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment