You are not logged in.

#1 2024-03-28 22:51:06

Deverin
Member
Registered: 2024-03-28
Posts: 4

Arch Linux installation problem with GRUB

Image: https://imgur.com/a/4NJXK04

Hey, this is my first time ever setting up arch linux system I followed the instructions on arch wiki accordingly with a little bit of help from chatgpt.

As you can see on the image I provided there is something wrong with GRUB.

I installed GRUB using pacman targeting vda1 which stands for EFI partition in my case.

It was mounted on /boot

Every command I entered worked just fine although after running pacstrap -K /mnt base linux linux-firmware I got some errors which I can't recall ( I ignored them but I don't think that could be the issue please prove me wrong)

Aside from that, I don't know what else could go wrong (excuse my sloppiness it's close to midnight in my country and I already gave up for today)

Thank you for your help in advance.

Offline

#2 2024-03-28 23:06:57

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,614

Re: Arch Linux installation problem with GRUB

Looks like you installed grub but didn't configure it.

Offline

#3 2024-03-29 07:12:16

Deverin
Member
Registered: 2024-03-28
Posts: 4

Re: Arch Linux installation problem with GRUB

Okay, can you tell me exactly what I didn’t configure and is there a way to configure it directly from GRUB CLI?

Offline

#4 2024-03-29 07:55:03

Fuxino
Member
From: Slovakia
Registered: 2014-09-26
Posts: 185

Re: Arch Linux installation problem with GRUB

Did you follow the instructions in the Wiki about GRUB configuration? https://wiki.archlinux.org/title/GRUB#Configuration


Arch + XMonad

Dotfiles: https://github.com/Fuxino/dotfiles

Offline

#5 2024-03-29 08:07:54

seth
Member
Registered: 2012-09-03
Posts: 51,850

Re: Arch Linux installation problem with GRUB

is there a way to configure it directly from GRUB CLI?

arch-chroot from the install iso, don't forget to mount the boot partition and fix it from there.

Online

#6 2024-03-29 08:13:27

Deverin
Member
Registered: 2024-03-28
Posts: 4

Re: Arch Linux installation problem with GRUB

Hmm, looking back at it it seems like I indeed forgot about it.

let me check that out.

Last edited by Deverin (2024-03-29 08:19:30)

Offline

#7 2024-03-29 08:49:17

Deverin
Member
Registered: 2024-03-28
Posts: 4

Re: Arch Linux installation problem with GRUB

Okay, it seems "grub-mkconfig -o /boot/grub/grub.cfg" while chrooted did the trick, thanks for your support.

Offline

#8 2024-03-29 09:05:39

seth
Member
Registered: 2012-09-03
Posts: 51,850

Re: Arch Linux installation problem with GRUB

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Online

#9 2024-03-31 12:54:05

lo7777799
Member
Registered: 2023-07-25
Posts: 35

Re: Arch Linux installation problem with GRUB

or you installed grub wrong first post here.

an often fail is

 grub-mkconfig -o /boot/grub.cfg 

in truth it must written

 grub-mkconfig -o /boot/grub/grub.cfg ... 

try that ... and say me, if it works.

Offline

#10 2024-03-31 12:58:04

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,614

Re: Arch Linux installation problem with GRUB

lo7777799 wrote:

or you installed grub wrong first post here.

an often fail is

 grub-mkconfig -o /boot/grub.cfg 

in truth it must written

 grub-mkconfig -o /boot/grub/grub.cfg ... 

try that ... and say me, if it works.

This was solved 2 days ago, and none of this makes sense or is applicable.

Offline

Board footer

Powered by FluxBB