wolfpac181
06-04-2006, 06:01 AM
sectional updates:
I have a Cobalt Velociraptor that was laying around doing nothing. So as any geek would say "what can I do with what I've got?"..
The raptor in it's day was a pimp firewall. Axent was the people who made it, used the RaQ4i for the body, and a really bad hackup of redhat. Later Axent sold out to Symantec, who now want's lot's of cash per year to keep the updates going. All said, the raptor turned to shit.
It's got an AMD K6-2 at 450mhz, 4 NICS, a 20 gig HDD, and some other things that whoop some ass.
what can I do with what I got?
Cobalts are a little weird when it comes to booting I find out. 2 kernels (not the MIPS version). first is a ROM kernel that points to the *nix kernel. The old style is only able to handle EXT2 file systems, plus has some limitations on boot processing. I want more, and I want better. I want at least ext3 or reiser.
Best thing I found was on Sourceforge. (http://sourceforge.net/projects/cobalt-rom)
The new Cobalt-ROM would let me pop some new file systems in, and had some nice features I could do with.
Updating the ROM is the ugly part. do it wrong and the and you have Sun's new Cobalt RaQ-paperweight. Best things to do are:
use native OS for time being to load up tools.
Check ROM version:
# cmos -c romrev
will spit out like 2.6 or some shit.
Back up ROM version with flashtool.
# ./flashtool -r > backup.rom
Read ROM size (this is important! installing the 2M update on a 1M chip will kill)
# ls -la backup.rom
then get either the 1 or 2M rom.
Input the rom to cobalt and load it up.
this is a nasty part too. depending on cobalts speed, could take up to 5 min. be sure the power doesn't die out.
# ./flashtool -w new-image.rom
Back up the rom once again.
# ./flashtool -r > backup-new.rom
check to see errors.
# cmp backup-new.rom new-image.rom
Any errors... stop and load the old guy back in!
Next up.... what distro?
I have a Cobalt Velociraptor that was laying around doing nothing. So as any geek would say "what can I do with what I've got?"..
The raptor in it's day was a pimp firewall. Axent was the people who made it, used the RaQ4i for the body, and a really bad hackup of redhat. Later Axent sold out to Symantec, who now want's lot's of cash per year to keep the updates going. All said, the raptor turned to shit.
It's got an AMD K6-2 at 450mhz, 4 NICS, a 20 gig HDD, and some other things that whoop some ass.
what can I do with what I got?
Cobalts are a little weird when it comes to booting I find out. 2 kernels (not the MIPS version). first is a ROM kernel that points to the *nix kernel. The old style is only able to handle EXT2 file systems, plus has some limitations on boot processing. I want more, and I want better. I want at least ext3 or reiser.
Best thing I found was on Sourceforge. (http://sourceforge.net/projects/cobalt-rom)
The new Cobalt-ROM would let me pop some new file systems in, and had some nice features I could do with.
Updating the ROM is the ugly part. do it wrong and the and you have Sun's new Cobalt RaQ-paperweight. Best things to do are:
use native OS for time being to load up tools.
Check ROM version:
# cmos -c romrev
will spit out like 2.6 or some shit.
Back up ROM version with flashtool.
# ./flashtool -r > backup.rom
Read ROM size (this is important! installing the 2M update on a 1M chip will kill)
# ls -la backup.rom
then get either the 1 or 2M rom.
Input the rom to cobalt and load it up.
this is a nasty part too. depending on cobalts speed, could take up to 5 min. be sure the power doesn't die out.
# ./flashtool -w new-image.rom
Back up the rom once again.
# ./flashtool -r > backup-new.rom
check to see errors.
# cmp backup-new.rom new-image.rom
Any errors... stop and load the old guy back in!
Next up.... what distro?