Hi Folks,
i am trying to get proxmox on an apu2c4 working.
(Short specs of the apu: 3 i210AT LAN / AMD GX-412TC CPU / 4 GB DRAM;
detailed specs of apu2c4 here https://www.pcengines.ch/apu2c4.htm )
First I burned debian-11.5.0-amd64-netinst.iso to an USB-Stick using balenaEtcher 1.7.9 ( https://www.balena.io/etcher/ ).
Next I installed debian with some hints from this guide https://teklager.se/en/knowledge-base/installing-debian-over-serial-console-apu-board/
I updated the BIOS to apu2_v4.17.0.2.rom (taking some hints here https://teklager.se/en/knowledge-base/apu-bios-upgrade/ )
Than i proceeded working with this guide:
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
Any hint is welcome. If you need any further informations, please let me know.
Thank you in advance!
luponator
i am trying to get proxmox on an apu2c4 working.
(Short specs of the apu: 3 i210AT LAN / AMD GX-412TC CPU / 4 GB DRAM;
detailed specs of apu2c4 here https://www.pcengines.ch/apu2c4.htm )
First I burned debian-11.5.0-amd64-netinst.iso to an USB-Stick using balenaEtcher 1.7.9 ( https://www.balena.io/etcher/ ).
Next I installed debian with some hints from this guide https://teklager.se/en/knowledge-base/installing-debian-over-serial-console-apu-board/
I updated the BIOS to apu2_v4.17.0.2.rom (taking some hints here https://teklager.se/en/knowledge-base/apu-bios-upgrade/ )
Than i proceeded working with this guide:
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
- Add an /etc/hosts entry for your IP address:
Code:root@proxmox:~# hostname --ip-address 192.168.178.241
- Adapt your sources.list
Code:root@proxmox:~# less /etc/apt/sources.list.d/pve-install-repo.list deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription /etc/apt/sources.list.d/pve-install-repo.list (END)
- Add the Proxmox VE repository key as root (or use sudo):
Code:root@proxmox:~# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg 7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08fg
- apt update
Code:root@proxmox:/etc/apt/sources.list.d# apt update Hit:1 http://download.proxmox.com/debian/pve bullseye InRelease Hit:2 http://debian.mirror.iphh.net/debian bullseye InRelease Hit:3 http://debian.mirror.iphh.net/debian bullseye-updates InRelease Hit:4 http://security.debian.org/debian-security bullseye-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date.
- apt full-upgrade
Code:root@proxmox:/etc/apt/sources.list.d# apt full-upgrade E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
- dpkg --configure -a
Code:root@proxmox:/etc/apt/sources.list.d# dpkg --configure -a Setting up pve-manager (7.3-3) ...
- Do you see, if I did a mistake somewhere?
- Any ideas how to fix the problem?
- Or to go back an start again, but to which point?
Any hint is welcome. If you need any further informations, please let me know.
Thank you in advance!
luponator
Last edited: