This post is more than 5 years old

1 Rookie

 • 

115 Posts

23132

May 29th, 2013 15:00

InsightIQ root password

hello guys..

can some one help me how to recover the root password , while deploying the insightIQ VM i might changed it but couldn't recalled it now.

i am able to login with "administrator"  so is there anyway i can recover that ? bec i have a requirement to create a new user on this VM with root access.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

May 29th, 2013 17:00

Now just enter passwd and enter new password for root

1 Rookie

 • 

115 Posts

May 29th, 2013 16:00

cool ...i didn't thought of sudo but bottom line sudo to root is working. so is this the only way to get root access ??  is there any way to recover root password ?

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

May 29th, 2013 16:00

did you try to ssh into the VM and then "sudo su -"  ..type administrator password

1 Rookie

 • 

115 Posts

May 29th, 2013 20:00

it works like a charm..thanks dynamox.

2 Intern

 • 

467 Posts

June 24th, 2013 20:00

Sounds like you have the filesystem mounted read-only... Are you in single user mode or something?

1 Rookie

 • 

1 Message

 • 

5 Points

May 20th, 2026 12:24

for me it's not working either

administrator@hostname1:~> sudo su -
[sudo] password for root:
Sorry, try again.
[sudo] password for root:

Community Manager

 • 

8K Posts

 • 

34.3K Points

May 20th, 2026 14:59

Hello ss1,

Here are the step required to reset the root password.

To reset the root password for InsightIQ, follow these steps:

  1. Reboot the InsightIQ VM.
  2. Press SHIFT or ESC at the grub prompt.
  3. Select your image.
  4. Highlight the line that begins with kernel and press 'e' to edit.
  5. Replace ro to rw and add init=/bin/bash.
  6. Press enter, then press b to boot your system.
  7. Your system will boot up to a passwordless root shell.
  8. Type in passwd <username> to set a new password.
  9. Type sync and press Enter.
  10. Remount the root partition as read-only by typing the following and then pressing Enter: # mount -o remount,ro /
  11. Use the VM management control panel to reset the VM by right-clicking the VM, then selecting Power > Reset.

Note: The reboot command on the command-line interface does not work.

(edited)

No Events found!

Top