I've got a couple of hosts that were originally installed with PVE5.0 that have now been upgraded throughout the years to 6.4. The time has come to upgrade to 7.0, but as my hosts are configured with legacy boot from ZFS I am concerned that doing so will leave them in an unbootable state.
I've been through the Legacy-boot-to-proxmox-boot wiki article, and found that
As I understand it, I am unable to shrink sd[ji]2 in order to grow sd[ji]1 such that they are big enough for use as ESPs - can anyone make a suggestion as to how I can resolve this issue, or indeed whether I am unable to proceed with the upgrade without breaking my bootloader?
I've been through the Legacy-boot-to-proxmox-boot wiki article, and found that
ls /sys/firmware/efi
does indeed output "No file or directory" indicating I am booting using the legacy GRUB setup. When "Finding potential ESPs", I hit a problem, in that on my boot ZFS mirrored disks, there isn't a sufficiently sized empty partition:
Code:
...
sdi 8:128 0 74.5G 0 disk
├─sdi1 8:129 0 1007K 0 part
├─sdi2 8:130 0 74.5G 0 part zfs_member
└─sdi9 8:137 0 8M 0 part
sdj 8:144 0 74.5G 0 disk
├─sdj1 8:145 0 1007K 0 part
├─sdj2 8:146 0 74.5G 0 part zfs_member
└─sdj9 8:153 0 8M 0 part
...
As I understand it, I am unable to shrink sd[ji]2 in order to grow sd[ji]1 such that they are big enough for use as ESPs - can anyone make a suggestion as to how I can resolve this issue, or indeed whether I am unable to proceed with the upgrade without breaking my bootloader?