Installs ok, reboots and than blank screen?

I was able to bypass past this issue by editing
nano /etc/default/grub
and adding nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

afterwards I ran update-grub and rebooted .
Hope it helps someone!

Now I'm stuck with no internet connectivity even though I set correct IP during the setup. Can't figure out how to reset network or to set it as DHCP?
 
Found solution for no internet connectivity. Hope it helps someone.

Ran nano /etc/network/interfaces and it was showing vmbr0 as static IP configured interface, not sure where it got vmbr0 but that was the problem.
Ran ip link show to find interface where network cable was connected and it was eth2 because I have 1 onboard and 1 network card with 2 ports.
Configured nano /etc/network/interfaces as follows:
auto lo
iface lo inet loopback

auto eth2
allow-hotplug eth2
iface eth2 inet dhcp

Afterwards ran service networking restart and voila I got internet!
The reason why I do DHCP is because on my pfSense router I have it configured so that specific IP is given to the server each time it boots.
 

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!