The DeepSurface RiskAnalyzer is built on the Linux operating system, using Ubuntu 20.04, Focal Fossa. As such, the resetting of any user’s password on that platform when the root password is unknown requires booting the system into what is known as ‘single user mode’.
You must have direct access to the keyboard and console attached to the DeepSurface appliance, or equivalent ‘console’ access to effect this procedure. It cannot be done over the network via SSH.
ro quiet splash $vt_handoff
.ro quiet splash $vt_handoff
with the following text: rw init=/bin/bash
. Once you have made the change press F10 or Ctrl + x to initiate the regular boot sequence.After the successful boot you should be welcomed with a root’s shell without a need to enter the root password
Confirm that the root (/) partition is mounted as rw. To do so execute the command mount | grep -w /
. You will see the status of the root partition as (rw, realtime)
as shown below:
passwd dsadmin
and follow the prompts.exec /sbin/init
.