Skip to content

Instantly share code, notes, and snippets.

@montvid
Created September 2, 2022 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save montvid/8a01ac72a598285675d18a4bf3d8134f to your computer and use it in GitHub Desktop.
Save montvid/8a01ac72a598285675d18a4bf3d8134f to your computer and use it in GitHub Desktop.
create usb to boot hdd
gdisk create gpt table
gdisk create bios partition 32mb
gdisk create efi partition 512mb
format efi partition vfat or proxmox-boot-tool format
grub-install efi partition or proxmox-boot-tool init
proxmox-boot-tool status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment