this post was submitted on 20 Mar 2025
11 points (100.0% liked)

Arch Linux

8457 readers
7 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

Hey all, I recently wound up with duplicate GRUB entries for my Garuda install. The second entry is the same installation as the top one. How can I remove the duplicate? Should I edit the grub config file?

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 2 weeks ago (2 children)

Yep. Edit /etc/default/grub, then run grub-mkconfig -o /boot/grub/grub.cfg to generate the new menu. Reboot.

[–] [email protected] 3 points 2 weeks ago (1 children)

Perfect, will do. Thanks! I just wanted to check first since some threads I read online were very cautionary about editing the grub config file (for obvious reasons).

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

Yes, you need to be careful about syntax errors and dead links but otherwise, any major issues should be caught by mkconfig. You can always just boot from a liveUSB if you mess something up and fix it.

[–] [email protected] 1 points 2 weeks ago (1 children)

hey @[email protected] i'm not sure what to remove from my grub config file. Here are the contents of the file, do you know what I should delete or comment out to get rid of the duplicate grub entry? https://pastebin.com/q8TEJMk5

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

So your config is importing other drop-in configs as mentioned here:

# This config file imports drop-in files from /etc/default/grub.d/.

Go look in that directory. You probably just have a duplicate file with your menuentries which you can just rename to be safez then run your mkconfig command again and reboot.

[–] [email protected] 2 points 2 weeks ago (1 children)

Thanks, that's what I thought but when I checked the file that was there its contents didn't seem like what I was expecting. I just backed up the file there, deleted the original, ran the command to remake the grub menu and rebooted, and it worked! Tysm!

[–] [email protected] 2 points 2 weeks ago
[–] [email protected] 3 points 2 weeks ago (1 children)
[–] [email protected] 2 points 2 weeks ago

I thought about using this but I found some Garuda threads that say not to use it since Garuda uses garuda-boot-options instead.

[–] [email protected] 0 points 2 weeks ago* (last edited 2 weeks ago)

[tangential] Please can I suggest that you follow a path to remove grub completely. There really isn't any need to have it anymore, certainly on systemd distributions. ~~I don't know much about Void Linux and the others, so YMMV there.~~

Re-edit: it's a ArchLinux community. Doh!