11-01-2019 08:41 AM
Hi,
Can anybody help me about boot prom password recovery? One of our switches has an error : “Error: Network OS is not ready. Please login later”. I dediced to re-install firmware but when I tried to enter command shell on u-boot, asks me password. We couldnt find the it. How to reset boot prom password?
Thanks,
Solved! Go to Solution.
11-01-2019 11:12 AM
Also, “Error: Network OS is not ready. Please login later” means that the configuration DB is corrupted possibly due to ungraceful shutdown, so NOS didn’t fully initialized.
Once the boot prom password is recovered, you can do the following to default the config which will allow the OS to fully initialize.
3
at the prompt to open the command shellsetenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet S'
saveenv
reset
mount -vo remount,rw,noatime /
mount /dev/sda2 /mnt
/fabos/sbin/cfgcleanup
to default the configuration on bootup bootenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet'
"partman -r" to reboot
11-01-2019 11:57 AM
Hi,
First of all, THANK you for your support. I’ve cleared the boot prom password. I’m upgrading NOS, after that I’ll process your way 🙂
Thanks,
11-01-2019 11:12 AM
Also, “Error: Network OS is not ready. Please login later” means that the configuration DB is corrupted possibly due to ungraceful shutdown, so NOS didn’t fully initialized.
Once the boot prom password is recovered, you can do the following to default the config which will allow the OS to fully initialize.
3
at the prompt to open the command shellsetenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet S'
saveenv
reset
mount -vo remount,rw,noatime /
mount /dev/sda2 /mnt
/fabos/sbin/cfgcleanup
to default the configuration on bootup bootenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet'
"partman -r" to reboot
11-01-2019 10:59 AM
Please try this to recover the password.
The new boot recovery password is: J3z3l36hmhEUA0ON1qnTWA==
Once it prompts you to set a new password, you can just press enter. The blank password will disable the password requirement until one is set.
11-01-2019 10:56 AM
Hi,
Thank you for your reply. Here’s the recovery string;
NpNmUWe.LJy6EKFWnQQ7Zg==
Thanks,