Добрый день! На новом месте работы нашёл cisco 2801 - с стёртой Flash памятью. С помощью картридера, закачал на данную карточку IOS. Циска ожила и поехала установка (согласно инструкции http://www.cisco.com/en/US/docs/routers/access/1800/1841/sof...).
Use this command to display a list of all files and directories in flash memory:
Router# dir flash:
Directory of flash:/
3 -rw- 6458388 Mar 01 1993 00:00:58 c38xx-i-mz.tmp
1580 -rw- 6462268 Mar 06 1993 06:14:02 c38xx-i-mz.2800ata
63930368 bytes total (51007488 bytes free)
Note Determine whether the new system image is the first file or the only file listed in the dir flash command output ( is not required if it is the first file or only file listed).
Step 2 configure terminal
Use this command to enter global configuration mode:
Router# configure terminal
Router(config)#
Step 3 no boot system
Use this command to delete all entries in the bootable image list, which specifies the order in which the router attempts to load the system images at the next system reload or power cycle:
Router(config)# no boot system
Step 4 If the new system image is the first file or the only file displayed in the dir flash: command output, you do not need to perform the following step.
boot system flash: system-image-filename
Use this command to load the new system image after the next system reload or power cycle. For example:
Router(config)# boot system flash: c2600-i-mz.121-14.bin
Step 5 (Optional) Repeat to specify the order in which the router should attempt to load any backup system images.
Step 6 exit
Use this command to exit global configuration mode:
Router(config)# exit
Router#
Step 7 show version
Use this command to display the configuration register setting:
Router# show version
Cisco Internetwork Operating System Software
.
.
.
Configuration register is 0x0
Router#
Step 8 If the last digit in the configuration register is 0 or 1, proceed to Step 9. However, if the last digit in the configuration register is between 2 and F, proceed to Step 12.
Step 9 configure terminal
Use this command to enter global configuration mode:
Router# configure terminal
Router(config)#
Step 10 config-register 0x2102
Use this command to set the configuration register so that, after the next system reload or power cycle, the router loads a system image from the boot system commands in the startup configuration file:
Router(config)# config-register 0x2102
Step 11 exit
Use this command to exit global configuration mode:
Router(config)# exit
Router#
Step 12 copy run start
Use this command to copy the running configuration to the startup configuration:
Router# copy run start
Step 13 reload
Use this command to reload the operating system:
Router# reload
Step 14 When prompted to save the system configuration, enter no:
System configuration has been modified. Save? [yes/no]: no
Step 15 When prompted to confirm the reload, enter y:
Proceed with reload? [confirm] y
Step 16 show version
Use this command to verify that the router loaded the proper system image:
Router# show version
00:22:25: %SYS-5-CONFIG_I: Configured from console by console
Cisco Internetwork Operating System Software
.
.
.
System returned to ROM by reload
System image file is "flash:c2600-i-mz.121-14.bin"
после пункта 13 циска перезагружается и снова предлагает ввести начальную конфигурацию тоесть устновка по-новой... Как решить данную проблему и всё-таки запихнуть IOS в циску?
Пожалуйста по подробнее, если можно :)