cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Netvanta 1224ST Stuck in #BOOTSTRAP

Jump to solution

I have a Netvanta 1224ST that was suddenly unpingable.

I consoled in and got a #BOOTSTRAP: prompt. It looks like something went wrong. I try to assign an IP and it started cycling this:

bootstrap#

Switch (1200504L1)

Executing bootstrap...

ram: 16777216 bytes of RAM detected.

Serial Number: LBADTN0816AA732

Bootstrap version: 12.02.00, checksum: C440, Fri May 12 15:14:02 2006

CORE: source\PacketCoreDrivers\IDT3233X\Interrupts.cpp#488: AdFatal(Invalid load or fetch from address = 0x00000027. Access occurred at PC = 0x000c019c, SP = 0x8016d140.  StackTrc: Warning!  Stack ptr = 8016D140 not in CurrentTask's range(00183bd0 - 0018bbd0)

)..F^..>..~.o...~"

flash: initializing flash devices...

flash: 8388608 bytes of FLASH detected at 0xbc000000

vfs: NONVOL: 120 tracks, 64 sectors/track, 1024 bytes/sector.

eth0/1: initializing...

switch: 16 MB of buffer pool DRAM detected, 64 bit bus width

bootstrap: Checking boot configuration...

bootstrap: Boot configuration not found.

bootstrap: Upload a new image using the 'copy' command

           or specify the correct primary/backup images using the

           'boot system flash <filename> <backup_filename>' command.

bootstrap: Error in boot configuration!!!  Checking backup boot configuration.

bootstrap: Boot configuration not found.

bootstrap: Invalid boot configuration, entering bootstrap mode...

cli: starting user interface

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
mmaner
New Contributor

Re: Netvanta 1224ST Stuck in #BOOTSTRAP

Jump to solution

Follow these directions to reload the firmware of the unit and load a basic startup config.  After this is complete, you should be able to program the unit as desired and place into production.

Download the firmware of your choice for the Adtran Netvanta 1224ST at Software Downloads

Download Tera Term Pro at TeraTerm 3.1.3 - Telnet, SSH2, SSL Client with built in Web Server

Connect to the unit with a console cable (9 pin straight-through serial cable)
Open Tera Term Pro & m
ake a serial connection to the unit

Type the following...

erase file-system

  [wait for completion, 100%]

copy xmodem flash

[the name of the firmware you downloaded earlier]

* in Tera Term - file > transfer > xmodem > send > select the firmware you downloaded earlier.

Select the following text and save to a file named starup-config with no extension

!

!

hostname "Switch"

enable password password

!

event-history on

no logging forwarding

no logging email

logging email priority-level info

!

username "admin" password "password"

!

banner motd #

                 ****** Important ******

Enable and Telnet passwords are configured to "password".

Please change them immediately.

The vlan 1 interface is enabled with an address of 10.10.10.1

Telnet access is also enabled.

#

!

!

!

!

!

!

!

!

!

vlan 1

  name "Default"

!

interface vlan 1

  ip address  10.10.10.1  255.255.255.0

  no shutdown

!

!

!

no ip tftp server

ip http server

no ip http secure-server

no ip snmp agent

no ip ftp agent

!

!

!

!

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

  password password

!

!

!

!

!

end

Go back to Tera Term Pro and type the following...

copy xmodem flash

startup-config

* in Tera Term - file > transfer > xmodem > send > select startup-config

boot

View solution in original post

0 Kudos
1 Reply
mmaner
New Contributor

Re: Netvanta 1224ST Stuck in #BOOTSTRAP

Jump to solution

Follow these directions to reload the firmware of the unit and load a basic startup config.  After this is complete, you should be able to program the unit as desired and place into production.

Download the firmware of your choice for the Adtran Netvanta 1224ST at Software Downloads

Download Tera Term Pro at TeraTerm 3.1.3 - Telnet, SSH2, SSL Client with built in Web Server

Connect to the unit with a console cable (9 pin straight-through serial cable)
Open Tera Term Pro & m
ake a serial connection to the unit

Type the following...

erase file-system

  [wait for completion, 100%]

copy xmodem flash

[the name of the firmware you downloaded earlier]

* in Tera Term - file > transfer > xmodem > send > select the firmware you downloaded earlier.

Select the following text and save to a file named starup-config with no extension

!

!

hostname "Switch"

enable password password

!

event-history on

no logging forwarding

no logging email

logging email priority-level info

!

username "admin" password "password"

!

banner motd #

                 ****** Important ******

Enable and Telnet passwords are configured to "password".

Please change them immediately.

The vlan 1 interface is enabled with an address of 10.10.10.1

Telnet access is also enabled.

#

!

!

!

!

!

!

!

!

!

vlan 1

  name "Default"

!

interface vlan 1

  ip address  10.10.10.1  255.255.255.0

  no shutdown

!

!

!

no ip tftp server

ip http server

no ip http secure-server

no ip snmp agent

no ip ftp agent

!

!

!

!

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

  password password

!

!

!

!

!

end

Go back to Tera Term Pro and type the following...

copy xmodem flash

startup-config

* in Tera Term - file > transfer > xmodem > send > select startup-config

boot

0 Kudos