Last active
June 17, 2026 16:54
-
-
Save tbalthazar/79fe9d04c53dab989a4292cc8a2f1e13 to your computer and use it in GitHub Desktop.
Debian Image Verification
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
| gpg --keyserver keyring.debian.org --recv DF9B9C49EAA9298432589D76DA87E80D6294BE9B | |
| gpg --verify SHA512SUMS.sign | |
| sha512sum -c SHA512SUMS | |
| -- | |
| VBoxManage list vms | |
| VBoxManage modifynvram "Debian 13 Desktop Template" inituefivarstore | |
| VBoxManage modifynvram "Debian 13 Desktop Template" enrollorclpk | |
| VBoxManage modifynvram "Debian 13 Desktop Template" enrollmssignatures | |
| VBoxManage modifynvram "Debian 13 Desktop Template" secureboot --enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment