VIRTUALIZATION_DISABLED_IN_FIRMWARE | VT-x / AMD-V disabled | Enable virtualization in the BIOS/UEFI (Advanced, CPU or Security tab), reboot. |
WINDOWS_FEATURE_MISSING | Hyper-V or Virtual Machine Platform disabled | Reboot if you just installed. Otherwise reinstall Solon (the installer enables them) or, in an administrator PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V,VirtualMachinePlatform -All, then reboot. |
WINDOWS_FEATURE_BLOCKED_BY_POLICY | Company policy (WSUS, GPO) refuses the feature | Ask your administrator to enable Microsoft-Hyper-V and VirtualMachinePlatform. |
HYPERVISOR_NOT_RUNNING | Windows hypervisor not started | Uninstall old VirtualBox/VMware (< 6.1 / < 15.5), check bcdedit /enum (hypervisorlaunchtype Auto), do not run Solon in a VM without nested virtualization. |
HOST_COMPUTE_SERVICE_UNAVAILABLE | vmcompute or hns service stopped or missing | Reboot Windows; otherwise reinstall Solon. |
BLOCKED_BY_SECURITY_SOFTWARE | Antivirus / EDR blocks the disks or the service | Add %ProgramData%\Solon and the installation folder to the exclusions. |
INSUFFICIENT_PRIVILEGES | The service does not run with the expected rights | Reinstall Solon (the service must run as LocalSystem). |
IMAGE_CORRUPTED | Engine files missing or SHA-256 mismatch | Reinstall Solon. |
DATA_DISK_ERROR | data.vhdx cannot be created or opened | Check disk space and antivirus exclusions; as a last resort rename %ProgramData%\Solon\data.vhdx (loses Docker data). |
VM_BOOT_TIMEOUT, AGENT_UNREACHABLE, ENGINE_UNREACHABLE | The machine does not answer | Restart the engine; read solon-service.log; report with the diagnostic zip. |
No network from containers | Corporate VPN or IP range conflict | Solon picks a free range and sets the MTU to 1400; some VPNs still block virtual adapters: disable the VPN to test, then report. |
“The Solon service is not running” | Service stopped | sc start SolonService as administrator, or reinstall. |