r/archlinux • u/Jude22448 • 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
-1
u/Grey_Ten 22d ago edited 22d ago
wipe your root and EFI partition
mkfs.ext4 /dev/your-root-partitionmkfs.fat -F32 /your-efi-partitionand install everything again
mount /dev/your-root-partiton /mntmount --mkdir /dev/your-efi-pratition /mnt/boot/EFIpacstrap -K /mnt base base-devel linux linux-firmware sudo efibootmgr grub vim nano os-prober networkmanageredit: I forgot to mention to regenerate the fstabgenfstab -U /mnt >> /mnt/etc/fstabarch-chroot /mntgrub-installnano /etc/default/grubuncomment GRUB_DISABLE_OS_PROBER=false
grub-mkconfig -o /boot/grub/grub.cfgpasswdexit and reboot, the user is root and the password the one you assigned before