jiangcuo / Proxmox-Arm64

Proxmox VE & PBS unofficial arm64 version
GNU Affero General Public License v3.0
387 stars 41 forks source link

[Install] packages have unmet dependencies: pve-kernel-5.15 : Depends: pve-kernel-5.15.39-4-pve but it is not installable #12

Closed mindingulove closed 1 year ago

mindingulove commented 1 year ago

When io follow the Guide in my bullseye install, i get the following error after apt-get install proxmox-ve: The following packages have unmet dependencies: pve-kernel-5.15 : Depends: pve-kernel-5.15.39-4-pve but it is not installable.

It seems that pve kernel is not found and install halts. What am i doing wrong? Can't seem to find a similar error neither a description about it. Thank you

jiangcuo commented 1 year ago

Hello, thank you for discovering this question. This is a dependency issue of the proxmox-ve package, I have now removed pve-kernel-5.15 from the proxmox-ve depend list, you can use apt update and try again.

mindingulove commented 1 year ago

Hello, thank you for discovering this question. This is a dependency issue of the proxmox-ve package, I have now removed pve-kernel-5.15 from the proxmox-ve depend list, you can use apt update and try again.

Now it worked, but at the end it faills to create a symbolic link as follows:

ln: failed to create symbolic link '/boot/pve/vmlinuz': Operation not permitted ln: failed to create symbolic link '/boot/pve/initrd.img': Operation not permitted

I'm running as sudo. Maybe I should change permission of something?

jiangcuo commented 1 year ago

This is because your boot partition does not support soft links. Just ignore it.