I'm making the switch to Linux this week and want to set up a dual boot with Windows 11 and Pop!_OS since my friends play League of Legends sometimes. However, I've heard that Windows often overwrites the bootloader, which can be a hassle to fix. What can I do to prevent that? I have both an SSD and an HDD, but I'm planning to install both operating systems on the SSD.
4 Answers
If you're really cautious, you might want to consider installing Linux on the second HDD instead. That way, you minimize the risk of Windows messing up your Linux installation and bootloader.
There's really no surefire way to prevent Windows from overwriting the bootloader, but I've found a quick workaround: keep your installer on a USB drive. If Windows messes with your bootloader, you can boot from the USB and run a command like `grub-install` to reinstall it. Just check if Pop!_OS uses grub or systemd-boot, and use the right command for that!
Honestly, if you're in a tight spot, maybe just look into getting a second computer for Linux. It can alleviate a lot of headaches with dual booting!
If you want to use Linux as your main operating system, it makes sense to install it on the SSD. Just keep an eye out for bootloader issues!

I hear you, but living in Brazil on a minimum wage makes that really tough for me.