Proxmox installation problem: Fix Black Screen

Support Wissensdatenbank

Du bist hier:
Print

If no image is displayed, switch to another terminal by using the key combination Ctrl + Alt + F1, Ctrl + Alt + F2, etc. Proceed as follows:

  • Ctrl-Alt-F2 (2nd terminal): Check Xorg error
  • Ctrl-Alt-F3 (3rd terminal): Configure /usr/share/X11/xorg.conf.d/ driver-nvidia.conf
  • Ctrl-Alt-F1 (1st terminal / installer): $ xinit

On one of the terminals you may see an error message such as “Cannot connect to X server: Resource temporarily unavailable”.

 

  • Create a driver description file under /usr/share/X11/xorg.conf.d/driver-nvidia.conf with the following content:
Section “Device” 
    Identifier “Card0” 
    Driver “fbdev” 
    BusID “pci0:01:0:0:” 
EndSection

 

  • Execute the command:
xinit -- -dpi 96 >/dev/tty2 2>&1

 

The installation process should now begin and be visible on the monitor.

If you follow these steps, you can solve the black screen problem and successfully install Proxmox on your system.

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post