Hello,
I am setting up a RAID on a new Proxmox 6.1 server and I wanted to update the kernel in order to keep the RAID after a reboot (I had to do that with Proxmox 5.x)
To begin, I created the RAID :
After, I run update-initramfs :
I got an error : "No /etc/kernel/pve-efiboot-uuids found, skipping ESP sync."
Is this a good way to go? (Maybe is not necessary?)
Why do I have this error?
Thanks
I am setting up a RAID on a new Proxmox 6.1 server and I wanted to update the kernel in order to keep the RAID after a reboot (I had to do that with Proxmox 5.x)
To begin, I created the RAID :
Bash:
mdadm --create /dev/md3 --metadata=0.90 --level=1 --assume-clean --raid-devices=2 /dev/nvme0n1p4 /dev/nvme1n1p4
mdadm --detail --scan --verbose > /etc/mdadm.conf
After, I run update-initramfs :
Bash:
update-initramfs -v -u
I got an error : "No /etc/kernel/pve-efiboot-uuids found, skipping ESP sync."
Code:
Available versions: 5.3.10-1-pve
5.0.21-5-pve
5.0.21-4-pve
4.19.0-5-cloud-amd64
Keeping /boot/initrd.img-5.3.10-1-pve.dpkg-bak
update-initramfs: Generating /boot/initrd.img-5.3.10-1-pve
Copying module directory kernel/drivers/usb/host
(excluding hwa-hc.ko sl811_cs.ko sl811-hcd.ko u132-hcd.ko whci-hcd.ko)
......
/usr/share/initramfs-tools/scripts/init-bottom/ORDER ignored: not executable
/usr/share/initramfs-tools/scripts/init-top/ORDER ignored: not executable
/usr/share/initramfs-tools/scripts/local-block/ORDER ignored: not executable
/usr/share/initramfs-tools/scripts/local-bottom/ORDER ignored: not executable
/usr/share/initramfs-tools/scripts/local-top/ORDER ignored: not executable
/usr/share/initramfs-tools/scripts/local-premount/ORDER ignored: not executable
Building cpio /boot/initrd.img-5.3.10-1-pve.new initramfs
Running hook script 'zz-pve-efiboot'..
Re-executing '/etc/kernel/postinst.d/zz-pve-efiboot' in new private mount namespace..
No /etc/kernel/pve-efiboot-uuids found, skipping ESP sync.
Is this a good way to go? (Maybe is not necessary?)
Why do I have this error?
Thanks
Last edited: