cannot change grub bootloader in:
sudo gedit /etc/default/grub
specifically the line:
GRUB_THEME=“/boot/grub/themes/EndeavourOS/theme.txt”
i wanted the endeavouros theme for my boot grub loader.
it says it is set but i reload and get the default grub bootloader
grub-customizer does not load the theme at all
:-\
You probably need to generate your grub configuration.
# grub-mkconfig -o /boot/grub/grub.cfg
╰─❯ sudo grub-mkconfig -o /boot/grub/grub.cfg
[sudo] password for fj:
/usr/bin/grub-mkconfig: line 270: /boot/grub/grub.cfg.new: No such file or directory
What’s the output of the following?
ls -l /boot/grub/grub.cfg
╰─❯ ls -l /boot/grub/grub.cfg
ls: cannot access ‘/boot/grub/grub.cfg’: No such file or directory
Try running the following and share the output.
find /boot -name grub.cfg
find /boot -name grub.cfg
oddly no, nothing returns as output thank you for your help for real
Can you share the output of the following?
ls /boot /efi
Cphusion:
ls /boot /efi
╰─❯ ls /boot /efi
/boot:
amd-ucode.img
ls: cannot open directory ‘/efi’: Permission denied
╭─ ~ ··························································································································· ✘ 2 02:07:24 AM ─╮
╰─❯
╰─❯ sudo ls /boot /efi
/boot:
amd-ucode.img
/efi:
0fffb44d4a064b0da4252f01d6ee8b47 EFI loader
╭─ ~ ································································································································· 02:07:54 AM ─╮
╰─❯
Can you share the output of the following?
pacman -Qs grub
yes, thank you!
╰─❯ pacman -Qs grub
local/distro-grub-themes-endeavouros 3.2-1
A GRUB2 theme for EndeavourOS
local/dracula-grub-theme-git r11.0e721d9-1.1
Dark theme for GRUB Bootloader
local/grub 2:2.12.r292.g73d1c959-1
GNU GRand Unified Bootloader (2)
local/grub-customizer 5.2.5-2
A graphical grub2 settings manager
local/python-markdown 3.8-1
Python implementation of John Gruber’s Markdown
Were you using systemd-boot before because looking at your /boot and /efi it looks like you never had a Grub configuration before?
perhaps i was tbh idk (using systemd-boot i am not sure :-\ ). so how can i configure a grub?
What does your boot menu currently look like, can you take a picture?
can you do a sreenshot when starting up your boot menu? i will try. if not it looks like the regular default one… but i will restart and try
I took a picture of it with my phone
Even though I said it in the configuration file it didn’t change. Super weird
sudo gedit /etc/default/grub