Page 1 of 1

Vicibox HELP to reset password

PostPosted: Thu Jan 07, 2016 6:00 pm
by aplanet
Hello,
I accidentally may have misstyped the password and
Now i cant login .
I have googled how to reset recover opensuse 13.1 password but without luck
Any idea?

Re: Vicibox HELP to reset password

PostPosted: Sat Jan 09, 2016 9:52 am
by aplanet
I did googled more and i found a something ,
Problem solved . For anyone else that has the same issue

Press 'e' at the boot menu (with the openSUSE entry selected) to get to edit mode.
Search for a line starting with "linux" and append "init=/bin/sh" at the end.
Then press 'F10' to boot.

You should get into a minimal text mode system without having to enter any password.
Type "passwd" to change the root password.

reference:
forums.opensuse.org

Re: Vicibox HELP to reset password

PostPosted: Tue Jan 12, 2016 8:22 pm
by rrb555
cool postback..

Re: Vicibox HELP to reset password

PostPosted: Fri Jan 15, 2016 6:59 pm
by Kumba
A little late, but yes, that is the method. Other option is to boot off a live CD and nuke the root password.

aplanet wrote:I did googled more and i found a something ,
Problem solved . For anyone else that has the same issue

Press 'e' at the boot menu (with the openSUSE entry selected) to get to edit mode.
Search for a line starting with "linux" and append "init=/bin/sh" at the end.
Then press 'F10' to boot.

You should get into a minimal text mode system without having to enter any password.
Type "passwd" to change the root password.

reference:
forums.opensuse.org

Re: Vicibox HELP to reset password

PostPosted: Sat May 04, 2019 5:54 am
by ayan07
Hi I tried the same method but always getting error as "Password Unchanged , authentication token lock busy"

Please advise as i am having same issue and need to reset root password

Re: Vicibox HELP to reset password

PostPosted: Wed May 08, 2019 6:35 pm
by thephaseusa
Append to linux single will still get you into single user mode wont it?

Re: Vicibox HELP to reset password

PostPosted: Wed May 08, 2019 6:55 pm
by williamconley
or boot from a live CD and put your KEY in the /root/.ssh/authorized_keys file after

Code: Select all
mount /dev/sda3 /mnt


to get the value after /dev/ you usually choose the last partition in the first HD in the system. This will show you the list of live HD partitions available

Code: Select all
ll /dev/disk/by-uuid


then you put your key in /mnt/root/.ssh/authorized_keys (since the partition is loaded into /mnt)

then you can log in via putty with a key instead of a pass ... and change the password. ;)

Re: Vicibox HELP to reset password

PostPosted: Wed May 08, 2019 7:19 pm
by thephaseusa
Ayan07 you booted into read only filesystem mode?

Re: Vicibox HELP to reset password

PostPosted: Thu May 09, 2019 5:52 am
by ayan07
@thephaseusa yes its resolved now ,, thanks for tour help ..

Re: Vicibox HELP to reset password

PostPosted: Thu May 09, 2019 5:53 am
by ayan07
@williamconley yes its resolved now ,, thanks for tour help ..