mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
24 lines
977 B
Text
24 lines
977 B
Text
|
= Using old graphics modes in bootloader
|
||
|
[[using-old-graphics-modes]]
|
||
|
|
||
|
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].
|
||
|
|
||
|
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.
|
||
|
|
||
|
. Regenerate the *GRUB2* configuration file and reinstall the bootloader into the MBR, as described in xref:adding-other-operating-systems-grub2[Adding other operating systems to the *GRUB2* menu].
|
||
|
|
||
|
|