Created
February 11, 2025 13:00
-
-
Save aderumier/e2507084a110f9f322d9a6199a5fb836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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