trouble installing to sun blade 1500

Marius Strobl marius at alchemy.franken.de
Wed Dec 2 19:21:49 UTC 2009


On Wed, Dec 02, 2009 at 12:59:15PM +0000, Anton Shterenlikht wrote:
> On Wed, Dec 02, 2009 at 12:41:37PM +0000, Anton Shterenlikht wrote:
> > On Tue, Dec 01, 2009 at 10:51:30PM +0100, Marius Strobl wrote:
> > 
> > > > > > I get to OK prompt, type "boot cdrom", but the process
> > > > > > stops after a few seconds with:
> > > > > >
> > > > > > 	jumping to kernel entry at 0xc0088000.
> > > > > >
> > > 
> > > You're using an unsupported framebuffer (see the release notes).
> > 
> > yes, I missed that, thank you
> > 
> > > This unfortunately isn't sufficient information and my Blade 1500
> > > doesn't exhibit this problem. Could you please put the full dmesg
> > > output online somewhere (this should be easy to capture when
> > > using a serial console)? Can you boot to single user?
> > 
> > a multi-user boot dmesg:
> > 	http://seis.bris.ac.uk/~mexas/dmesg-blade1500-8.0
> > 
> > a single user boot went ok, but some disk problems:
> > 	http://seis.bris.ac.uk/~mexas/dmesg-blade1500-8.0-single-user
> 
> just to add on that. After fixing disk with fsck, boot into single
> user mode is fine, and no further disk problems reported.
> But multi-user mode still panics, just as before.
> 

Hrm, the only noticeable difference between your Blade 1500
and mine is that on yours the generic vgapci(4) attaches to
the otherwise unsupported framebuffer. I gave such a setup
a try but that didn't trigger a panic (this actually wasn't
likely to). Could you please build and install a debugging
kernel in single user mode (a `mount -a` should re-mount /
read-write), i.e. a kernel with the following options:
makeoptions DEBUG=-g
options KDB
options DDB
If that kernel panics you should end up in the debugger
prompt. Please issue a `bt` there and provide its output.

Marius



More information about the freebsd-sparc64 mailing list