Missing boot grub theme, still errors

This is your lsblk output:

[trevor@trevor-endeavour ~]$ lsblk -fm
NAME FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS   SIZE OWNER GROUP MODE
sda                                                                                     238,5G root  disk  brw-rw----
├─sda1
│                                                                                           1K root  disk  brw-rw----
├─sda2
│    ext4   1.0   Timeshift
│                       61441a50-7adf-4b11-b24e-c60af7a17b48                             43,2G root  disk  brw-rw----
├─sda5
│    ext4   1.0   Debian
│                       01a63afe-02e2-422c-8c67-f84034c42cc2                            194,4G root  disk  brw-rw----
└─sda6
     swap   1           1dd8ac27-8f69-4ed3-8a33-53e3ab09b179                              976M root  disk  brw-rw----
sdb                                                                                     232,9G root  disk  brw-rw----
└─sdb1
     ext4   1.0         2c11fcb8-08c3-4172-9f8e-23b1b1266b4c  177,2G    17% /           232,9G root  disk  brw-rw----
[trevor@trevor-endeavour ~]$ 

You can use backticks e.g. like this:
```
your output here
```

Maybe this is a timeshift problem?

No, Timeshift was set up a couple of weeks ago, this has been going on since December , when they changed the Theme on boot and I noticed the two boot error messages and the cfg has been updated since Decemebr

What happens if you remove that file?

What I have done, is to replace the contents of the grub.cfg by the grub.cfg.new

This gives me a correct boot including the quiet BUT I have quite a few grub entries including a Windows 20 ??? which I no longer have and even wiped th HD to try out Debian on it one month ago in January

sudo grub-mkconfig -o /boot/grub/grub.cfg still writes grub.cfg.new not touching the grub.cfg

So so strange

It is because there are errors in the files you are including from /etc/grub.d.

Yes I belive this is the reason

grubD

The custom file contains "menuentry “Windows 20 (on /dev/sda1…” for instnace

But can I delete this or these files ?

proxifiedScripts

This looks very much like leftovers from Grub Customizer.

:point_up_2:t5:

None of those are standard files. I believe they come from grub customizer

We warn people all the time that using grub-customizer will break grub eventually.

I said no, or rather I do not have it now on the computer

I may have tried it once though I do not recall, But all leads to this problem coming from that
So I must have, and that’s what is screwing the grub :cold_face:

Here is one easy way to fix it completely:

sudo mv /etc/grub.d /etc/grub.d.old
sudo pacman -S grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
1 Like

Oh you are good

That worked perfectly, Grub is as it should be

Many thanks for all your help, sorry as I messed things up

Have a great evening, :sunglasses:

2 Likes

Please mark the post above yours as the solution as it is the solution.

Other users with similar issue will find it more easily then.

1 Like

Done

Thanks

1 Like

And when the recipe from @dalto worked, it very likely means grub-customizer was the real reason.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.