* Leon Kofman (leon.kofman at gmail.com) wrote: > For some reason, my computer hangs when I start Live CD in the > Graphical Mode. It work fine in the text mode. > > How can I launch the installer in the command line mode? (the > equivalent on clicking on "Install OpenSolaris" icon?
You can't. There is no text based installer at this time (it's planned for the future). What you can do is boot the liveCD in to text mode and then ssh in and forwarding X back to your other machine. Then you can run /usr/bin/gui-install. So, something like: ssh -X <machne sitting in text mode> pfexec /usr/bin/gui-install That ought to work if memory serves. Cheers, -- Glenn