I was installing PVE from debian bullseys. At 98% process, the error jumped just like this:
The /boot partition is vfat. So the problem is it cannot make symbol links on vfat?
Code:
Setting up pve-kernel-5.11 (7.0-7) ...
ln: failed to create symbolic link '/boot/pve/vmlinuz-5.11': Operation not permitted
dpkg: error processing package pve-kernel-5.11 (--configure):
[B] installed pve-kernel-5.11 package post-installation script subprocess returned error exit status 1[/B]
dpkg: dependency problems prevent configuration of proxmox-ve:
proxmox-ve depends on pve-kernel-5.11; however:
Package pve-kernel-5.11 is not configured yet.
dpkg: error processing package proxmox-ve (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pve-kernel-5.11
proxmox-ve
E: Sub-process /usr/bin/dpkg returned an error code (1)
The /boot partition is vfat. So the problem is it cannot make symbol links on vfat?