How to Set Up a Backup GRUB for Manjaro if SSD Isn’t Detected?

0
11
Asked By CuriousNomad27 On

I'm having some trouble with my dual-boot setup. I installed Manjaro on my hard drive, but the installation seems to use the EFI partition on my SSD where Windows is installed. I want to set up Manjaro so that it can boot independently, even if the SSD isn't connected or fails. Is there any way to add a backup GRUB or ensure that Manjaro can boot without relying on the SSD? Any advice would be appreciated!

3 Answers

Answered By TechieTinker On

You can back up the EFI partition on a different location if you'd like, but make sure you're booting the installer in UEFI mode instead of legacy mode—getting that wrong can mess with your installation! Ideally, each OS should have its own EFI partition on its drive. I recommend looking into how UEFI booting operates and how the EFI partition works. It might not be overly complex, but many people don’t realize how it all ties together.

Answered By LinuxLover42 On

Most Linux installers tend to use the existing EFI partition, which often ends up being the one on your Windows SSD. If the SSD fails or isn't connected, your Linux install won't boot since it can't find that EFI partition. A good workaround is to disconnect the Windows drive during the installation of Manjaro. If that's not feasible, you could try creating a new EFI partition on your hard drive while installing Manjaro to make it independent from the SSD. It's a little involved, but it will ultimately help ensure that the bootloader works when the SSD isn't available.

Answered By SolitaryCoder88 On

I see where you're coming from. The concern is having a bootloader that would be available if the SSD is disconnected. You might want to make sure to set up GRUB on your hard drive's EFI partition instead. This way, even if the SSD fails, Manjaro will still have its own bootloader intact. But keep in mind, you'll need to go through some steps to ensure that everything is configured properly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.