Created
October 11, 2025 04:40
-
-
Save randy3k/ec202cb13501f027fd84453ddefd6d08 to your computer and use it in GitHub Desktop.
Proxmox boot up disk setup
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
| # copy from a to b | |
| sudo sgdisk -R /dev/sdb /dev/sda | |
| # randomize guid | |
| sudo sgdisk -G /dev/sdb | |
| # inform the kernel or reboot | |
| sudo partprobe /dev/sdb | |
| sudo proxmox-boot-tool format /dev/sdb --force | |
| sudo proxmox-boot-tool init /dev/sdb | |
| sudo proxmox-boot-tool clean | |
| sudo proxmox-boot-tool refresh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment