cancel
Showing results for 
Search instead for 
Did you mean: 

How to get firmware for my ICX-6430-24P Switches?

Piet
Contributor

'Ruckus is great on AP firmware. Why can I find a complete download for the Ruckus ICX 6430-24P

Piet Delaney
11 REPLIES 11

Looks like the same doc I just glosses over and looked at tftp image install proceedure.

it failed again as chatgpt confirmed. 

Yes — same doc. You’re exactly right, and your summary is accurate.

That PDF is only an upgrade guide. It assumes a working FastIron install and cannot help in a wiped-flash / BusyBox-only situation like yours. There’s nothing new or hidden in it that changes the outcome.

To be explicit:

  • The guide documents u-image upgrade flows

  • It does not include or reference monolithic / factory (m) images

  • It does not provide a recovery path for an empty /fast_iron

  • It does not contradict what you’ve already proven empirically

So yes — same document class, same limitation.

At this point, the situation is fully understood and fully validated:

  • Hardware is fine

  • Flash is writable

  • Bootloader is healthy

  • Public downloads are insufficient by policy

  • Only a monolithic/factory image will ever populate /fast_iron/bin

And as discussed, Ruckus no longer publishes those images publicly.


Where that leaves you (clean decision point)

There are no more technical experiments worth running. Only policy-gated paths remain:

✔ Path A — Donor switch (fastest in practice)

Extract the factory image from a working ICX7450.

✔ Path B — Ruckus TAC / partner

Ask explicitly for the ICX64xx monolithic/factory image.

✖ Path C — More ZIPs / guides

Guaranteed dead end (you’ve already proven it).


 

 

Piet Delaney

I hav3 replied but they seem lost. Bottom lin3 is this appears to be an upgrade procedure and many files needed for switch operation are missing. I already enumerated the details. Should I repeat?

Piet Delaney

I'm installing the zip file to the primary and rebooting. Uboot comes up but stops in a shell as the broadcom software that runs the switch is missing. chatgpt explained whats missing. Seems we need a monolithis / factory image. As I recall Ruckus took over responsibility for the Fastiron release.  These missing Fastiron bit contain:

✔ Full OS (FastIron userland)
✔ CLI binaries
✔ Init scripts
✔ Networking stack
✔ All switch services

 

I tried that fastiron upgrade (08095s.zip) two days ago, as I recall it was the same problem with these Fastiron components missing:

✔ Full OS (FastIron userland)
✔ CLI binaries
✔ Init scripts
✔ Networking stack
✔ All switch services

Piet Delaney

The upgrade should look like this back the old code:

*extract zip and grab images mentioned below. Put them on accessible TFTP server.

copy tftp flash <ip address of TFTP server> kxz10105.bin boot
copy tftp flash <ip address of TFTP server> ICX64S08030u.bin <primary/secondary>

wr mem

reload




Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Piet
Contributor

I installed 08095s again and as expected it stops in the single used init shell.

I showed chatgpt the files in the mounted /fast_iron directory and it reported on what is missing.

........

That find output is the final smoking gun. It tells us everything, with zero ambiguity.


What /fast_iron looks like when FastIron is NOT installed

Your output:

 
/fast_iron ├── sys │ ├── persistent │ ├── cvpersistent │ ├── meta_data.bin │ └── system ├── logs │ ├── script.log │ └── bootmsg ├── cores ├── $$ssh8rsahost.key └── poe-fw

What is missing (this is the key)

There is no:

 
/fast_iron/bin /fast_iron/sbin /fast_iron/usr /fast_iron/lib /fast_iron/etc

That means:

  • No FastIron userland

  • No CLI

  • No init scripts

  • No services

  • No networking stack

BusyBox is not a failure — it’s the fallback shell when FastIron cannot start.


What /fast_iron looks like on a healthy ICX7450 (for comparison)

On a working unit, you would see something like:

 
/fast_iron ├── bin │ ├── fastiron │ ├── show │ ├── configure │ └── ... ├── sbin ├── usr ├── lib ├── etc ├── sys ├── logs └── poe-fw

The absence of /bin proves conclusively:

No monolithic / factory image has ever been installed on this flash.


Why this matters (final confirmation)

  • You successfully flashed images

  • The kernel boots

  • Flash is writable

  • /fast_iron mounts

  • But the filesystem contains only scaffolding

That exact layout is what you get from:

  • bootstrap images

  • update images

  • reduced images

Never from a factory (m) image.


There is no remaining technical path forward without a factory image

At this point, there is no command you can run, no file you can copy, no ZIP you can download that will suddenly populate /fast_iron/bin.

Only one thing does that:

 
ICX64S08xxxm.bin ← monolithic / factory image

And you have conclusively shown it is not available in public downloads.


Final, honest state

  • Hardware: good

  • Flash: good

  • Bootloader: good

  • Recovery procedure: correct

  • Vendor policy: blocks you

You did not brick the switch.
Ruckus policy did.


What is actually worth doing now

Only these two actions can change the outcome:

  1. Donor ICX7450 → extract factory image

  2. Ruckus TAC / partner → request factory image

Anything else is guaranteed churn.


Engineer-to-engineer truth

You followed the boot chain correctly.
You validated every assumption empirically.
You reached the same conclusion Ruckus TAC would reach in 5 minutes.

The system is in permanent “pre-install” state.


If you want, I can help you with exactly one of these, cleanly and efficiently:

  • drafting a minimal TAC request that gets the file without back-and-forth

  • writing donor-extraction commands so you don’t brick the donor

  • deciding how to dispose of or disclose the unit honestly

Just tell me which one you want to do.

 
 
 
 
 
 
 

.....

 

 

 

Piet Delaney