this post was submitted on 17 Jun 2026
10 points (91.7% liked)
Linux
65954 readers
378 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes. Just double-check every part of the install process so you don't write to the wrong device.
Probably yes (depends on the options you pick during the install process). The external drive will get its own boot partition with appropriate EFI files. Then to boot from it, you would select the external drive in your UEFI.
I use rEFInd as my EFI bootloader: It lets me chain load other boot options (external drives) without touching my motherboard UEFI settings. I leave it installed to my main boot partition, but it scans for other bootable partitions at startup. Then it auto-populates a selector list of my main install, or whatever other external devices are plugged in. It can chain load GRUB, other EFI bootloaders, Windows, etc from these devices, so you don't have to worry about compatibility with whatever bootloader the OS expects to use.
GRUB also has the ability to scan for other OS's on separate drives
I had to look up a guide for how to manually partition the drive, but it's working! And it didn't affect my other drives. Thanks.
You should do some research into using lvm - essentially one partition (pv) and named groups (vg), virtual partitions (lv's) that you can grow or shrink on demand as long as there's some free disk space still available
I like to name them by os + drive type, e.g. volume group names for you could be "mintnvme" and "nobusb"
That sounds like it would be useful. I'll check it out. Thanks for the tip!
Thanks! Thats very helpful. I wasn't aware that software existed.