[SOLVED] Proxmox VE 7 Installation | unmet dependencies

TuliSTua

New Member
Apr 20, 2023
2
0
1
Hallo,

heute wollte ich PVE auf meinem Banana Pi installieren.
Zuerst Debian installiert, dann der offiziellen Anleitung gefolgt, bis zur Ausführung von sudo apt install proxmox-ve.
Dort bleibt er mit unmet dependencies hängen.

PROBLEM:
Code:
sudo apt install proxmox-ve     
[sudo] password for proxmox:
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-ve : Depends: pve-kernel-5.15 but it is not going to be installed
              Depends: pve-manager but it is not installable
              Depends: pve-qemu-kvm but it is not installable
              Depends: qemu-server but it is not installable
              Depends: spiceterm but it is not installable
              Depends: vncterm but it is not installable
E: Unable to correct problems, you have held broken packages.

AUSGABE:

sources.list:
Code:
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib

# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription

# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib

sources.list.d ist leer.

sudo apt update:
Code:
sudo apt update
Hit:1 http://ftp.debian.org/debian bullseye InRelease
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://ftp.debian.org/debian bullseye-updates InRelease [44.1 kB]                       
Get:4 http://download.proxmox.com/debian/pve bullseye InRelease [2661 B]                                                         
Fetched 95.1 kB in 1s (76.1 kB/s)                           
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

sudo apt full-upgrade:
Code:
sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Hat irgendjemand eine Idee zur Lösung des Problems

Danke im Voraus
TuLiSTua
 
Dein Banana Pi ist doch aber eh ein ARM SoC oder? PVE unterstützt nur x64/86 CPUs. Du könntest dir mal Pimox angucken, was ein Port für den Raspi ist und mit ARM läuft. Aber soweit ich das verstanden habe kann man da auch nicht viel machen, wenn man nicht gleich den Raspi mit 8GB RAM holt. Weil die 2GB RAM braucht man ja schon alleine für PVE selbst.
 
Last edited:
Du hast natürlich Recht.

Da setzt man die ganze Kiste auf und hat die ganze Zeit den ARM vor Augen, so das man ihn nicht mehr sieht.

Pimox werde ich mir ansehen, habe ja den BPI-M5 mit 4GB.
Mal sehen was da geht.

Danke dir