manuel
January 20, 2023, 5:18pm
21
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
```
manuel
January 20, 2023, 5:19pm
22
Maybe this is a timeshift problem?
Minty95
January 20, 2023, 5:20pm
23
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
dalto
January 20, 2023, 5:25pm
24
What happens if you remove that file?
Minty95
January 20, 2023, 5:46pm
25
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
dalto
January 20, 2023, 6:13pm
26
It is because there are errors in the files you are including from /etc/grub.d
.
Minty95
January 20, 2023, 6:16pm
27
Yes I belive this is the reason
The custom file contains "menuentry “Windows 20 (on /dev/sda1…” for instnace
But can I delete this or these files ?
pebcak
January 20, 2023, 6:20pm
28
proxifiedScripts
This looks very much like leftovers from Grub Customizer.
Minty95:
no
dalto
January 20, 2023, 6:21pm
29
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.
Minty95
January 20, 2023, 6:22pm
30
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
dalto
January 20, 2023, 6:30pm
31
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
Minty95
January 20, 2023, 6:37pm
32
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,
2 Likes
pebcak
January 20, 2023, 6:39pm
33
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
manuel
January 20, 2023, 7:42pm
35
And when the recipe from @dalto worked, it very likely means grub-customizer was the real reason.
1 Like
system
Closed
January 22, 2023, 7:43pm
36
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.