This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Password Recovery

Hi Guys
i have a problem with pass recovery! when i type "init=/bin/bash" after rebooted UTM, device dose not supported keyboard and i can't change the root or loginuser password.


This thread was automatically locked due to age.
Parents
  • I had the same Problem with a UTM 120.
    I was able to reset all passwords with the Console Port on the UTM.

    Step by step:

    1. Power off the UTM and Connect the COM to your PC and the Console to your UTM
    2. Start Putty on the PC and connect with baud 38400, all other settings as default
    3. On the Bootloader press esc and edit with "e"
    4. Add this two lines as the first Lines before any other entry:
    serial --unit=0 --speed=38400
    terminal --timeout=0 serial

    5. Edit the line with "kernel" and add "init=/bin/bash console=ttyS0,38400" to the end of the line
    6. Boot with "b"

    You should now be able to use Putty to enter any command.

    Michael
Reply
  • I had the same Problem with a UTM 120.
    I was able to reset all passwords with the Console Port on the UTM.

    Step by step:

    1. Power off the UTM and Connect the COM to your PC and the Console to your UTM
    2. Start Putty on the PC and connect with baud 38400, all other settings as default
    3. On the Bootloader press esc and edit with "e"
    4. Add this two lines as the first Lines before any other entry:
    serial --unit=0 --speed=38400
    terminal --timeout=0 serial

    5. Edit the line with "kernel" and add "init=/bin/bash console=ttyS0,38400" to the end of the line
    6. Boot with "b"

    You should now be able to use Putty to enter any command.

    Michael
Children
No Data