You are not logged in.

#1 2014-04-06 14:55:49

FrozenPigs
Member
Registered: 2014-04-06
Posts: 2

After reboot I get stuck on a screen with Grub.

I did all of this and once I reboot it will just bring me to a screen that says grub in the top left and I cant type anything. Forgot to mention this install is via usb but I don't know if that will help. Please tell me at witch point I am fucking up and how.

Last edited by FrozenPigs (2014-04-06 15:04:17)

Offline

#2 2014-04-06 22:10:20

AdrianCohea
Member
Registered: 2013-06-29
Posts: 16

Re: After reboot I get stuck on a screen with Grub.

Sorry I don't know much about EFI, so I can't say if you invoked grub-install incorrectly. It looks fine to me.

One thing you will need though is to have /etc/default/grub changed so that it has the following:

GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"

Maybe try and see if that's your problem? Regardless, you do need an init program configured somewhere in order to finish the booting process.


gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x77660e16dba99933

0B85 1AC2 4980 B654 0DA3  D1E1 7766 0E16 DBA9 9933

Offline

#3 2014-04-07 13:11:07

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: After reboot I get stuck on a screen with Grub.

AdrianCohea wrote:

One thing you will need though is to have /etc/default/grub changed so that it has the following:

GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"

Maybe try and see if that's your problem? Regardless, you do need an init program configured somewhere in order to finish the booting process.

Wrong. This kernel parameter is no longer necessary for new installations, as systemd-sysvcompat, which is part of base, creates a symlink from /usr/bin/init to systemd. Ignore the previous post.

The installation procedure looks fine to me, too, except for the part where you install grub. You may have forgotten to mount the efivarfs, but this step may or may not be necessary, because efivarfs should already be mounted at boot.
EDIT: Welcome to the forums. You did a good job at documenting.

Last edited by teateawhy (2014-04-07 13:12:46)

Offline

#4 2014-04-07 16:59:55

Gulver
Member
Registered: 2013-05-24
Posts: 208

Re: After reboot I get stuck on a screen with Grub.

In my first installation, I had to type another variable to grub-install that I found from its main page; you may give it a try while at it:

grub-install --target=x86_64-efi --root-directory=/ --efi-directory=/boot --bootloader-id=arch_grub --recheck 

Edit: If it succeeds, please inform back so we can edit wiki.

Last edited by Gulver (2014-04-07 17:01:08)

Offline

Board footer

Powered by FluxBB