> Ok finally got b106 to redirect to console of the dvd
>
> gives me this wonderful panic:
>
> mouse80420 is /isa/i8042 at 1,60/mouse at 1
>
> panic[cpu0]/thread=fffffffffbc2c6a0: BAD TRAP: type=e
> (#pf Page fault) rp=fffffffffbc4cd30 addr=0 occurred
> in module "unix" due to a NULL pointer dereference
A wild guess: is it perhaps corrupting the kernel's heap
and failing sometimes later? Try to boot with options
" -kd" and in kmdb
kmem_flags/W 0xf
::cont
(kmem_flags = 0xf enables kernel heap checking)
--
This message posted from opensolaris.org