We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd0a04 commit e66d91bCopy full SHA for e66d91b
docs/staff-docs/procedures/staff-vms.md
@@ -64,7 +64,7 @@ Destroy:
64
When trying to provision a NixOS VM through ISO (after step 3.), we ran into an issue where no bootable option or device was found.
65
The way to solve this was to attach the ISO first:
66
67
-`virsh attach-disk [domain name] /var/lib/libvirt/images/latest-nixos-minimal-x86_64-linux.iso sda --driver qemu --type cdrom`
+`sudo virsh attach-disk [domain name] /var/lib/libvirt/images/latest-nixos-minimal-x86_64-linux.iso sda --driver qemu --type cdrom`
68
69
Then disable secure boot in BIOs and add "console=ttys0" to the bootloader screen by pressing "e" and appending the parameter.
70
0 commit comments