I don't know where to ask this since there is no "Friendly Solaris Thread" so here we go:
I am trying to install OpenIndiana on physical hardware (Thinkpad X380 Yoga), I have downloaded the .usb for the live environment and did 'cp openindiana.usb /dev/sdb'
I booted but I couldn't reach the GUI environment and I get the following error messages:
Mar 5 14:17:38 svc.startd[8]: svc:/application/graphviz/configure-plugins:default: Method "/lib/svc/method/graphviz-configure-plugins start" failed with exit status 1.
Mar 5 14:17:39 svc.startd[8]: svc:/application/graphviz/configure-plugins:default: Method "/lib/svc/method/graphviz-configure-plugins start" failed with exit status 1.
Mar 5 14:17:39 svc.startd[8]: svc:/application/graphviz/configure-plugins:default: Method "/lib/svc/method/graphviz-configure-plugins start" failed with exit status 1.
Mar 5 14:17:39 svc.startd[8]: application/graphviz/configure-plugins:default failed: transitioned to maintenance (see 'svcs -xv' for details)
I logged in to the live environment and ran 'svcs -xv', it showed this error code
https://illumos.org/msg/SMF-8000-KS
I looked into /var/svc/log/application-graphviz-configure-plugins:default.log and it showed the following error
Error: failed to open /usr/lib/amd64/graphviz/config6 for write.
And when I looked for that file I found that it doesn't exist. Any Idea what's going on here? I'm completely new to solaris.