jiangcuo / Proxmox-Arm64

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

Installing Proxmox VE from your repo fail #19

Closed thegeek82000 closed 1 year ago

thegeek82000 commented 1 year ago

Hi, I tried to install Proxmox on a SBC ROCK PI 5B : I followed the WIKI and tried two times but it failed each time. rock@rock-5b:~$ uname -a Linux rock-5b 5.10.66-27-rockchip-gea60d388902d #rockchip SMP Mon Oct 24 08:25:47 UTC 2022 aarch64 GNU/Linux rock@rock-5b:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye

The error is as follows : Preparing to unpack .../269-pve-firmware_3.6-4_all.deb ... Unpacking pve-firmware (3.6-4) ... dpkg: error processing archive /tmp/apt-dpkg-install-9ZsU3k/269-pve-firmware_3.6-4_all.deb (--unpack): trying to overwrite '/lib/firmware/ath10k/QCA988X/hw2.0/board.bin', which is also in package qualcomm-wifibt-firmware 0.1-1 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Selecting previously unselected package pve-manager.

Errors were encountered while processing: /tmp/apt-dpkg-install-9ZsU3k/269-pve-firmware_3.6-4_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

Any Help welcome

Thx

jiangcuo commented 1 year ago

Hi, this is usually caused by conflicting firmware packages. So you can remove the qualcomm-wifibt-firmware and try again,or use --force-overwrite

apt download pve-firmware
dpkg -i --force-overwrite pve-firmware_*.deb
thegeek82000 commented 1 year ago

Hi,

The following command force overwrite six firmware package in conflict.... dpkg -i --force-overwrite pve-firmware_*.deb

Now Proxmox installed and running.

I will import VM and will check if all OK.

Thx.

See u later.