Practices Guide
Lifecycle Controller Integration―Best Practices Specification
144
32.2 Unpack and Attach Drivers
See section 4.3 Boot to networkISO and 4.4 Boot to ISO from vFlash for a comprehensive
example.
32.3 Connect and Attach Network ISO Image
See section 4.3 Boot to networkISO and 4.4 Boot to ISO from vFlash for a comprehensive
example.
32.4 Disconnect and Detach Network ISO Image
See section 4.3 Boot to networkISO and 4.4 Boot to ISO from vFlash for a comprehensive
example.
32.5 Get ISO Image Connection Status
See section 4.3 Boot to networkISO and 4.4 Boot to ISO from vFlash for a comprehensive
example. GetNetworkISOImageConnectionInfo() can be invoked from within either of the
aforementioned scripts to obtain the status.
32.6 One-time ISO boot Skip
Following sequence of CIM Operations shall be used to skip ISO boot once. The
SkipISOImageBoot() method allows the BIOS to skip booting to the ISO once and boot normally
(boot to the first device in boot list).
Applies to: LC1.5.0+
Prerequisites for script: none
Script: SkipISOImageBoot.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
NOTE: GetRemoteServicesAPIStatus() will return “not ready” if drivers or an ISO is already
attached.
B) SkipISOImageBoot(): Invoke the method, successful return value is 0