add secure boot note to systemd_qemu
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
- [Convert qcow to bootable drive](#convert-qcow-to-bootable-drive)
|
- [Convert qcow to bootable drive](#convert-qcow-to-bootable-drive)
|
||||||
- [Convert bootable drive to qcow](#convert-bootable-drive-to-qcow)
|
- [Convert bootable drive to qcow](#convert-bootable-drive-to-qcow)
|
||||||
- [ISO](#iso)
|
- [ISO](#iso)
|
||||||
|
- [ISO Access Denied on Boot](#iso-access-denied-on-boot)
|
||||||
|
|
||||||
## QCOW2
|
## QCOW2
|
||||||
|
|
||||||
@@ -51,4 +52,8 @@ with gparted.
|
|||||||
```bash
|
```bash
|
||||||
pacman -S cdrtools
|
pacman -S cdrtools
|
||||||
mkisofs -r -iso-level 4 -l -o /tmp/arch-files.iso ./arch
|
mkisofs -r -iso-level 4 -l -o /tmp/arch-files.iso ./arch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## ISO Access Denied on Boot
|
||||||
|
|
||||||
|
Turn off Secure Boot in the VM. Bios -> Device Manager -> Secure Boot Configuration -> Uncheck Attempt Secure Boot
|
||||||
|
|||||||
Reference in New Issue
Block a user