You are not logged in.
Pages: 1
Hello, I'm new to the arch community, I apologise for any mistakes, I tried installing Intel drivers after rebooting I wasn't able to boot into arch, I kept getting this error "initrd not found"
Here are my partitions
sda
|-sda1 (EFI)
|-sda2 (root)
|-sda3 (home)
sdb
|-sdb1 (boot)
|-sdb2
im using the systemd to boot into arch
From what I found in the /boot folder all the kernels are missing including the fallback
I tried mounting EFI and root from archiso into /mnt/boot and /mnt and accessing them with chroot then installed the kernels with pacman -Suy linux but didn't help
I tried again by mounting /boot but still the same issue
any help will be appreciated thanks !
Offline
What "intel-drivers"?
Here are my partitions
I assume this is from some live distro or the install iso?
I'd assume one of those is the install iso?
lsblk -fI tried mounting EFI and root from archiso into /mnt/boot and /mnt
The narration has the wrong order, you need to mount /dev/sdbX /mnt first and then mount /dev/sdX1 /mnt/boot (provided you're using sdX1 as root partition)
(nb. that the sda/sdb order is NOT necessarily stable between boots, you'll have to check what's the relevant drive first!)
Online
Pages: 1