by William McCall <fycrew@[EMAIL PROTECTED]
>
May 31, 2008 at 06:19 PM
> 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