You are not logged in.

#1 2022-04-10 22:05:00

shadowfok
Member
Registered: 2021-11-27
Posts: 6

Grub does not show up after installation

Hello,
I am trying to install grub but when I reboot grub is not in my bios

I installed  it with these commands

Grub-install —target=x86_64-efi —efi-directory=/boot/efi —bootloader-id=grub
Grub-mkconfig -o /boot/grub/grub.cfg

I had no errors while running these commands

https://postimg.cc/WFRcLVWK
Here are the outputs of the commands

(I can’t react immediately I need to go sleep and i have school tomorrow )

Last edited by shadowfok (2022-04-10 22:11:07)

Offline

#2 2022-04-10 22:27:56

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Grub does not show up after installation

If you have a BIOS then you're using the wrong command...
Is this instead a UEFI capable machine (which has a UEFI firmware menu instead of a BIOS)?
If so then you might just have dodgy firmware which would mean installing grub to the fallback location...
https://wiki.archlinux.org/title/GRUB#D … _boot_path

Also please don't post images of text - post the actual text in [⁣code] [⁣/code] tags instead...
CoC - Pasting pictures and code
https://bbs.archlinux.org/help.php#bbcode


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2022-04-11 02:04:08

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: Grub does not show up after installation

yip and if the --removable flag doesnt work like on my toshiba laptop you have to put the efi file in

/boot/EFI/Microsoft/Boot/bootmgfw.efi

then it boots fine.

so for example:

mkdir -p /boot/EFI/Microsoft/Boot
cp /boot/EFI/GRUB/grubx64.efi /boot/EFI/Microsoft/Boot/bootmgfw.efi

obviously if your efi directory is different to mine then compensate for that!

Offline

Board footer

Powered by FluxBB