02-03-2025 08:33 PM
I recently changed the boot sequence from primary to secondary in config mode. I am now unable to put it back to primary . When I try to change it back I get an error message " error-boot sequence has reached max 1 entries".
Any suggestions on how to accomplish this would be greatly appreciated.
Thanks!
02-04-2025 05:28 AM
You just need to remove the existing entry:
enable
conf t
no boot system flash secondary
wr mem
It will then default to primary again.