H Hativ3 New Member Dec 1, 2022 4 4 3 Dec 1, 2022 #1 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: dmesg output attached. Any ideas? Attachments dmesg.txt 88.9 KB · Views: 11
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: dmesg output attached. Any ideas?
mira Proxmox Staff Member Staff member Aug 1, 2018 2,308 311 128 Dec 1, 2022 #2 Yes, the kernel is too old and hardware acceleration doesn't work. We had the same issues here on our new workstations. You can use the workaround mentioned in our bug tracker [0]: https://gist.github.com/sergey-cheperis/530666bc5d7064185ab72bfcaeb19ff1 [0] https://bugzilla.proxmox.com/show_bug.cgi?id=3817 Reactions: Moayad
Yes, the kernel is too old and hardware acceleration doesn't work. We had the same issues here on our new workstations. You can use the workaround mentioned in our bug tracker [0]: https://gist.github.com/sergey-cheperis/530666bc5d7064185ab72bfcaeb19ff1 [0] https://bugzilla.proxmox.com/show_bug.cgi?id=3817
H Hativ3 New Member Dec 1, 2022 4 4 3 Dec 1, 2022 #3 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. Click to expand... Reactions: noel. and mira
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. Click to expand...