Chauncy - 2023-07-31

"use_graphics_for", Want to add "Clover" and "OpenCore" to "use_graphics_for", want "custom" or "all"

Originally,

# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except macOS. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
#   osx     - macOS
#   linux   - A Linux kernel with EFI stub loader
#   elilo   - The ELILO boot loader
#   grub    - The GRUB (Legacy or 2) boot loader
#   windows - Microsoft Windows
# Default value: osx

Longingly,

# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except macOS. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
#   osx     - macOS
#   linux   - A Linux kernel with EFI stub loader
#   elilo   - The ELILO boot loader
#   grub    - The GRUB (Legacy or 2) boot loader
#   windows - Microsoft Windows
#   clover - Clover Bootloader
#   oc - OpenCore Bootloader
#   all - Whatever it is
#   custom - "custom_loaderA" for "loaderA.efi"; "custom_loaderB" for "loaderB.efi"
# Default value: osx

If so, we would have set

use_graphics_for +,windows,clover,oc,custom_preloader,custom_efigame
use_graphics_for all
 

Last edit: Chauncy 2023-07-31