ISR4K升级的时候要注意了!

很可能会碰到如下的问题:

ISR4K goes into booting loop with "flash:" in boot statement
CSCvg37458
 
Description
Symptom:
ISR4K configured with a boot statement pointing to the "flash:" directory will get stuck in a boot loop.

Boot statement will look similar to:
boot system flash:image.bin

When rebooting, the console will show:

Last reset cause: LocalSoft
ISR4331/K9 platform with 4194304 Kbytes of main memory

........

Device not found flash:

........

autoboot: boot failed, restarting...

Conditions:
Boot statement will explicitly point to "flash" instead of "bootflash" despite being the same directory.
This issue occurs in all version (for instance: 3.16.X to 3.17.X or 16.X, 16.X to 16.Y, 16.X to 3.X).

below boot up statements will trigger the failure

boot system flash:image-name
boot system flash flash:image-name

Workaround:
from rommon mode, manually boot up the image. for example:

rommon> boot bootflash:image-name

Another workaround requires modifying the boot system configuration as follows:

boot system bootflash:image-name.bin

Notice the semicolon was removed between the flash and image-name.bin. ROMMON will check its flash device for the image-name.bin. For the ISR4K platforms, the flash device is the bootflash:.

Further Problem Description:
below IOS boot up statements work:

boot system bootflash:image-name
boot system flash bootflash:image-name

this is fixed at ROMMON release 16.9(1r).

 
Last Modified:
Nov 21,2019
Status:
Fixed
Severity:
3 Moderate
Product:
(1)
Cisco 4000 Series Integrated Services Routers
 
 
Known Affected Releases:
(4)
15.5(3)S6.1
15.6(1)S
Denali-16.3.4
Everest-16.6.1
 

最新文章

  1. bootstrap-modal 学习笔记 源码分析
  2. Eclipse 安装中文插件
  3. 【项目经验】navicat工具 SQLServer数据库迁移MySQL
  4. 学习心得:《十个利用矩阵乘法解决的经典题目》from Matrix67
  5. Java & C++ 大数计算
  6. C#网络编程简单实现通信小例子-2
  7. dedecms获取字段
  8. angular2的管道初体验
  9. C程序设计语言--指针和引用的区别
  10. spring 配置文件 引入外部的property文件的两种方法
  11. cf446A DZY Loves Sequences
  12. Openjudge-计算概论(A)-比饭量
  13. PCI和PCIE插槽有什么区别?
  14. Spring Boot(五):Spring Boot Jpa 的使用
  15. c/c++ 重载运算符 基本概念
  16. jquery 第二章
  17. 移动web端在线观看ppt
  18. NullReferenceException 的可恨之处
  19. Maven Gradle
  20. 虚拟机 the image's hash and certificate are not allowed 解决方案

热门文章

  1. Python实现人工神经网络逼近股票价格
  2. linux - mysql 异常:Ignoring query to other database
  3. java mail发送html格式的邮件
  4. 给IDEA添加右键打开功能
  5. n皇后问题(dfs-摆放问题)
  6. 一点点学习PS--实战一
  7. PLSQL无法连接(不存在或找不到oci.dll)
  8. 第一篇 网站基础知识 第4章 Java中Socket的用法
  9. centos7安装启动firefox
  10. python3练习100题——026