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 10:48 AM
Hello,
Can you provide the boot recovery string that is given?
With that, we can provide the recovery string to allow you to reset the password.