Move MicroSD boot proxmox to eMMC
Steps
- Manually deplicate partition from MicroSD to eMMC using
fdisk, ignore the bios partition as EFI partition used. - Unmount old
/boot/efipartition, then duplicate EFI partition usingddfrom MicroSD, this can keep UUID - Create PV on eMMC data partition and add it to
pveVG - Move all data from old MicroSD partition to eMMC partition
pvmove /dev/<MicroSD partition> - Check structure and UUID using following command
lsblk -o +UUID - Remove MicroSD PV from
pveVG usingvgreduce, then usepvremoveto remove PV from MicroSD - Mount new
/boot/efipartition, then rungrub-installto recreategrub.cfgfile - Remove MicroSD from system, then reboot