Hi, I did a new installation of proxmox, using installer of latest version iso (proxmox-ve_8.2-2) and installed on btrfs raid 1.
During the first update of the system packages I noticed this at the end:
FWIK proxmox boot tool should keep synced EFI partition when using zfs or btrfs raid, but it seems don't setted correctly by installer
EFI partition are they actually out of sync in btrfs installations or is there something else I don't know about that syncs them?
Thanks for any reply and sorry for my bad english.
During the first update of the system packages I noticed this at the end:
Code:
...
update-initramfs: Generating /boot/initrd.img-6.8.12-2-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
FWIK proxmox boot tool should keep synced EFI partition when using zfs or btrfs raid, but it seems don't setted correctly by installer
Code:
proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
E: /etc/kernel/proxmox-boot-uuids does not exist.
EFI partition are they actually out of sync in btrfs installations or is there something else I don't know about that syncs them?
Thanks for any reply and sorry for my bad english.
Code:
blkid
...
/dev/sdb2: UUID="FDF0-D05E" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="a61205d9-e8fd-4f08-90fc-23dfab1ff630"
/dev/sdb3: UUID="7f9d12f8-f057-49b6-8f8e-2838e1849e3f" UUID_SUB="1588d89e-5dda-4a9b-9a79-cedbc7628f8b" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="9d25825c-a1f1-4d37-b3d3-ac6caa29eccb"
/dev/sda2: UUID="FDED-8EDA" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="abc32586-626e-4131-b365-c8307d4e5963"
/dev/sda3: UUID="7f9d12f8-f057-49b6-8f8e-2838e1849e3f" UUID_SUB="dc897ce8-507b-403f-a00b-7c6c13b4c2dd" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="9d7134f1-5214-4d6c-b9e0-f5eaf6ea42c6"
Code:
btrfs fi show /
Label: none uuid: 7f9d12f8-f057-49b6-8f8e-2838e1849e3f
Total devices 2 FS bytes used 3.85GiB
devid 1 size 419.00GiB used 7.01GiB path /dev/sda3
devid 2 size 419.00GiB used 7.01GiB path /dev/sdb3
Code:
mount
...
/dev/sda3 on / type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)