PBS Install Fails with CTRL+ALT+F2 message due to xserver connection error

gkuyuk

New Member
Jan 15, 2022
2
1
3
50
Hi All,

In case this helps some people our there. I was intalling PBS on a server and it failed after getting the IP address and comes up with the error message for CTRL+ALT+F2 to see the error on another terminal and there you can see it fails to connect the xserver. Here is the fix,
on the initial screen just hit enter and it will bring you the bash prompt.

$ chmod 777 /tmp
$ apt update
$ apt upgrade
$ Xorg -configure
$ mv /xorg.conf.new /etc/X11/xorg.conf
$ nano /etc/X11/xorg.conf # Find the line Driver "modesetting" and change modesetting to "fbdev"
//The above is within the device section, your setup might be with a different driver like amdgpu, just switch it to fbdev
$ startx

This should start your installation and finish it. Do not restart/interrupt during the install since this is temporary for installation. If you restart you will need to do it again.
 
Last edited:
  • Like
Reactions: Web

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!