Ryzen 7000 - GUI Installer doesn't start

Hativ3

New Member
Dec 1, 2022
4
4
3
Hello,

I'm trying to install Proxmox 7.3 on an new system with a Ryzen 7950X, but the GUI installer doesn't start.

Picture of the screen:

PXL_20221201_150838253.jpg

dmesg output attached.

Any ideas?
 

Attachments

  • Like
Reactions: Moayad
Thank you, that pointed me in the right direction. But I had to look for "amdgpu" instead of "modesetting".

Bash:
Xorg -configure
mv xorg.conf.new /etc/X11/xorg.conf
nano /etc/X11/xorg.conf

Make the following changes:
  • Find the line: Load "glx" and replace with Disable "glx".
  • After that line, add Disable "glamoregl".
  • Find the line: Driver "amdgpu" and replace with Driver "fbdev".
  • Start the X server with startx which will automatically start the graphical installer.
 
  • Like
Reactions: noel. and mira