Share

Cobalt ROM

Code

Programming Languages: Assembly, C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2004-07-29 cvs -d:pserver:anonymous@cobalt-rom.cvs.sourceforge.net:/cvsroot/cobalt-rom login

cvs -z3 -d:pserver:anonymous@cobalt-rom.cvs.sourceforge.net:/cvsroot/cobalt-rom co -P modulename

Show:

What's happening?

  • Comment: Boot on USB

    This is highly unlikely, due to the size limitations of the ROM. Using the boot from net capability should provide a reliable alternative.

    2009-08-18 21:19:30 UTC by atopian

  • Boot on USB

    Adding support in the ROM for boot on USB would help people testing or installing any OS. Idea is to copy a live CD ISO on a 1GB USB Key, plug this in the USB 1.1 port of most Cobalt Gen_III or Gen_V, activating the console and pluging a console cable. At this point we would should be able to install the machine in usual console mode (assuming the live distro is supporting the cobalt...

    2007-03-26 11:07:12 UTC by jbbugeau

  • Won't boot stage 2 with 2 procs.

    cobalt-2.10.3-ext3-1M.rom. Won't boot second stage kernel (2.6.16, root is /dev/md1) with 2nd processor installed. 2nd stage Boots ROM kernel for some reason. Take out 2nd processsor and it works great.

    2007-03-18 17:19:48 UTC by markcstephens

  • Comment: Activity LEDs don't work on RAQ XTR with ROM >=2.9.

    I can second this behaviour on a converted Symantec VELOCIRAPTOR VR1200 firewall. The VELOCIRAPTOR VR1200 is a Cobalt RaqXTR with a yellow front panel.

    2007-02-26 11:21:34 UTC by markcstephens

  • Comment: Typo in Menu Text (root instead of boot)

    LOL, how many times do we have to get cut and paste wrong before we learn?.

    2006-08-18 15:28:58 UTC by nobody

  • Typo in Menu Text (root instead of boot)

    /cobalt-rom/x86/monitor/menu.c "read_boot_dev", NULL, "Read default root device for ROM - and - "set_boot_dev", "device", "Set default root device for ROM kernel ... should be "... default boot device ..." ^^^^ ====================================================== &(menu_item){ "read_root_dev", NULL, "Read default root device for...

    2005-11-15 21:26:23 UTC by djb_netbsd

  • No way to set default to boot NetBSD

    "set_boot_type", "(disk|rom|net|netkernel|other)", "Configure default boot method", "Other" only reads settings, doesn't allow to set boot type to NetBSD.

    2005-11-15 17:02:31 UTC by djb_netbsd

  • NetBSD - ext memory off by 1 Mb

    When calling the NetBSD kernel the ROM passes the total available memory instead of the extended memory. Ext Memory = Total Memory - Low Memory /cobalt-rom/x86/common/x86-boot.c Code has: (mem_size >> 10) - 1 Should be: ((mem_size >> 10) - 1024) -1 - or - simply: (mem_size >> 10) - 1025.

    2005-11-15 16:48:08 UTC by djb_netbsd

  • Kernel panic RAQ3 with ROM 2.10.3

    After upgrading the ROM (ext3 version) on a RAQ3 the machine will no longer boot. The front panel initiates, the animations work, but a kernel panic occurs during the boot process. Attempts to re-install the latest RAQ3 and RAQ550 OS versions result in failures when the root filesystem mount is attempted (RAQ550 s/w displays a ****HALT**** at this point). I believe I could backflash...

    2005-10-28 04:53:24 UTC by nobody

  • Can I revert to the previous version rom after upgrade?

    To whom it may concern, Can I revert to the previous version rom after upgrade to 2.10.3 Thanks, HYAU.

    2005-10-04 07:54:19 UTC by hyau

Our Numbers