error during installation proxmox debian12 bookworm

Septain21

New Member
Nov 22, 2023
4
0
1
Good morning

I'm trying to install proxmox on a Debian 12 bookworm environment but when I got to the step: apt install pve-kernel-6.2 I got errors like this.

Code:
root@rk3318-box:~# apt install pve-kernel-6.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 proxmox-kernel-6.2 : Depends: proxmox-kernel-6.2.16-19-pve but it is not installable
 pve-firmware : Conflicts: firmware-brcm80211
                Conflicts: firmware-ralink
                Conflicts: firmware-realtek
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

An idea of the problem ?

THANKS
 
Hello @LnxBil

I tried to remove these firmware packages but :

Code:
pi@rk3318-box:~$ sudo apt remove firmware-ralink
[sudo] Mot de passe de pi :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait     
Les paquets virtuels comme « firmware-ralink » ne peuvent pas être supprimés
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
pi@rk3318-box:~$ sudo apt remove firmware-brcm80211
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait     
Le paquet « firmware-brcm80211 » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
pi@rk3318-box:~$ sudo apt remove firmware-realtek
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait     
Le paquet « firmware-realtek » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
 
Hi,

root@rk3318-box
noticing the hostname - are you trying to install Proxmox VE on a ARM64 machine? Proxmox VE is only available for x86(-64), so that won't work.

Can you please share the output of uname -a and tail -n+0 /etc/apt/sources.list /etc/apt/sources.list.d/*?
 
Hi,


noticing the hostname - are you trying to install Proxmox VE on a ARM64 machine? Proxmox VE is only available for x86(-64), so that won't work.

Can you please share the output of uname -a and tail -n+0 /etc/apt/sources.list /etc/apt/sources.list.d/*?
Code:
root@rk3318-box:~# uname -a
Linux rk3318-box 6.3.13-rockchip64 #1 SMP PREEMPT Tue Jul 11 19:39:51 CEST 2023 aarch64 GNU/Linux
root@rk3318-box:~# tail -n+0 /etc/apt/sources.list /etc/apt/sources.list.d/*
==> /etc/apt/sources.list <==
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
#deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
#deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
#deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
deb http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
#deb-src http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
==> /etc/apt/sources.list.d/armbian.list <==
deb [signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com bookworm main bookworm-utils bookworm-desktop
==> /etc/apt/sources.list.d/armbian.list.disabled <==
deb [signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com bookworm main bookworm-utils bookworm-desktop
==> /etc/apt/sources.list.d/pveport.list <==
deb [arch=arm64] https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm port
deb [arch=arm64] https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm ceph-reef
deb [arch=arm64] https://global.mirrors.apqa.cn/proxmox/debian/pbs bookworm port
#deb [arch=arm64] https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm pvetest
#deb [arch=arm64] https:global.mirrors.apqa.cn/proxmox/debian/devel bookworm port
#deb [arch=arm64] https:global.mirrors.apqa.cn/proxmox/debian/kernel sid port
==> /etc/apt/sources.list.d/pveport.list.dpkg-dist <==
deb https://mirrors.apqa.cn/proxmox/debian/pve bookworm port
 
root@rk3318-box:~# uname -a
Linux rk3318-box 6.3.13-rockchip64 #1 SMP PREEMPT Tue Jul 11 19:39:51 CEST 2023 aarch64 GNU/Linux
So yeah, you are running a ARM64 machine, which is not supported by Proxmox VE, and thus you cannot install it.

Please have a look at the System requirements for Proxmox VE. :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!