Hi everyone! Another post in the saga of upgrading my Proxmox node from PVE 6 to 7. This time I'm trying to switch my legacy boot system to the Proxmox Boot Tool. For reference I've been following this guide on the wiki and am currently using RAID-Z1 with two disks.
When I run
In this case, would it be safe to reformat these partitions to use them as an ESP? I haven't manually modified anything partition wise so I'm unsure as to what these are being used for. I'm assuming because of the size they're being used for booting as of right now? Any help would be appreciated (just want a sanity check before I potentially break anything). Thanks!
When I run
lsblk
to find potential ESPs I notice I have two 512M partitions. However, instead of not having a filesystem type I see the type is zfs_member
.
Code:
root@vmworld:~# lsblk -o +FSTYPE
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT FSTYPE
sda 8:0 0 931.5G 0 disk zfs_member
├─sda1 8:1 0 1007K 0 part zfs_member
├─sda2 8:2 0 512M 0 part zfs_member
└─sda3 8:3 0 931G 0 part zfs_member
sdb 8:16 0 931.5G 0 disk zfs_member
├─sdb1 8:17 0 1007K 0 part zfs_member
├─sdb2 8:18 0 512M 0 part zfs_member
└─sdb3 8:19 0 931G 0 part zfs_member
In this case, would it be safe to reformat these partitions to use them as an ESP? I haven't manually modified anything partition wise so I'm unsure as to what these are being used for. I'm assuming because of the size they're being used for booting as of right now? Any help would be appreciated (just want a sanity check before I potentially break anything). Thanks!