Background: I’ve been running Linux Mint XFCE for a couple of years now, Windows 10 has been sitting unused on a separate drive but it turns out the one thing I need it for works passably in a VM so it’s time to bin it. I’ve used Fedora Atomic (UBlue) on some laptops and I like it so that seems like a good candidate to replace the Windows install, and Mint can hang around for when I need a “normal” Linux install.
Worry: I tried dual-booting them together on a laptop before and I couldn’t get grub to recognise both installs, it only detected the most recently installed one and after an evening of running commands way beyond my knowledge I gave up. I’m hoping that’s just because I installed them on the same disk though.
Question: does anyone successfully dual-boot a Fedora Atomic install and a “normal” install? If so then what did you do to set it up and did you encounter any issues? And if you’re feeling extra helpful, do you have any pro tips for setting up shared storage between the two distros or backups for either?


@smeg It sounds like the issue might be that you are running them on separate drives, as opposed to partitions. You may have two installations of Grub.
You might have to run update-grub on the older installation in order to re-detect everything because grub will detect the installations on other drives but the second one did not yet exist at the time it was installed on the first drive.
And, it all depends on which drive the computer is actually booting from. If you have two versions of grub, then the one that launches is the one that the computer boots up from. If that one hasn’t detected what is on the other drive, then you won’t see it.