Can not remember root password

Boot up from the live medium, open up a terminal window and enter the following commands… :arrow_down:

sudo su -
manjaro-chroot -a

Once you are in the chroot environment, issue the command… :arrow_down:

passwd

… and set a new root password. Then issue the following command… :arrow_down:

usermod -a -G wheel <the-name-of-your-normal-user-login-here>