i stumbled upon "RESET SC Control=00000000" from someplace. while i'm not
sure exactly what it does, i think it does some pretty low level reset.
interestingly enough the first boot using this command booted the system
right into the OS (4.0) but any subsequent try has failed as well.
i tried the following to pull more output to see what was going on, but,
well here, this is what happened:
-----
ok setenv mfg-mode on
mfg-mode = on
ok setenv diag-switch? true
diag-switch? = true
ok setenv auto-boot? false
auto-boot? = false
ok reset-all
Resetting ...
Software Power ON
@(#) Sun Ultra 5/10 UPA/PCI 3.31 Version 0 created 2001/07/25 20:36
Clearing E$ Tags Done
Clearing I/D TLBs Done
Probing Memory Done
MEM BASE = 0000.0000.1000.0000
MEM SIZE = 0000.0000.1000.0000
11-Column Mode Enabled
MMUs ON
Copy Done
PC = 0000.01ff.f000.201c
PC = 0000.0000.0000.2060
Decompressing into Memory Done
Size = 0000.0000.0006.eba0
ttya initialized
Reset Control: BXIR:0 BPOR:0 SXIR:0 SPOR:1 POR:0
UltraSPARC-IIi 2-2 module
Probing Memory Bank #0 128 + 128 : 256 Megabytes
Probing Memory Bank #2 128 + 128 : 256 Megabytes
Probing UPA Slot at 1e,0 Nothing There
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1 at Device 1 pci108e,1000
network
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1 at Device 2 SUNW,m64B
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1 at Device 3 ide disk cdrom
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED] at Device 1 Data Access Error
ok obdiag
stdin: fffe1ba8
stdout: fffe1bb0
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/[EMAIL PROTECTED],0
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/[EMAIL PROTECTED],3043bc
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/[EMAIL PROTECTED],3062f8
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/[EMAIL PROTECTED],400000
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED],1
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/[EMAIL PROTECTED],3023f0
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/SUNW,[EMAIL PROTECTED],200000
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/disk
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
PROTECTED]/cdrom
loading code into: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/SUNW,[EMAIL
PROTECTED]
Debugging enabled
OBDiag Menu
0 ..... PCI/Cheerio
1 ..... EBUS DMA/TCR Registers
2 ..... Ethernet
3 ..... Keyboard
4 ..... Mouse
5 ..... Floppy
6 ..... Parallel Port
7 ..... Serial Port A
8 ..... Serial Port B
9 ..... NVRAM
10 ..... Audio
11 ..... EIDE
Fast Data Access MMU Miss
ok
--------------
i'm kinda at a loss here.
...
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1 at Device 1 pci108e,1000
network
...
Probing /[EMAIL PROTECTED],0/[EMAIL PROTECTED] at Device 1 Data Access Error
...
i don't know why this device is listed twice. i'm leaning towards the
mainboard, but if the problem is with this NIC, then it makes things a whole
hell of a lot easier to deal with.
-sameer
On 6/27/07, Marcus Watts <[EMAIL PROTECTED]> wrote:
>
> "openbsd neophyte" <[EMAIL PROTECTED]> writes:
> > Date: Wed, 27 Jun 2007 00:12:53 PDT
> > To: [email protected]
> > From: "openbsd neophyte" <[EMAIL PROTECTED]>
> > Subject: 4.0 sparc64 booting problems
> >
> > i have an ultra 5 (440mhz/512mb/14.4GB IDE) with OpenBSD 4.0installed. i
> > never really had any problems with the machine for some months until
> earlier
> > today.
> >
> > i couldn't access the machine so i connected through the serial port to
> find
> > the machine stuck on the "ok" prompt.
> >
> > when i tried forcing a boot (boot disk) this is what I got:
> >
> > -------
> > Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL
> > PROTECTED]/[EMAIL PROTECTED],0 File and args: -r
> > OpenBSD IEEE 1275 Bootblock 1.1
> > ..Program terminated
> > -------
> >
> > when i tried a "reset" on the "ok" prompt i got the following:
> >
> > ----
> > Resetting ...
> >
> > Data Access Error
> > ----
> >
> > i really don't know where to begin. what could have gone wrong with the
> > system? is this something that indicates a hardware issue, or has
> something
> > happened to the 4.0 installation?
> >
> >
>
> You should power-cycle the machine. The prom environment is
> probably too corrupt to properly reset. If that doesn't work,
> consider doing these next:
> /1/ boot from removable media (after a power-on reset)
> /2/ check the cmos battery. renew if necessary.
> /3/ check other cables, memory modules, etc.
> try prom memory test. You may have a
> hardware problem.
>
> -Marcus