I have a machine that boots via UEFI.
Currently filesystems are mounted as is:
Root is on LVM over MD.
If I try to setup esp sync:
I got the following error:
It tries to get partitions from the MD /boot array :
How con I setup ESP sync ?
Thank you,
GV
Currently filesystems are mounted as is:
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/sys-root 15G 4.3G 9.6G 31% /
/dev/md0 920M 275M 582M 33% /boot
/dev/sdb1 511M 12M 500M 3% /boot/efi
Root is on LVM over MD.
If I try to setup esp sync:
Code:
# proxmox-boot-tool format /dev/sda1
UUID="" SIZE="536870912" FSTYPE="" PARTTYPE="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" PKNAME="sda" MOUNTPOINT=""
Formatting '/dev/sda1' as vfat..
mkfs.fat 4.2 (2021-01-31)
Done.
I got the following error:
Code:
# proxmox-boot-tool init /dev/sda1
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
UUID="E7D9-2C88" SIZE="536870912" FSTYPE="vfat" PARTTYPE="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" PKNAME="sda" MOUNTPOINT=""
Mounting '/dev/sda1' on '/var/tmp/espmounts/E7D9-2C88'.
Installing systemd-boot..
Failed to probe partition scheme of "/dev/block/9:0": Input/output error
It tries to get partitions from the MD /boot array :
Code:
# ls /dev/block/9:0
lrwxrwxrwx 1 root root 6 Dec 13 15:52 /dev/block/9:0 -> ../md0
How con I setup ESP sync ?
Thank you,
GV