Sean:
You will need to boot kmdb to see where the hang occurs. If you have a
digital camera or cell phone with camera, you can take a snapshot of
what happen when you boot kmdb:
On x86, in the GRUB item, type "e" (for edit) and
then another "e" and then add "-k -d " to the end of the kernel line
or before the -B options. Finally, press return to boot this entry.
This will cause the kernel debugger to load
Loading kmdb...
Welcome to kmdb
kmdb: unable to determine terminal type: assuming `vt100'
Loaded modules: [ unix krtld genunix ]
[0]>
At the prompt, enter "moddebug/W 0x80000000", <return> and then ":c",
<return> which will then print out each module as it's being loaded.
Sean Davis wrote:
> I am new to solaris and trying to install sxce build 119 for testing
> purposes. I am installing on a relatively standard (I thought) intel 1u
> server. I boot from DVD and pass the GRUB screen. I get to:
>
> "Configuring /dev"
>
> The cursor moves to the next line and just sits. How can I go about
> troubleshooting this process so that I can get moving with the install? I
> have successfully installed Solaris 10, but osol 2009.06 similarly hangs on
> the install.
>
> Any direction appreciated.
>
> Sean