quick-docs/en-US/modules/proc_using-old-graphics-modes.adoc

19 lines
976 B
Text
Raw Normal View History

[[using-old-graphics-modes]]
2018-01-20 17:59:12 +00:00
= Using old graphics modes in bootloader
The terminal device is chosen with GRUB_TERMINAL. For more information, see the link:http://www.gnu.org/software/grub/manual/grub.html#Simple-configuration[Grub manual].
2018-01-20 17:59:12 +00:00
Valid terminal output names depend on the platform, but may include `console` (PC BIOS and EFI consoles), `serial` (serial terminal), `gfxterm` (graphics-mode output), `ofconsole` (Open Firmware console), or `vga_text` (VGA text output, mainly useful with Coreboot).
The default is to use the platform's native terminal output.
In Fedora, `gfxterm` is the default options. To get the legacy graphics modes:
.Procedure
. Edit the `/etc/default/grub` file.
. Set the `GRUB_TERMINAL` variable to one of the above mentioned options.
2018-01-20 17:59:12 +00:00
. Regenerate the *GRUB2* configuration file and reinstall the bootloader into the MBR, as described in link:#adding-other-operating-systems-grub2[Adding other operating systems to the *GRUB2* menu].