this post was submitted on 04 Jan 2024
631 points (94.8% liked)
linuxmemes
21180 readers
1567 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
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
view the rest of the comments
does anyone know how to actually reorganze a grub menu? every time I try to Google it I only get results for some old software that hasnt been updated in ~~over a decade~~ 8 years. its a huge pain to have to select the distro I want every time just because its not first
The old GRUB was easy, just a text file... I think I've done it once in the new one but it's way too long since then
I bet either the Gentoo or Arch (or probably both) wiki has enough details on how to manage GRUB to do that
I think arch install defaults to systemd-boot these days. But, I realise that doesn't negate anything you said... So. Hope you're having a nice day.
Just checked and they do have it, I think this is the section they need if they want to go that route
https://wiki.archlinux.org/title/GRUB#Custom_grub.cfg
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.
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.
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.
Yast on openSUSE does this and is maintained.