this post was submitted on 04 Jan 2024
626 points (94.7% liked)

linuxmemes

20408 readers
961 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago* (last edited 8 months ago) (1 children)

Grub Customizer. Just don't change it too much (names of menu entries for example) cuz most package managers won't recognize that that menu entry is actually a menu entry for it's own install and won't replace it with a new one when doing a kernel update. So, basically, one of two things will happen. You will either be left with 2 menu entries (one for the new kernel and one for the old one, with the old one being the default) or two, you'll still be booting the old kernel, even though you have the new one installed (no changes to grub whatsoever). Just rearanging the menu entries is fine though, most package managers won't mangle that and will recognize the menu entry as part of the OS they're updating and replace that one with a new one.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago) (1 children)

is there a fork of grub customizer somewhere thats being maintained? that was the software I was talking about in my original comment* and unless im misreading the GitHub page for the project, the last update was 8 years ago.

*I mispoke when I said it was over 10 years out of date, it was updated in 2016.

[–] [email protected] 3 points 8 months ago

https://launchpad.net/grub-customizer/

I think that GH repo is just for reference... or maybe they (whoever made it) stopped syncing it to the main repo, IDK. 5.2.4 is the latest version and it's released late 2023, so yeah, it's still under active development.