PVE Installation White Screen Problem Solution Guide
PVE Installation White Screen Handling
Some special hardware may experience white screen issues when installing PVE, preventing visual GUI installation. The solution is as follows:
During Installation, Enter Debug Mode While Display is Still Working

After entering Debug mode, perform the following operations:
cd /etc/X11
- Execute
Xorg -configure
- Execute
mv xorg.conf.new xorg.conf
- Edit the newly generated and renamed file, confirm that Modes shows 1024x768
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0-62.0
VertRefresh 50.0-70.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
- Save the file, then execute
startx
- Now the PVE installation interface should be normal, no more white screen.