Recover lost administrator password

From BubbaWiki
Revision as of 02:03, 29 July 2015 by Charles Leclerc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you have lost your administrator password here are two ways of recovering it, follow A or B below!

A

This alternative requires that you have a user that has shell log in activated.

1. Log in via SSH with your user.

2. Become root with the command su (password 'excito').

3. Type the command:

passwd admin

4. Now enter a new password (retype it when asked for).

5. Also change the samba password with the following command:

smbpasswd admin

6. Now enter a new samba administrator password (retype it when asked for).

7. Finally type:

reboot

Done!

B

If you do not have a user with shell access do like this.

1. Download the latest install image: B3: install.excito.org/latest/b3 or B2: install.excito.org/latest/bubba-two/

2. Unzip the downloaded zip file to a USB stick (with the file sytem FAT32 and with a partition table), there will be a catalog named 'install' in the root.

3. In the catalog 'install' you will find a file called 'bubba.cfg', open it with an editor. Use for example www.contexteditor.org/ or www.flos-freeware.ch/notepad2.html. Using Windows Notepad or Wordpad will destroy the file. Edit the line (this is important, if you forget this your B3 will be completely reinstalled) DO_INSTALL to the following:

DO_INSTALL=0

4. Shut down your unit and unplug the power cord.

5. Connect the unit to your network (you must have a DHCP server other than B2/B3) via the LAN or WAN port.

6. Insert your USB stick into one of the ports on your unit.

7. Keep the button on the backside pressed while inserting the power cord. Keep it pressed for five seconds and then release it.

8. After about 1 minute you will be able to reach your unit via the IP address given to the unit from your DHCP server.

9. Login via SSH with username 'root' and password 'excito'.

10. Type the following commands:

mount /dev/sda1 /mnt
chroot /mnt /bin/bash
passwd admin

11. Now enter a new administrator password (retype it when asked for).

12. Also change the samba password with the following command:

smbpasswd admin

13. Now enter a new samba administrator password (retype it when asked for).

14. Finally type:

reboot

Done!