Unable to reboot after installation

BootCurrent: 0004
Timeout: 1 seconds
BootOrder: 0004,0002,0000,0001,0003,0005
Boot0000* ubuntu        HD(1,GPT,e6d90f16-99bd-4a3f-9852-4407caa38f4c,0x800,0x100000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0001* Windows Boot Manager  HD(1,GPT,e6d90f16-99bd-4a3f-9852-4407caa38f4c,0x800,0x100000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)0000424f
Boot0002* Garuda        HD(1,GPT,b7f3a48f-27c6-f744-9da3-23299a3f4485,0x1000,0x96000)/File(\EFI\GARUDA\GRUBX64.EFI)
Boot0003* UEFI OS       HD(1,GPT,b7f3a48f-27c6-f744-9da3-23299a3f4485,0x1000,0x96000)/File(\EFI\BOOT\BOOTX64.EFI)0000424f
Boot0004* UEFI: Sandisk USB Ultra 1100  PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/CDROM(1,0x806b58,0x8000)0000424f
Boot0005* UEFI: Sandisk USB Ultra 1100, Partition 2     PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/HD(2,MBR,0x0,0x806b58,0x2000)0000424f

efi folder doesnt exist in the boot directory. Idk why is that. I think theres something wrong with the path we are giving to delete microsoft and ubuntu

rm: cannot remove '/boot/efi/EFI/MICROSOFT': No such file or directory

Somebody, please help

Please provide from your live USB the output of the following commands:

sudo fdisk -l
sudo parted -l | grep -iE "^Disk /|esp" | grep -B1 esp
3 Likes

Did you mount the EFI partition while in the live media?
Which manufacturer's system do you have?

It's not all that tough, actually; it's probably because you are doing it for the first time.

Do you still have Ubuntu and Windows installed?

Please, post terminal outputs as text like your garuda-inxi.

Also, please post everytime your input too

sudo rm -r /boot/efi/EFI/MICROSOFT

Same for the other commands you got.
My efibootmgr look so

\EFI\garuda\grubx64.efi
\EFI\Microsoft\Boot\bootmgfw.efi

I don’t know why I also have lowercase letters?

Do in terminal

su
ls -la /boot/efi/EFI
drwx------ 2 root root 4096  4. Feb 2021  Boot
drwx------ 2 root root 4096 24. Jul 2021  Garuda
drwx------ 4 root root 4096  4. Feb 2021  Microsoft
3 Likes

You cannot see it because you are in the live environment--the EFI partition is not mounted.

An easy way to get set up would be click on the chroot tool and identity the Garuda installation. Otherwise the EFI partition needs to be explicitly mounted.

5 Likes

Guys, thanks for all your help. I changed the bios setting and it worked. It was that simple. LOL.

5 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.