You are not logged in.
Pages: 1
Not new to Linux, just arch. Used deb based systems for 6-7yrs now.
If the answer is just to rtfm then give a link to the page and section, but I've tried my best to read before posting.
Anyways.
I installed arch manually using the installation guide, and everything has gone well enough until I reboot. GRUB doesn't show up in UEFI setup, no matter what I do. Image
UEFI/BIOS: UEFI
GPT/MBR: GPT
Secure boot: Off Image
TPM: Off Image
CSM: Off, but tried and made no difference.
Fast boot: Off
Any help is appreciated, thanks!
Edit: I missed grub-mkconfig and os-prober, but my problem was not using the --removable flag with grub-install.
Last edited by M0on9 (2024-12-27 00:40:22)
Offline
Have you tried --removable from the first tip box on GRUB#Installation?
Offline
I don't see a grub-mkconfig -o /boot/grub/grub.cfg command after grub-install.
Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.
Offline
According to the install logs, you did install grub but did not generate a grub.cfg configuration file.
Did you read over "Remember to #Generate the main configuration file after finalizing the configuration. "?
Maybe "grub-mkconfig -o /boot/grub/grub.cfg" will make it work.
Offline
I don't see a grub-mkconfig -o /boot/grub/grub.cfg command after grub-install.
Yeah you're right, that's what I forgot. That and os-prober.
# pacman -S os-prober
# micro /etc/default/grub
^e
> goto 63
63 GRUB_DISABLE_OS_PROBER=false
^s^q
# grub-mkconfig -o /boot/grub/grub.cfgNo change in grub showing up tho, still not there.
Offline
Have you tried --removable from the first tip box on GRUB#Installation?
That worked, thank you!!
Offline
Pages: 1