23
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Apr 2025
23 points (92.6% liked)
Linux
56942 readers
512 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 6 years ago
MODERATORS
Edit: I just realised your Edit was saying you've got legacy bios! So this is all irrelevant. I'll leave it up in case it helps someone else.
Could it be selecting the wrong SSD to put the boot loader on?
When I reinstalled mint the other day on my laptop with an nvme and SSD (also dual boot) it labelled the extra SSD as
sda
and the original nvme assdb
, so it was going to try to put the bootloader on sda.I set up the partitions on the third option (1. Install alongside windows; 2. Wipe everything; 3. Set it up manually) and on the manual setup there's a selector for the bootloader device just underneath the main section where you select partitions to use for /, /home, etc.
IIRC you set the bootloader to the full device (in my case
sdb
) not the EFI partition (sdb1
) and it works out out.Thanks! I just got it working, but I appreciate the info regardless