02-05-2025 12:26 PM
I'm using a 2921 router and boot this ios and am getting the following:
R1(config)#boot system R1 c2900-universalk9-mz.SPA.157-3.M4 .bin
Translating "c2900-universalk9-mz.SPA.157-3.M4"...domain server (255.255.255.255)
% Invalid input detected at '^' marker.
Solved! Go to Solution.
02-09-2025 05:28 PM
I deleted the flash directory and installed the updated version.
02-05-2025 12:43 PM
you have a space before .bin and usually need to specify where the file resides like flash:c2900
02-05-2025 01:07 PM
I saw that when viewed the flash: after I tried to tftp it to my windows machine.
R1#sh flash:
-#- --length-- -----date/time-----
24 110513896 Mar 4 2019 22:16:26 +00:00 c2900-universalk9-mz.SPA.157-3.M4 .bin
R1#copy flash: tftp
Source filename []? c2900-universalk9-mz.SPA.157-3.M4 .bin
Address or name of remote host []? 192.168.0.6
Destination filename [c2900-universalk9-mz.SPA.157-3.M4]?
%Error opening flash0:c2900-universalk9-mz.SPA.157-3.M4 (File not found)
R1#
I thought by changing it to this that it would work:
c2900-universalk9-mz.SPA.157-3.M4.bin but got the same message (file not found).
02-05-2025 01:43 PM
you may been to use quotes to include the space, I believe it will accept them.
you can try
rename flash:"c2900-universalk9-mz.SPA.157-3.M4 .bin" flash:c2900-universalk9-mz.SPA.157-3.M4.bin
Then try the boot command since there isn't any more spaces in the filename.
02-05-2025 02:39 PM
not working,
R1#rename flash:"c2900-universalk9-mz.SPA.157-3.M4 .bin" flash:c2900-universal$
rename flash:"c2900-universalk9-mz.SPA.157-3.M4 .bin" flash:c2900-universalk9-mz ^.SPA.157-3.M4.bin
% Invalid input detected at '^' marker.
02-06-2025 06:02 AM
hmm, seems to not like periods? guess you can try quotes on both sides.
rename flash:"c2900-universalk9-mz.SPA.157-3.M4 .bin" flash:"c2900-universalk9-mz.SPA.157-3.M4.bin"
02-09-2025 05:28 PM
I deleted the flash directory and installed the updated version.
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