Unsolved

This post is more than 5 years old

2 Posts

15963

May 15th, 2014 10:00

Original FORCE10 S60-44T Caught in boot loop..

Hi!,

I'm a rookie so bare with me.

I have a couple older (gray) Force10 S60-44T units.. One boots fine and the other is caught in a boot loop.. I have tried getting info from the internet, but everything I have found regarding recovering these is for the units running newer software with completely different OS''s and bootloaders . Mine do not give the same boot options or prompts.

I can get into the U-Boot environment and change the options, and I even got as far as being able to ping my tftp server from the u-boot prompt, but I must be missing a command or statement, cause it will not connect to my tftp server when I issue the "bootp" prompt....

Attaching to text files of what I have.. (original settings)

1 Attachment

2 Posts

May 15th, 2014 10:00

Here is the printenv... 

=> printenv
baudrate=9600
uboot_filesize=0x80000
bootfile=FTOS-SC-8.3.3.4.bin
bootdelay=5
loads_echo=1
rootpath=/opt/nfsroot
hostname=unknown
loadaddr=640000
ftpuser=force10
ftppasswd=force10
uboot=u-boot.bin
tftpflash=tftpboot $loadaddr $uboot; protect off 0xfff80000 +$filesize; erase 0xfff80000 +$filesize; cp.b $loadaddr 0xfff80000
$filesize; protect on 0xfff80000 +$filesize; cmp.b $loadaddr 0xfff80000 $filesize
ethact=eTSEC1
ethaddr=00:01:E8:82:19:F8
primary_boot=f10boot flash0
secondary_boot=f10boot flash0
default_boot=f10boot tftp://192.168.1.113/f10/s60/FTOS-SC-8.3.3.9.bin
mgmtautoneg=true
mgmtspeed100=true
mgmtfullduplex=true
ipaddr=192.168.1.35
serverip=192.168.1.113
netmask=255.255.255.0
gatewayip=192.168.1.254
stdin=eserial0
stdout=eserial0
stderr=eserial0
bootcmd=echo Booting primary bootline....;$primary_boot;boot;echo Failed;echo Booting secondary bootline....;$secondary_boot;boot;echo
Failed;echo Booting default bootline....;$default_boot;boot;echo Failed;echo Rebooting...;reset

Any help would be awesome!

No Events found!

Top