isc30 / ryzen-7000-series-proxmox

Get the Ryzen 7000 series processors with AMD Radeon 680M/780M integrated graphics or RDNA2/RDNA3 GPUs running with Proxmox, GPU passthrough and UEFI included.
220 stars 28 forks source link

Repo Steps #7

Closed geoffbon closed 7 months ago

geoffbon commented 8 months ago

First, fantastic walkthrough, worked perfectly for the Beelink GTR 7 Pro 7940HS.

For the current Proxmox 8 ISO (proxmox-ve_8.0-2.iso), the repo is now bookworm, so the line echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" >> /etc/apt/sources.list.d/pve.list should be echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" >> /etc/apt/sources.list.d/pve.list

Also, the ceph enterprise repo is present and needs to be disabled: mv /etc/apt/sources.list.d/ceph.list /etc/apt/sources.list.d/ceph.list.orig

isc30 commented 8 months ago

Hey thanks for the positive comments!

That's true, in the beginning it was a Proxmox v7 guide. Whenever I have time I will substitute that first step with this script:

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"

and since I'm there I also want to add the CPU microcode

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/microcode.sh)"
isc30 commented 7 months ago

readme updated, thanks :)