S Starrbuck Member Nov 10, 2023 6 8 8 Mar 4, 2024 #1 Hi. I just built a new machine around an i5-12600K using HDMI onboard graphics. Any idea what is causing this on the Proxmox console? It looks fine in the BIOS and on Windows 11 on bare metal.
Hi. I just built a new machine around an i5-12600K using HDMI onboard graphics. Any idea what is causing this on the Proxmox console? It looks fine in the BIOS and on Windows 11 on bare metal.
S Starrbuck Member Nov 10, 2023 6 8 8 Mar 4, 2024 #2 Interestingly, it appears to be an issue with the graphical console and adding this to /etc/default/grub and running update-grub is a workaround: Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet gfxpayload=text nomodeset" GRUB_GFXMODE=1024x768 GRUB_GFXPAYLOAD_LINUX=keep
Interestingly, it appears to be an issue with the graphical console and adding this to /etc/default/grub and running update-grub is a workaround: Code: GRUB_CMDLINE_LINUX_DEFAULT="quiet gfxpayload=text nomodeset" GRUB_GFXMODE=1024x768 GRUB_GFXPAYLOAD_LINUX=keep