Reset root password for Security Server
The Security Server requires a root password change every 3 months or after the first deployment. If you don't remember your previous root password, you can change it by following these steps:
Optionally, you can setup a boot delay, based on your virtual machine, to gain access faster to the linux Grand Unified Bootloader (GRUB) . For VMware, the
bios.bootdelay
parameter can be configured in thevmx
file.To enter the GRUB menu, you must press and hold the shift button.
On the GRUB menu, select Advanced options.
Select the recovery mode OS from the new screen.
Press the E key. A new window will appear.
You have a few seconds to press the E key before the system loading. If you fail to do so, restart the Security Server Virtual Appliance and try again.
Go to the line that begins with
linux
/vmlinuz-x.x.x.-xxx-generic...
and insert theinit=/bin/bash
command at the end of it, as shown in the image below.After that, press CTRL+X or F10 key to boot.
Mount the partition in read-write mode, by typing the command:
mount –o remount, rw /
Use the
/# passwd root
command to set up a new password.Mount partition in read-only mode, by typing the command:
mount –o remount, ro /
Reboot the Security Server.