How to recover access to my old Linux distro after wiping the EFI boot partition?

0
9
Asked By TechSavvy123 On

I'm planning to install a new Linux distribution on my SSD 1, but I'm concerned that it will wipe the EFI boot partition that's used by my other distro located on SSD 2. I've been advised to proceed with the installation and then use a tool called Boot Repair to restore access to the old distro. The new distro I intend to install uses the Limine bootloader, so I'm wondering if this is the best method to go about it. Any insights on this?

3 Answers

Answered By BackupBuddy42 On

I always keep backups of my EFI partitions just in case! I have my different Linux installations isolated—Linux #1 on SSD 1 has its own EFI partition, and Linux #2 on SSD 2 has its own too. It helps avoid issues during new installs. You might want to think about setting it up this way if you're transitioning from Windows to Linux and planning additional installations.

Answered By CuriousCoder88 On

Just to clarify, wiping the EFI partition isn't mandatory unless you choose to do so. If you're careful, you can install the new distro without affecting it. If you do run into issues, instead of using external tools like Boot Repair, you could just use a chroot shell from your working distro, which most installers provide. You might also consider saving your current EFI files in a separate location before the new install to easily restore them later. And remember, having two different bootloaders isn't always necessary if that's something you're looking to manage effectively.

Answered By DataDabbler07 On

If you're looking to clear the disk, you can easily do that with gdisk using the expert menu to zap, but be cautious because that will erase everything. Make sure you know what you're doing! However, I can’t see how this information fits your question about the EFI partition.

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.