I recently installed manjaro-kde on an empty ssd I have in my computer separate from the Windows 10 installation. I noticed that after installing Linux that I was unable to select Manjaro as the boot drive in my bios, however it does show up as a selection when I hit F11. Actually there 3 selections to choose from.
Windows Boot Manager (Samsung SSD 970 EVO Plus 1TB)
Manjaro (Sata2: KINGSTON SH103S3120G)
UEFI OS (Sata2: KINGSTON SH103S3120G) Which boots into the same Manjaro installation, is this normal?
These are the steps I took when I installed Manjaro.
I downloaded manjaro-kde-20.1.2-201019-linux58 iso and mounted to a flash drive using balenaEtcher.
After booting up into the live iso I used this command to confirm I was in uefi mode.
ls /sys/firmware/efi/efivars
I continued by creating a manual partition.
100MiB fat32 boot flag mountpoint /boot/efi
40GiB ext4 mountpoint /
Remaining space ext4 /home
I would like to be able to have the Bios directly boot into Manjaro when I decide to use it as my main operating system. As of right now have to just use F11 (is this grub?)
Nope should be one entry, but his could be a bios thing.
Since you can get it when hitting F11 I think you are missing a setting in the bios itself.
For instance in my bios I have the option legacy/uefi and both.
When I set it to legacy I don’t see any option to select neither OS I installed, but when I set it to uefi or both I can see and select them (after saving the settings and the reboot that is).
Check your bios if you have such a setting. If you cannot find I could you provide the output of inxi -Fazy ?
This is awkward. While going into my bios settings, I did see that it lets me boot into manjaro instead of windows. I thought this was only controlled by selecting a boot drive. Instead it had a list of the OS’s I could choose from in a different menu, I could even disable the second appearance of manjaro. I’m guessing this has something to do with windows controlling the boot settings?
Thanks for replying but I believe I solved my issue unless there is something in the inxi -Fazy that tells you otherwise or I set something up improperly.