Skip to content
  • dann frazier's avatar
    Keep the native terminal active when enabling gfxterm · 52ef7b23
    dann frazier authored
    
    
    grub-mkconfig will set GRUB_TERMINAL_OUTPUT to "gfxterm" unless the user
    has overridden it. On EFI systems, this will stop output from going to the
    default "console" terminal. When the EFI fw console is configured to output to
    both serial and video, this will cause GRUB to only display on video - while
    continuing to accept input from both video and serial.
    
    Instead of switching from "console" to "gfxterm", let's output to both.
    
    Reviewed-by: default avatarDaniel Kiper <daniel.kiper@oracle.com>
    52ef7b23