Install Agent Stage Stuck

Nucleic-Session: CC59896F-5A33-43D8-93E0-AD8C2B16E60E
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 01:41:45 -07:00
co-authored by nucleic
parent b8d47f2904
commit ca08d59901
@@ -227,10 +227,12 @@ extension MacVMEngine {
provisioned: false, agentInstalled: false, sipDisabled: false, axAgentReady: false)
}
let surfaceName = "base-provision"
let surfaceName = Self.baseProvisionSurfaceName
await surface.attach(
name: surfaceName,
virtualMachine: UncheckedSendableBox(value: instance.vm as AnyObject))
// If the operator opted to watch this build, bring the monitor up now that the view is bound.
if baseObserverRequested { await surface.setObserverVisible(name: surfaceName, visible: true) }
// 34. Drive HID launch the bootstrap poll STATUS on the share.
let activePhase: MacVMBaseProgress.Phase =