Since pve v5, I've struggled with getting a usable video resolution on the proxmox console. Especially with servers that have VGA output, proxmox tends to default to the highest possibly supported resolution, often leaving the KVM or rack-mounted-VGA out of range.
Up to this point, I've been able to use the following GRUB settings to force to a lower resolution.
However, I've...
Read more
Up to this point, I've been able to use the following GRUB settings to force to a lower resolution.
Code:
GRUB_CMDLINE_LINUX_DEFAULT="gfxpayload=text nomodeset"
GRUB_GFXMODE=800x600
GRUB_GFXPAYLOAD_LINUX=keep
However, I've...
Read more