From af70d1d3960e28868ec98718d66ba5230592f227 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 23 Oct 2025 10:40:47 -0400 Subject: [PATCH] add secure boot note to systemd_qemu --- active/systemd_qemu/qemu.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/active/systemd_qemu/qemu.md b/active/systemd_qemu/qemu.md index 6315c98..19e47fd 100644 --- a/active/systemd_qemu/qemu.md +++ b/active/systemd_qemu/qemu.md @@ -6,6 +6,7 @@ - [Convert qcow to bootable drive](#convert-qcow-to-bootable-drive) - [Convert bootable drive to qcow](#convert-bootable-drive-to-qcow) - [ISO](#iso) + - [ISO Access Denied on Boot](#iso-access-denied-on-boot) ## QCOW2 @@ -51,4 +52,8 @@ with gparted. ```bash pacman -S cdrtools mkisofs -r -iso-level 4 -l -o /tmp/arch-files.iso ./arch -``` \ No newline at end of file +``` + +## ISO Access Denied on Boot + +Turn off Secure Boot in the VM. Bios -> Device Manager -> Secure Boot Configuration -> Uncheck Attempt Secure Boot