Richard Skelton wrote: > On building my V20z via the serial console with Nevada 87 all goes well until > it reboots. > Just after the login prompt appeared to my surprise I see Solaris saying > "Starting desktop login on display :0" > I then waited but could not get the login prompt back so I reset the server > via the service processor.
By the time the login prompt comes up, the system/install service should have been deleted. So it seems like you're left with a system where the method script is gone, but the service definition is still there. A multitude of things could have happened to result in this scenario. The /var/sadm/system/logs/install_log can tell us if anything happened during the install that would have resulted in this. If you attach it or send it to me, I can take a look at it. Manually deleting the system/install service should fix your immediate boot problem. > When I rebooted I saw the following:- > Loading smf(5) service descriptions: 1/1 > WARNING: svccfg import > /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml failed > > svccfg import warnings. See /var/svc/log/system-manifest-import:default.log . > /dev/rdsk/c2t0d0s7 is clean > Reading ZFS config: done. > /sbin/sh: /lib/svc/method/install-launcher: not found > May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method > "/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed > with exit status 1. > /sbin/sh: /lib/svc/method/install-launcher: not found > May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method > "/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed > with exit status 1. > /sbin/sh: /lib/svc/method/install-launcher: not found > May 3 21:28:59 svc.startd[7]: svc:/system/install:default: Method > "/lib/svc/method/install-launcher > /dev/console < /dev/console 2>&1" failed > with exit status 1. > May 3 21:28:59 svc.startd[7]: system/install:default failed: transitioned to > maintenance (see 'svcs -xv' for details) > > I have tried to remove svc:/system/install:default with:- > > svccfg -s multi-user-server delpg install_multi-user-server Do what Tom suggested, which was: svccfg delete -f svc:/system/install