You are not logged in.
After installing arch dual boot with windows and installing grub with "grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB" and "grub-mkconfig -o /boot/grub/grub.cfg" the grub boot option appeared in the boot menu after and i can
boot grub through there but grub didn't appear in the bios boot order.
here is the output of "efibootmgr -v"
BootOrder: 0000,0002,0004,0001,0003,0005
Boot0000* Windows Boot Manager HD(2,GPT,55ac01cd-1db1-4a88-a7e8-fb0a1ec923c1,0x109000,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
Boot0001* Hard Drive BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0200)..GO..NO..........S.a.m.s.u.n.g. .S.S.D. .8.6.0. .Q.V.O. .1.T.B...................\.,.@.r.d.=.X..........A.................................>..Gd-.;.A..MQ..L.4.S.Z.C.F.N.N.0.4.1.8.3.9.6. .A. . . . ........BO..NO..........G.I.G.A.B.Y.T.E. .G.P.-.G.S.M.2.N.E.3.5.1.2.G.N.T.D...................\.,.@.r.d.=.X..........A..........................dy.H.0f......2..Gd-.;.A..MQ..L.S.N.2.1.0.8.0.8.9.6.6.0.3.3........BO
Boot0002* GRUB HD(1,GPT,60dac765-0e06-874e-9843-37e72174e43d,0x800,0x200000)/File(\EFI\GRUB\grubx64.efi)
Boot0003* USB HDD BBS(HD,,0x0)/VenHw(5ce8128b-2cec-40f0-8372-80640e3dc858,0900)..GO..NO.........L.e.x.a.r. .U.S.B. .F.l.a.s.h. .D.r.i.v.e. .1.1.0.0...................\.,.@.r.d.=.X..........A.............................6..Gd-.;.A..MQ..L.0.4.B.O.8.0.H.V.E.M.F.9.J.V.E.T........BO
Boot0004* UEFI: Lexar USB Flash Drive 1100 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(6,0)/CDROM(1,0x176000,0x2a298)..BO
Boot0005* UEFI: Lexar USB Flash Drive 1100, Partition 2 PciRoot(0x0)/Pci(0x1,0x3)/Pci(0x0,0x0)/USB(6,0)/HD(2,MBR,0x8ee531bd,0x176000,0x2a000)..BO Last edited by Zac118246 (2021-12-11 12:06:58)
Offline
What BIOS/mainboard? Some vendors require some more specific setup
Offline
Msi tomohawk MAX b450 i believe. i managed to get it working by using bcdedit in windows by createing a boot entry. Thanks for responding. would there be a easier way to do it then that?
Offline
MSI are notorious for a broken UEFI implementation, adjusting and adding a entry in the Windows boot loader is probably the most sustainable way, another would be replacing the binary in the fallback path: https://wiki.archlinux.org/title/Unifie … ble_drives which can be done by either copying the GRUB binary manually or running the install command with the --removable argument, however the fallback path will be overwritten by Windows updates concerning the boot loader.
If this is [SOLVED] please mark it as such by prepending to your title.
Last edited by V1del (2021-12-11 11:45:02)
Offline