What release of Opensolaris you are trying to instal, OpenSolaris 2009 does not mean anything unless you can tell us the build you try to install.

You should try the latest Solaris 11 Express 151a and see whether the hang or lock up is still reproducible.

If the hang is reproducible, you will need to boot with kmdb and get more information:


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 for the debugger, do this:

[0]> prom_debug/W 1
[0]> moddebug/W 0x80000000
[0]> :c




On 12/13/10 05:21 AM, James Carlson wrote:
♥♥Äνιηαѕн♥♥ wrote:
Sir I tried to install OpenSolaris on my system ..
But after asking for opensolaris login it shows a weird message and
after that nothing happens ...
please help

Message :
Opensolris console login: Nov 26 23:57:22 oensolaris in. routed[542]:
route 0.0.0.0/8--<http://0.0.0.0/8-->>  0.0.0.0
nexthop is not directly connected.
That message should be harmless, and I wouldn't expect that it's the
cause of a lock-up (as I think you're describing).

If you're having a problem, you'll probably need to gather more details.
  Perhaps booting up in verbose mode (google for "opensolaris verbose
boot") will help reveal what's going wrong.


_______________________________________________
install-discuss mailing list
install-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to