How to reset the password of your ArcoLinux system

We get all the information from the Arch wiki.

https://wiki.archlinux.org/index.php/reset_root_password

Procedure

  • boot from the ArcoLinux iso
  • mount your root partition
  • change password
  • unmount

Commands used in the video

lsblk
sudo mount /dev/sda2 /mnt
sudo passwd --root erik
sudo passwd --root root
sudo umount --all