You are not logged in.
When I move the grub boot option to the top priority, it gets moved down to bottom priority. I have secure boot set to false and grub is installed. What do i do to fix this? Tell me if i need to add anything.
I’m dual booting with windows.
Last edited by GhostlyCoding (2020-08-02 18:59:59)
Offline
And what exactly did you do?
What is set as default in grub.cfg?
Keep it simple, stupid.
Offline
the part where set default is goes as follows:
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
Offline
When I move the grub boot option to the top priority, it gets moved down to bottom priority.
Are you talking about your EFI menu or the default option in your grub menu?
Offline
it’s not from the grub menu so i assume it’s from the efi menu
Last edited by GhostlyCoding (2020-08-02 18:35:21)
Offline
Does it happen when you boot win?
Or it just goes down every boot for no reason because your firmware feels like it?
I would recommend only having GRUB and then chainloading win but idk more details about your actual EFI entries...
Last edited by GaKu999 (2020-08-02 18:43:11)
Offline
It happens every time i boot, causing me to not be able to boot arch linux at all.
My boot options are:
Windows Boot Manager
Onboard NIC (IPV6)
Onboard NIC (IPV4)
GRUB
Offline
Probably just another crappy UEFI implementation. The following should work...
https://wiki.archlinux.org/index.php/GR … _boot_path
Offline
Thanks so much for the help. It worked.
Offline