Hitz440 If you were able to use those instructions above to boot from your live usb and mount your old Solus...
then:
$ passwd --help
Usage: passwd [options] [LOGIN]
Options:
-a, --all report password status on all accounts
-d, --delete delete the password for the named account
-e, --expire force expire the password for the named account
-h, --help display this help message and exit
-k, --keep-tokens change password only if expired
-i, --inactive INACTIVE set password inactive after expiration
to INACTIVE
-l, --lock lock the password of the named account
-n, --mindays MIN_DAYS set minimum number of days before password
change to MIN_DAYS
-q, --quiet quiet mode
-r, --repository REPOSITORY change password in REPOSITORY repository
-R, --root CHROOT_DIR directory to chroot into
-S, --status report password status on the named account
-u, --unlock unlock the password of the named account
-w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS
-x, --maxdays MAX_DAYS set maximum number of days before password
change to MAX_DAYS
then:
`$ man passwd`
SYNOPSIS
passwd [options] [LOGIN]
DESCRIPTION
The passwd command changes passwords for user accounts. A normal user may
only change the password for their own account, while the superuser may
change the password for any account. passwd also changes the account or
associated password validity period.
Password Changes
The user is first prompted for their old password, if one is present. This
password is then encrypted and compared against the stored password. The
user has only one chance to enter the correct password. The superuser is
permitted to bypass this step so that forgotten passwords may be changed.
After the password has been entered, password aging information is checked
to see if the user is permitted to change the password at this time. If
not, passwd refuses to change the password and exits.
The user is then prompted twice for a replacement password. The second
entry is compared against the first and both are required to match in
order for the password to be changed.
that brings us to your query: how do I make it work?
If you have the solus os mounted in the live usb, open terminal and type passwd
.
According to manual, the program begins to run.
It could be that easy,
or a couple youtube vids or articles might get you specifically there.
May watch a couple and get back to you. If you got solus mounted & chrooted in live usb you are almost there methinks.