Skip to content

Instantly share code, notes, and snippets.

@tbalthazar
Last active June 17, 2026 16:54
Show Gist options
  • Select an option

  • Save tbalthazar/79fe9d04c53dab989a4292cc8a2f1e13 to your computer and use it in GitHub Desktop.

Select an option

Save tbalthazar/79fe9d04c53dab989a4292cc8a2f1e13 to your computer and use it in GitHub Desktop.
Debian Image Verification
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