|
Posted by William McCall on May 31, 2008, 2:19 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> open: file "n" not found
> open(): Open Error = -1
> loadprog: error - on file open
> boot: cannot load "flash:n"
This tells us that there is a boot statement and the router is trying to
boot from flash:n
Go do password recovery, and once you've done that, jump into global
config and do:
Router(config)#no boot system
This clears out your boot statement. Now do:
Router(config)#boot system flash:
Save your config and its fixed. Technically, you don't *need* the last
statement, but I use it for good measure.
--William
|