How to repair or install boot?

Which one is correct?
boot/efi/Manjaro/
Or
boot/efi/EFI/Manjaro

BIOS itself creates a boot.efi file, which is Windows default
Or it calls Linux, boot.efi is broken for me
How to install or repair?

/boot
├── /boot/efi
│   └── /boot/efi/EFI
│       ├── /boot/efi/EFI/boot
│       │   └── /boot/efi/EFI/boot/bootx64.efi
│       └── /boot/efi/EFI/manjaro
│           └── /boot/efi/EFI/manjaro/grubx64.efi
[...]

No, it is MS-Windows doing that. The file is /boot/efi/EFI/boot/bootx64.efi. You can overwrite this by reinstalling GRUB from within Manjaro… :arrow_down:

sudo grub-install --recheck
2 Likes

Thank you

1 Like

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