#grub/arch not showing up in UEFI after installing arch
51 messages · Page 1 of 1 (latest)
go to bios
and show boot order
if grub not there, then add it via efibootmgr (i used that tool once, it SUCCS)
nevermind we dont have efibootmgr in windows
how add via efibootmgr
Windows doesn't have such luxuries
Buuut
You could try
Hold shift when pressing restart in windows
Then somewhere there's an option to boot from a device
If it doesn't show there then idk
@runic glade you're gonna need your arch usb to troubleshoot this
Show the output of lsblk -f
And did you run grub-install when you were installing? That's what should add the boot entry
You probably don't need to install it again? 🤨
i just did it
also is it correct that linux filesystem is mounted on /mnt
and EFI system partition is mounted on /mnt/boot
Yes
ok
somehow the efi system partition is mounted in /boot
not /mnt/boot
i used these commands to mount the partitions
mount /dev/[linux fs] /mnt
mount --mkdir /dev/[efi] /mnt/boot
I don't think --mkdir is an option for mount is it?
Other than that those commands will work yeah
so I do
mount /dev/[linux fs] /mnt
cd /mnt
mkdir boot
mount /dev/[efi] /mnt/boot
Yeah 👍
ok brb im gonna reinstall but with that instruction
ty for helping
i have been trying to install linux for over 2 years now
every day i just fail on that step
Should have asked here earlier haha
There's always people who'll help
Did you install NetworkManager?