Good evening.
I've just upgraded my single node setup via web UI. but unfortunatelly I got a message that tells me, that
```update-initramfs```didn't work.
The log looks like this:
So first of all I tried to upgrade again via "Refresh" and upgrade -> nothing to do.
Then I tried to execute the ```update-initramfs``` explicitly and got the same issue:
I found this post but it doesn't seem to be adequate, as I already have a /boot directory with content.
Anyone knows how to solve the issue?
I've just upgraded my single node setup via web UI. but unfortunatelly I got a message that tells me, that
```update-initramfs```didn't work.
The log looks like this:
Code:
Setting up curl (7.88.1-10+deb12u8)
Setting up openssl (3.0.15-1~deb12ul)
Setting up iputils-ping (3:20221126-1+deb12ul) ...
Setting up sqlites (3.40.1-2+deb12ul)
Setting up python3.11-minimal (3.11.2-6+deb12u4)
Setting up Fibpython3. 11-stdlib:amd64 (3.11.2-64debi2u4) ...
Setting up fdisk (2.38.1-5+deb12u2)
Setting up python3.11 (3.11.2-6+deb12u4) ...
Processing triggers for libc-bin (2.36-9+deb12u9)...
Processing triggers for systemd (252.31-1~deb12ul) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for dbus (1.14.10-1~debl2ul)...
Processing triggers for mailcap (3.70+nmul) ...
Processing triggers for initramfs-tools (0.142+deb12ul) ...
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.
Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.
Alternatively, use --esp-path= to specify path to mount point.
Your System is up-to-date
starting shell
So first of all I tried to upgrade again via "Refresh" and upgrade -> nothing to do.
Then I tried to execute the ```update-initramfs``` explicitly and got the same issue:
Code:
update-initramfs -u -k 6.8.12-2-pve
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.
Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.
Alternatively, use --esp-path= to specify path to mount point.
I found this post but it doesn't seem to be adequate, as I already have a /boot directory with content.
Anyone knows how to solve the issue?