【GNS3】Error 9: Unknown boot failure

报错内容:

打开console之后,命令行显示“Error 9: Unknown boot failure”
解决方法:
输入以下命令
boot <你的nxos-image名字>
(例:boot bootflash://nxos.7.0.3.I7.4.bin)

出错防止:

switch# configure terminal
switch(config)# boot nxos <你的nxos-image名字>
(例:boot nxos nxos.7.0.3.I7.4.bin)
switch(config)# copy running-config startup-config

执行命令“exit”退出用户登录状态后关闭console窗口

再次打开console的时候应该就不会再报错了。

参考资料:

https://community.cisco.com/t5/application-centric/aci-nexus-9k-wont-boot-nxos/td-p/3076700

原文地址:https://www.cnblogs.com/xiaomaolove/p/9499113.html