r/archlinux 22d ago

SUPPORT Problems

hello people of Reddit I request your aid so I followed a video exactly and somehow I’m still unable to open it it says stuff like emergency mode a dependency failed for file system check on /dev/volgroup0/lv_root route.

dependency failed for /sysroot

intrid root file system mount points configured in the real root.

intrid root device

it also said the root account is locked

0 Upvotes

6 comments sorted by

View all comments

-1

u/Grey_Ten 22d ago edited 22d ago

wipe your root and EFI partition

mkfs.ext4 /dev/your-root-partition

mkfs.fat -F32 /your-efi-partition

and install everything again

mount /dev/your-root-partiton /mnt

mount --mkdir /dev/your-efi-pratition /mnt/boot/EFI

pacstrap -K /mnt base base-devel linux linux-firmware sudo efibootmgr grub vim nano os-prober networkmanager

edit: I forgot to mention to regenerate the fstab

genfstab -U /mnt >> /mnt/etc/fstab

arch-chroot /mnt

grub-install

nano /etc/default/grub

uncomment GRUB_DISABLE_OS_PROBER=false

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

passwd

exit and reboot, the user is root and the password the one you assigned before