I understand 100% and that's why I'm working on my project to solve all these loose ends
https://github.com/proxmoxhelpers/LongTailToilForProxmox
I'm also annoyed with a lot of the SPICE client behaviour
I think it should be possible to...
Nice. It shouldn't be necessary to install it (on PVE) though. It's a dependency of qemu-server which is a dependency of pve-manager
# aptitude why python3-virt-firmware
i qemu-server Depends python3-virt-firmware
# aptitude why qemu-server
i...
Excellent, there is a way to toggle it.
It's not that i don't know how to set it in BIOS menu, it's that i hate having to go there at all, it's annoying having to resize that tiny spice screen over and over again and go look for that stupid menu...
Yes this works
But it should still be in VM Options
DisableSecureBoot() ( command -v virt-fw-vars >/dev/null 2>&1 || DEBIAN_FRONTEND=noninteractive apt-get install -y -qq python3-virt-firmware >/dev/null 2>&1 || exit 1; virt-fw-vars --inplace...
Something like this (LVM-Thin example) seems to work but that requires some knowledge about storage and it's probably best to stop the VM first
virt-fw-vars --inplace /dev/pve/vm-102-disk-1 --set-false SecureBootEnable
pvesm path can tell you...
This is a classic long tail problem issue,
a solution just annoying enough to discover, that wastes just a little time once in a while
a solution that looks easy once you've figured out that it does not feel worth fixing for real
Since that...
Yes, but i think his thread is looking for an easier way to do it.. Take my example:
I have linked external block devices to my VM, and so even setting the boot order to none in VM options does not stop the linux VM from booting from scsi0.
The...
Hi, just wanted to make a quick note, i often face this issue, and would love the option to toggle secureboot in the OVMF UEFI bios from console, or GUI.
Anyways, just confirmed that easiest way to disable secure boot without having to get into...