Created
September 2, 2022 11:11
-
-
Save montvid/8a01ac72a598285675d18a4bf3d8134f to your computer and use it in GitHub Desktop.
create usb to boot hdd
This file contains 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
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