Reset VCSA appliance root password

  1. reboot VCSA from the VM Console (Web or standalone)
  2. press “e” in the “Photon” grub boot picture (e = edit)
  3. the grub boot editor will open
  4. move the cursor behind “consoleblank=0” and
  5. add “rw init=/bin/bash” behind
  6. press “F10” to boot VCSA
  7. a red command line will show the prompt “root [ / ]#”
  8. enter “passwd” to set the password for root
  9. umount the dir with “umount /”
  10. reboot the VCSA VM with “reboot -f”

    Authors:
    • Jochen Schnuerle