#Can't boot into Arch linux after installation

45 messages · Page 1 of 1 (latest)

pastel crescent
#

Just installed archlinux sucessfully (yay) and when i rebooted i got this message, when i was installing grub the only thing i did was do the installation

hearty ravine
pastel crescent
#

ok

pastel crescent
hearty ravine
#

and also

ls (hd0,gpt2)/
ls (hd0,gpt3)/
pastel crescent
hearty ravine
# pastel crescent
set boot=(hd0,gpt3)
set prefix=(hd0,gpt1)/boot/grub
insmod normal
normal
pastel crescent
#

alright i've done that

hearty ravine
pastel crescent
#

no?

#

i'm supposed to?

hearty ravine
#

Please run the following command

linux (hd0,gpt1)/vmlinuz-linux
initrd (hd0,gpt1)/initramfs-linux.img
pastel crescent
#

i get this error when i do that

hearty ravine
pastel crescent
hearty ravine
#

and

ls (hd0,gpt3)/boot
#
echo $root
echo $prefix
pastel crescent
hearty ravine
# pastel crescent

this predicament

set root=(hd0,gpt1)
set prefix=(hd0,gpt1)/grub
echo $root
#

afterwards

linux /vmlinuz-linux
initrd /initramfs-linux.img
pastel crescent
hearty ravine
#

Please run

linux /vmlinuz-linux
initrd /initramfs-linux.img
boot
#

You will be greeted by a rescue shell.

pastel crescent
#

it's taking a little whiel

hearty ravine
pastel crescent
#

no

#

look im going to be honest

#

i have no proble

#

problem*

#

with restarting my install

#

i just want to know what i can do to make sure this doesn't happen again

hearty ravine
pastel crescent
#

so whenever i finish my arch install

#

i just run this command?

hearty ravine
#

This command is required for grub to work

pastel crescent
#

ok

#

thanks so much

hearty ravine
# pastel crescent ok

If you don't like boot loaders, the UEFI system can boot EFIstubs
e.g.

# mkinitcpio preset file for the 'linux' package
# vi: ft=bash
# shellcheck disable=SC2034

### OPTIONS
_kernel=linux
_esp="/boot/efi"
###

_efi_dir="$_esp/efi/boot"
[[ ! -d "$_efi_dir" ]] && mkdir -p "$_efi_dir"

PRESETS=("default")
ALL_kver="/boot/vmlinuz-$_kernel"
ALL_microcode=(/boot/*-ucode.img)

default_image="/boot/initramfs-${_kernel}.img"
default_uki="$_esp/efi/boot/bootx64.efi"
default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"
pastel crescent
#

thank you

quartz bane