Shawinnz
Uzman
GRUB menüsünü özelleştirmeye çalışıyorum. Bir tane tema kurdum fakat GRUB_TERMINAL_OUTPUT="gfxterm" olunca GRUB menüsünde Windows gözükmüyor. "gfxterm" yerine "console" yazarsam, Windows gözüküyor ama bu sefer de tema gözükmüyor.
Gfxterm ile terminal çıktısı:
Console ile terminal çıktısı:
Gfxterm ile terminal çıktısı:
Bash:
❯ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
[sudo] password for yusuf:
Grub yapılandırma dosyası oluşturuluyor ...
Bulunan tema: /boot/grub2/themes/fedora/theme.txt
Adding boot menu entry for UEFI Firmware Settings ...
bitti
Console ile terminal çıktısı:
Bash:
❯ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
etc/default/grub:
GRUB_TIMEOUT=15
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="gfxterm"
GRUB_CMDLINE_LINUX="rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
GRUB_THEME="/boot/grub2/themes/fedora/theme.txt"
Son düzenleme: