You are not logged in.

#1 2021-01-21 19:34:25

AirsoftHamster
Member
Registered: 2020-11-10
Posts: 74

[SOLVED] Fresh Arch Install Boots to Grub Terminal

Hi there, I just installed Arch on my Lenovo Thinkpad X1 Yoga 4th Gen, and after the install, when I reboot I get put into the grub terminal. I am running the Linux-Zen kernel if it matters.

Drive is partitioned like this:

nvme0n1
 - nvme0n1p1: 512Mib EFI System Flag
 -nvme0n1p2: 16Gib Linux Swap Flag
 -nvme0n1p3: 915Gib Linux root x86 64 Flag

Commands I used to install grub:

pacman -S grub efibootmgr
mkfs.fat -F32 /dev/nvme0n1p1
mkdir efi
mount /dev/nvme0n1p1 /efi
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB

grub-install runs successfully and reports no errors.

Last edited by AirsoftHamster (2021-01-21 19:53:33)

Offline

#2 2021-01-21 19:44:26

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

Re: [SOLVED] Fresh Arch Install Boots to Grub Terminal

Did you create a configuration file?


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 2021-01-21 19:48:38

AirsoftHamster
Member
Registered: 2020-11-10
Posts: 74

Re: [SOLVED] Fresh Arch Install Boots to Grub Terminal

Nope. doing that now. I didn't see that part of the guide

Offline

#4 2021-01-21 19:52:54

AirsoftHamster
Member
Registered: 2020-11-10
Posts: 74

Re: [SOLVED] Fresh Arch Install Boots to Grub Terminal

it works. marking as solved.

Offline

Board footer

Powered by FluxBB