01-09-2024 10:02 AM
Hi All,
I have 2 N7k (C7702) to set up .
After getting console access to them ,I found out that both are stucked in the switch(boot)# prompt.
Probably they had PowerOn Auto Provisioning (POAP),don't remember if skip it or selecting something else.
Anyway ,here is the problem:
switch(boot)# load bootflash:n7700-s3-dk9.8.4.2.bin
switch is not yet ready to load the system sw
Unable to mount /mnt/pss, entering vshboot
So the next step was to try a different kickstart image to begin with.
Assigned an IP address and GW for mgmt0 and copying a new version to bootflash - then,reboot,CTRL-C and from the loader> ,boot the new kickstart.
In the end,it didn't fix the problem,
switch(boot)# load bootflash:n7700-s3-dk9.8.4.7.bin
switch is not yet ready to load the system sw
Unable to mount /mnt/pss, entering vshboot
So for the 2nd switch ,I've decided to give it a try and remove everything.
switch(boot)# clear nvram
switch(boot)# init system
switch(boot)# format bootflash:
Assigned an IP address and GW for mgmt0 (this time under the "loader>" prompt) and booting its kickstart directly from a server.
loader> boot tftp://x.x.x.x/n7700-s3-kickstart.8.4.7.bin,
ending up with:
Filesystem type is tftp, using whole disk
Boot failed
Error 9: Unknown boot failure
Any idea what the problem is in both of those cases?
Thanks,
01-09-2024 11:32 AM
you can find more details here https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/nx-os-software/216547-nxos-securely-erase-the-contents-of-th.html
loader > cmdline recoverymode=1
loader > boot bootflash:nxos.7.0.3.I7.8.bin
switch(boot)# clear nvram
switch(boot)# init system This command is going to erase your startup-config, licenses as well as the contents of your bootflash:. Do you want to continue? (y/n) [n] y
switch(boot)# reload This command will reboot this supervisor module. (y/n) ? y
01-09-2024 01:50 PM
Thanks for feedback,
Actually by following this procedure I’m now here.
So after,
switch(boot)# clear nvram
switch(boot)# init system
and format bootflash: , I no longer have anything on bootflash anymore ,so when I’m trying to boot the kickstart image in loader> from a remote server ,I’m getting that error
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide