this post was submitted on 12 Dec 2024
73 points (94.0% liked)

Linux

48665 readers
995 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

BootSelector is a tiny GUI utility for setting any grub menu entry as default.

It also allows you to reboot into any OS/kernel in your grub menu.

The initial version has been tested on the latest Ubuntu 24.10 and should work on other Debian-based distributions as well.

An RPM for fedora will be released soon after more testing is done.

top 17 comments
sorted by: hot top controversial new old
[–] superkret@feddit.org 7 points 1 week ago (1 children)

I feel like this yast been done before.

[–] original_reader@lemm.ee 5 points 1 week ago (1 children)

System configuration with OpenSuse's Yast seems miles ahead of all the others (at least those I have tested 🙃).

It doesn't look particularly nice. German functionality over design. And that it does well. One can do A LOT with it. Plus it's free even in Tumbleweed.

[–] mfat@lemmy.ml 1 points 1 week ago* (last edited 1 week ago) (1 children)

You're tempting me to give it another try after over a decade. I used to daily drive Opensuse with KDE 3.5

[–] original_reader@lemm.ee 2 points 1 week ago

Go for it.

  • fantastic installer
  • stable even if you use the rolling release (absolutely solid if you pick Leap)
  • fantastic out of the box experience (usually GNOME for me)

... and so forth. I don't get paid to write this. 😄

More on this.

[–] user_naa@lemmy.world 6 points 1 week ago

Grub customizer can do much more and was made a lot time ago

[–] Frederic@beehaw.org 5 points 1 week ago

Mx has a built-in app for this

[–] deadcatbounce@reddthat.com 3 points 1 week ago* (last edited 1 week ago) (2 children)

Grub was legacy since gummiboot. Please let's let it die.

Insert inst.sdboot as an option in the Fedora installer to rid yourself from grub on Fedora. Websearch for further instructions/how-to.

[–] sik0fewl@lemmy.ca 3 points 1 week ago (1 children)
[–] Hule@lemmy.world 2 points 1 week ago

Now that's a name I haven't heard in a while.

[–] Disonantezko@lemmy.sdf.org 1 points 1 week ago (1 children)

EFI didn't work for me, maybe I need LILO

[–] deadcatbounce@reddthat.com 1 points 6 days ago

You ever watch a UK TV series called Bread?

[–] Railison@aussie.zone 2 points 1 week ago (1 children)

With the Reboot Into Selected, will this modify the next boot only without changing the default?

[–] mfat@lemmy.ml 2 points 1 week ago (1 children)

Yes, it only reboots into the selected entry ONCE without changing the default one.

[–] ReversalHatchery@beehaw.org 1 points 1 week ago (1 children)

does it use efibootmgr? if so,how is it handled on BIOS systems?

[–] mfat@lemmy.ml 1 points 1 week ago (1 children)

No. It just reads and parses the contents of /boot/grub/grub.cfg and updates /etc/default/grub

[–] ReversalHatchery@beehaw.org 1 points 1 week ago (1 children)

but then how does it override the default only once?

[–] mfat@lemmy.ml 1 points 1 week ago

It uses grub-reboot for that function.