Hey i installed Manjaro yesterday and for whatever reason it appears twice in my Boot Menu (When Pressing F11). I can boot from both… and they are both inked to the same installation and the same drive. However i don’t know which one i should use to boot? Is there any difference?
Manjaro (SATA1: Samsung…)
UEFI OS (SATA1: Samsung…)
This is normal — it looks like that on my system as well. The explanation is that one entry (“Manjaro”) is the one that will boot Manjaro when selected even if there are other operating systems on that drive, while the other entry (“UEFI OS”) is a generic UEFI boot loader, but in this case, it’s a copy of the first stage of GRUB.
You can see the distinction when looking at the files…
[nx-74205:/dev/pts/3][/home/aragorn]
[aragorn] > tree /boot/efi
/boot/efi
└── EFI
├── boot
│ └── bootx64.efi # (this is the generic UEFI boot loader)
└── manjaro
└── grubx64.efi # (this is the Manjaro-specific boot loader)
4 directories, 2 files