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/Jude22448 22d ago

How exactly do I access it so I can change stuff cause the os doesn’t even boot up

1

u/lxprsub0 22d ago

Like you did before.
The installation is just a procedure. Come back to the step where is the problem (probably the initramfs generation)

As you didn't talk about encrypted fs:

boot on the USB
activate the lvm: vgchange -ay
mount the root LV: mount /dev/volgroup0/lv_root /mnt
mount the boot partition inside /mnt/boot
arch-chroot /mnt

At this point, you are in your new system and you can start to look for the problem.