cisco 4006 help!!!
大家侃侃這樣是什么問題?
該怎么解決,我對cisco不熟。
ROMMON: Entered init
ROMMON: Cold Reset frame @0x00000000
ROMMON: Reading reset reason register
ROMMON: Valid NVRAM config
System Bootstrap, Version 12.0(7)W5(15b) RELEASE SOFTWARE
Copyright (c) 2000 by cisco Systems, Inc.
ROMMON: Initializing exceptions
ROMMON: Initializing TLB
ROMMON: Initializing cache
ROMMON: Sizing and zeroing main memory ... 64 MBytes
ROMMON: Sizing non-volatile memory ... 128 KBytes
ROMMON: Exiting init
Catalyst-4232 platform with 65536 Kbytes of main memory
loadprog: bad file magic number: 0x0
open: failed to find and/or load the bootloader: "bootflash:running-config"
loadprog: error - on file open
boot: cannot load "cisco2-Catalyst-4232"
ROMMON: Entered init
ROMMON: Warm Reset frame @0x00000000
ROMMON: Valid NVRAM config
System Bootstrap, Version 12.0(7)W5(15b) RELEASE SOFTWARE
Copyright (c) 2000 by cisco Systems, Inc.
ROMMON: Initializing exceptions
ROMMON: Initializing TLB
ROMMON: Initializing cache
ROMMON: Sizing and zeroing main memory ... 64 MBytes
ROMMON: Sizing non-volatile memory ... 128 KBytes
ROMMON: Exiting init
Catalyst-4232 platform with 65536 Kbytes of main memory
loadprog: bad file magic number: 0x0
boot: cannot load "bootflash:"
ROMMON: Entered init
ROMMON: Warm Reset frame @0x00000000
ROMMON: Valid NVRAM config
System Bootstrap, Version 12.0(7)W5(15b) RELEASE SOFTWARE
Copyright (c) 2000 by cisco Systems, Inc.
ROMMON: Initializing exceptions
ROMMON: Initializing TLB
ROMMON: Initializing cache
ROMMON: Sizing and zeroing main memory ... 64 MBytes
ROMMON: Sizing non-volatile memory ... 128 KBytes
ROMMON: Exiting init
Catalyst-4232 platform with 65536 Kbytes of main memory
loadprog: bad file magic number: 0x0
boot: cannot load "bootflash:"
ROMMON: Entered init
ROMMON: Warm Reset frame @0x00000000
ROMMON: Valid NVRAM config
System Bootstrap, Version 12.0(7)W5(15b) RELEASE SOFTWARE
Copyright (c) 2000 by cisco Systems, Inc.
ROMMON: Initializing exceptions
ROMMON: Initializing TLB
ROMMON: Initializing cache
ROMMON: Sizing and zeroing main memory ... 64 MBytes
ROMMON: Sizing non-volatile memory ... 128 KBytes
ROMMON: Exiting init
Catalyst-4232 platform with 65536 Kbytes of main memory
rommon 1 >
loadprog: bad file magic number: 0x0
open: failed to find and/or load the bootloader: "bootflash:running-config"
loadprog: error - on file open
boot: cannot load "cisco2-Catalyst-4232"
看起來象FLASH中的IOS壞了。
但再看看,好象你在配置文件中錯誤的輸入了BOOT SYSTEM CISCO2-CATALYST-4232一句
我找到問題所在了,我現在說說我的操作。我先將reg改為0x2142 reset 然后copy start run,然后改了reg為0x2102,但是沒有保存就reload了(我到現在還是不明白我的bootldr怎么會改成了bootflash:running-config,有可能是在這里出現的問題)。在reload以后就找不到ios的,因為在上面的提示可以看到,他在啟動的時候是load flash里面的cisco2-Catalyst-4232,但是我的ios根本就不是這個名字。所以up不起來。 在這時,我在rommon 1 >下面想看看flash里面的東西,主要是ios。我就在rommon 1 >下面運行 dir bootflash,還有 dir flash 和dir boot flash 結果他都說錯的設備名,后來實在沒辦法問了一個cisco的技術支持工程師才知道在要用 dir bootflash: 后面要加:號的。。。(555 到了這里我才發現在這方面自己真是知道地很少,很多東西都停留在理論上,很不爽。)。然后在運行boot bootflash:xxxx.bin 才把系統up起來。。。。。。。。。 然后該了reg和bootldr 保存&reboot 搞定。