If your mobo has an efi bootloader, which now-a-days almost all are, make sure grub is also an efi image and don’t allow the early boot to take control of the frame buffer.
Setting these flags for the bootloader, grub in your case, should make sure the monitor only does a single initialize.
If your mobo has an efi bootloader, which now-a-days almost all are, make sure grub is also an efi image and don’t allow the early boot to take control of the frame buffer.
Setting these flags for the bootloader, grub in your case, should make sure the monitor only does a single initialize.
GRUB_TERMINAL_OUTPUT=gfxterm GRUB_GFXPAYLOAD_LINUX=keepSource: just went through something similar and was annoyed that the monitor would take forever to start.