this post was submitted on 23 Mar 2024
42 points (88.9% liked)

Linux

47361 readers
1566 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
 

I use rEFInd as my boot manager and sometimes I like to dual boot a new linux distro (just to try out) which I install with a live USB. Unfortunately, after installing, GRUB has always taken the reigns and it becomes a slight inconvenience to get back to rEFInd every time.

Is there some trick that can request grub not to install?

[What prompted me to ask was I tried KaOS yesterday, and during installation it asked what bootloader i wanted and included the option for 'none'.]

you are viewing a single comment's thread
view the rest of the comments
[–] spencer@lemmy.ca 3 points 6 months ago (1 children)

Another option is to avoid the installer entirely and install from a live environment using chroot and whatever your distro’s installation bootstrap tool is. I started using this method to install Debian on ZFS root using this method for a while and it’s become my go-to method for installing most distros as it gives you the most control over the resulting OS. It will also often take some distro-specific knowledge but is also a valuable learning opportunity.

[–] UnH1ng3d@lemmy.world 1 points 6 months ago

I was trying to avoid making it more complicated, but I might actually look into this anyway. It seems it might be a more tidy way to install them all together. Thanks 👍