this post was submitted on 20 Oct 2023
49 points (91.5% liked)
Linux
48090 readers
773 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Most distros, at least mainstream ones, will happily install right alongside Windows and give you the option to boot from either Linux or Windows when you start your PC.
Basically, there is a "boot loader" that the motherboard finds on the hard drive when the PC starts up and tells it to load the OS. The bootloader handles getting the OS kernel out of the hard drive and into memory with the correct drivers so the kernel can take over. Windows has its own bootloader that can only boot Windows. Linux also has a boot loader called "GRUB" that can boot multiple operating systems located in different partitions on your hard drive as long as it knows where they are.
You'll have to first shrink your Windows partition using the Disk Management tool from inside windows so that there is "unused" space on your hard drive not occupied by the Windows file system. Then run your Linux bootable USB and it will take up that space to install Linux. Any normal distro like Ubuntu/Debian/Mint et al. will set up GRUB automatically to recognize both Linus and Windows, and you'll be off to the races.
However, if you just want to play with Linux before you commit to faffing about in your partition tables, most distros can also run in a "live USB" state where it loads the basics of the OS directly from a USB stick into memory, no installation required. I highly recommend doing this first!
Personally I would definitely recommend starting with a live USB. It's rare, but I've had a few times where setting up dual-boot broke the bootloader somehow and getting it back was a massive pain in the ass.
I second this. I ran Fedora for a year but the upgrade from one major version to the other messed up my whole windows bootloader and I lost my windows partition. Spent forever fumbling with it and ended up transferring my files out and then deleting windows altogether because it was such a hassle.
Thirded.