• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: November 11th, 2023

help-circle



  • Aedis@lemmy.worldtolinuxmemes@lemmy.worldInstall Gentoo
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    4 days ago

    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=keep
    

    Source: just went through something similar and was annoyed that the monitor would take forever to start.