this post was submitted on 07 Oct 2025
89 points (95.9% liked)
Asklemmy
50874 readers
620 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Dual booting is easy as long as you have a second drive or can shrink your Windows partition to provide space for your Linux install (this can be done within Windows). Your distro installer should have a couple options during install, one of which should allow you to install it on a specific partition without touching your Windows partition. After you select that option it should install everything including a bootloader like GRUB or systemdboot that will allow you to select Windows or Linux on startup.
A warning about dual booting though, Windows doesn't like to be installed alongside another OS, it may realize this and fuck with your bootloader resulting in a system that won't boot into your linux install. You need to boot up a live CD and do something called "chroot" into your sytem to reinstall your bootloader. Its not actually that difficult but can be a pain to figure out the first time. https://discovery.endeavouros.com/system-rescue/arch-chroot/2022/12/
Thanks! Even all that sounds hideously complicated or danger-strewn, but I'll try and have a look.
One thing I think I'd like to try is getting a dedicated external hard drive or SSD and running Linux entirely from that, so as not to mess with any of the main drives I already have. Or, better, get a separate machine altogether and keep an air gap between Windows and Linux, at least until I understand it a bit!