does a debian bullseye image also work? you can try installing PVE on top of that as well [0]Some seconds after click install Proxmox7.x the screen would be black. Any Ideas?
you can also install PVE6 and then upgrade it to PVE7 [1]Proxmox 6.x works...
Mini PC Celeron N5105
Thanks for the heads up. I have since managed to install pfsense on that machine. And it loaded up ok. I have to check & test how well pfsense runs. I do think it's a video output / resolution / refresh rate issue with proxmox installer. I can't even go through the installation process in the first place because the screen goes blank. The issues you highlighted comes after installing proxmox. I'm not even there yet! I will try a different monitor later.
My main aim is to run pfsense stable. So I may abandon the idea of a hypervisor altogether if I can get pfsense running well. It's just that there will be a lot of processing and ram left unutilised.
How to remove nomodeset after the installation?Hello. Writing here just in case if someone needs:
I had the same problem with Proxmox 7.4 and HP 360 g7. After choosing 'install proxmox' I had monitor out-of-sync - probably because not supported refresh rate. Generally hints in other posts are correct however I fought a little bit to make it work.
Below the procedure which worked for me (with old 15 inch monitor and resolution 1024x768).
The Procedure:
1. Write Proxmox on USB Key and choose to start server from USB
2. On the Proxmox Grub screen move to (highlight) option "Install Proxmox", and press 'e'
2. You are in the grub edition mode, add the following text at the end of the kernel parameters: module_blacklist=radeonfb nomodeset
3. Click F10 to continue with the installation
4. There will be a problem with the GUI and the installer will fail back to the console
5. Edit file: /usr/share/X11/xorg.conf.d/10-quirks.conf
with eg. nano edtor
> cd /usr/share/X11/xorg.conf.d/
> nano 10-quirks.conf
Add section in the file (with correct indents):
Section "Device"
ID "Card0"
Driver "fbdev"
EndSection
6. Save the file, and exit the nano editor.
7. In console run command:
xinit
8. The installer should start without problems, continue with the proxmox installation...
We use essential cookies to make this site work, and optional cookies to enhance your experience.