I cannot find the /mnt/boot/efi file in the live USB of manjaro that I have set up

My GRUB bootloader is gone so I booted up a live USB of manjaro. Following a guide I did mount /dev/sda8 /mnt as linux is in sda8.
He then told me to run mount /dev/sda2 /mnt/boot/efi but it said that mount point doesn’t exist

I have secure boot and fast boot off

Thanks.

This is my output of lsblk -f:

loop0
     squash 4.0                                                    0   100% /run/miso/
loop1
     squash 4.0                                                    0   100% /run/miso/
loop2
     squash 4.0                                                    0   100% /run/miso/
loop3
     squash 4.0                                                    0   100% /run/miso/
sda                                                                         
├─sda1
│    ntfs         System
│                       C0626EA1626E9C42                                    
├─sda2
│    vfat   FAT32       F471-D53A                                           
├─sda3
│                                                                           
├─sda4
│    ntfs               7800B09D00B063B2                                    
├─sda5
│    ntfs               0AD257B2D257A0AD                                    
├─sda6
│    ntfs               E23A7DB63A7D87F5                                    
├─sda7
│    ntfs         Recovery
│                       E272A65A72A632E9                                    
├─sda8
│    ext4   1.0         7a2f10f5-39e1-4c70-90ae-5e70c668773a   91.4G    21% /mnt
├─sda9
│    swap   1           9281681f-6186-4700-9cf6-46f247600e45                
└─sda10
                                                                            
sdb  iso966 Jolie MANJARO_XFCEM_2012
│                       2020-10-19-18-05-18-00                     0   100% /run/miso/
├─sdb1
│    iso966 Jolie MANJARO_XFCEM_2012
│                       2020-10-19-18-05-18-00                              
└─sdb2
     vfat   FAT12 MISO_EFI
                        495A-1557                                           
sr0                                                                         
nvme0n1
│                                                                           
├─nvme0n1p1
│    ntfs         System
│                       9E5C57F45C57C5A5                                    
├─nvme0n1p2
│    ntfs         Windows
│                       A2C45842C4581ABD                                    
├─nvme0n1p3
│    vfat   FAT32       50B6-6950                                           
└─nvme0n1p4
     ntfs         Recovery
                        8AF4585AF4584A99```

Because you did not mount the EFI partition (it seems, it is sda2).
And when you want to repair grub, then you must mount /boot.

how do I mount it?

See my reply: After installing UEFI on Windows 10, I can't boot into Manjaro Linux

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