Skip to content

Instantly share code, notes, and snippets.

@marcaurele
Last active February 19, 2018 13:45
Show Gist options
  • Save marcaurele/e5255ff58068d84cee7880e591af7e6a to your computer and use it in GitHub Desktop.
Save marcaurele/e5255ff58068d84cee7880e591af7e6a to your computer and use it in GitHub Desktop.
For full disk encryption (FDE) of a cloud VM

IPXE netboot

To boot a different OS from a Debian base image

To have a full disk encryption on a cloud VM (choose a size with enough RAM (2GB) and downscale after if needed):

  1. Use the QEMU console to log on as root
  2. apt-get install grub2 ipxe
  3. reboot
  4. Quickly select "Network boot" in GRUB menu
  5. Hit Ctrl-B when said so
  6. At iPXE prompt, type: "chain --autofree http://boot.netboot.xyz"
  7. Select the Os of choice to install and enable full disk encryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment