this post was submitted on 02 Jan 2024
134 points (97.2% liked)
PC Gaming
12514 readers
163 users here now
For PC gaming news and discussion. PCGamingWiki
Rules:
- Be Respectful.
- No Spam or Porn.
- No Advertising.
- No Memes.
- No Tech Support.
- No questions about buying/building computers.
- No game suggestions, friend requests, surveys, or begging.
- No Let's Plays, streams, highlight reels/montages, random videos or shorts.
- No off-topic posts/comments, within reason.
- Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If this has affected you, it's time to try out linux, even if you are just running it off of a flash drive for a few days.
Linux Mint is very plug and play, and should feel pretty similar to windows.
It is my understanding that Linux Mint will install the bootloader on the internal drive regardless of whether you tell it to install the remainder of the OS onto the external drive. You can change the boot partition wherever you want, but I suspect that does not affect its end behavior. I would like the external drive to contain the bootloader such that my internal drive isn't touched at all by my fiddling with Linux. I currently have a Samsung 990 Pro 2TB SSD in an external USB case, Mint installed, but with no compatible bootloader. Is there a way to sort the bootloader problem?
This will depend on the Linux distro, some of the installers make it very clear which drive the bootloader will go to, and others won't - more so in the case of BIOS/MBR based systems.
Systems that use UEFI should only have a bootloader where the
/boot
partition (which should have the partition type "ESP", generally labeled in the installer) - however during the installation of this it may modify your PC's boot order to try to boot from this first. Both legacy BIOS and UEFI systems should have a way to change the boot priority however, so that this won't be a problem.Sadly it's a bit hard to be specific since every distro's installer is different, and I haven't used Linux Mint in 8+ years to know what their installer's behavior is.