Hidden EFI Help

Posted by Tooshort1985@reddit | linux | View on Reddit | 12 comments

So first of all, I made a bonehead mistake and kept leaning harder and harder on AI to smooth out some issues with my Linux install. While trying to downgrade to Ubuntu 24, AI directed me to hide the EFI folder in order to force a boot from a thumb drive. Now I only get a white background with a flashing folder and question mark.

A few more details, the computer itself is a Mac Pro 5,1 that I loaded with Ubuntu 25 (couldn’t get WiFi to work was the reason to go back to 24).

Below is the terminal code that it had me put in:

sudo mkdir /boot/efi/EFI-backup sudo mv /boot/efi/EFI/* /boot/efi/EFI-backup/ # moves rEFInd + ubuntu folder sudo reboot

I now can’t boot up to anything when holding Option and Option+R for internet recovery doesn’t seem to work.

Am I hosed? Looking for any ideas anyone here may have.