837 Errore di boot (ho combinato un casino...)

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
kenuser
n00b
Messaggi: 21
Iscritto il: mer 23 nov , 2005 5:19 pm

Salve a tutti, ho voluto installare una IOS più piccola della precedente per poi poter installare la SDM nella flash, e così ho cancellato la vecchia bin dalla flash e copiato tramite tftp la 12.3.2T

Codice: Seleziona tutto

max837#copy tftp://192.168.0.22/1232T.bin flash
Destination filename [flash]?
Accessing tftp://192.168.0.22/1232T.bin...
Erase flash:1: before copying? [confirm]
Erasing the flash:1 filesystem will remove all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erased
Erase of flash:1: complete
Loading 1232T.bin from 192.168.0.22 (via Ethernet0): !!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 6534652 bytes]

Verifying checksum... CCCCCCCCCCCC OK (0x7090)
6534652 bytes copied in 88.928 secs (73483 bytes/sec)

e fin quì tutto ok, poi o fatto uno show flash:

Codice: Seleziona tutto

max837#sh flash

System flash directory, partition 1:
File  Length   Name/status
  1   6534652  flash
[6534716 bytes used, 8145344 available, 14680060 total]
14336K bytes of processor board System flash (Read/Write)


System flash directory, partition 2:
File  Length   Name/status
  1   792      Prompt.test
[856 bytes used, 1834148 available, 1835004 total]
2048K bytes of processor board System flash (Read/Write)
e non mi sono accorto che il file 1232T.bin non c'era nella flash...

poi ho fatto un

Codice: Seleziona tutto

max837#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
max837(config)#boot system flash 1232T.bin
max837(config)#exit
max837#
copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
max837#reload
Proceed with reload? [confirm]
ed ora al reboot mi da:
System Bootstrap, Version 12.2(11r)YV3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2004 by cisco Systems, Inc.
C800/SOHO series (Board ID: 23-127) platform with 65536 Kbytes of main memory

open: file "1232T.bin" not found
open(): Open Error = -1
loadprog: error - on file open
boot: cannot load "flash:1232T.bin"ê
System Bootstrap, Version 12.2(11r)YV3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2004 by cisco Systems, Inc.
C800/SOHO series (Board ID: 23-127) platform with 65536 Kbytes of main memory

program load complete, entry point: 0x80013000, size: 0x63b4e0

Error : compressed image checksum is incorrect 0x6FB6A141
þ Expected a checksum of 0x67B6A141
*** System received a Software forced crash ***
signal= 0x17, code= 0x5, context= 0x0
PC = 0xbaddaddd, Vector = 0xbaddaddd, SP = 0xbaddaddd
e mi si pianta qui...

Ragazzi sono disperato cosa devo fare?? :cry: vi prego datemi una mano
kenuser
n00b
Messaggi: 21
Iscritto il: mer 23 nov , 2005 5:19 pm

ok grazie, il problema era il checksum della nuova immagine che non corrispondeva, ho risolto rinominando la vecchia immagine e l'ho uploadata tramite tftp in rommon.
Ho risolto però non mi torna il fatto che quando precedentemente o caricato la nuova immagine mi ha dato OK:

Codice: Seleziona tutto

Verifying checksum... CCCCCCCCCCCC OK (0x7090)
6534652 bytes copied in 88.928 secs (73483 bytes/sec)
Boh...

Grazie ancora :wink:
Rispondi