C:\Program Files\Red Hat OpenShift Local>crc start --log-level debug DEBU CRC version: 2.6.0+e7251680 DEBU OpenShift version: 4.10.22 DEBU Podman version: 4.1.0 DEBU Running 'crc start' DEBU Total memory of system is 34161229824 bytes DEBU No new version available. The latest version is 2.6.0 DEBU Checking file: C:\Users\Daniel\.crc\machines\crc\.crc-exist INFO Checking if running in a shell with administrator rights DEBU Running '$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent());$currentPrincipal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)' INFO Checking Windows 10 release DEBU Running '(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ReleaseId).ReleaseId' INFO Checking Windows edition DEBU Running '(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").EditionID' DEBU Running on Windows Professional edition INFO Checking if Hyper-V is installed and operational DEBU Running '@(Get-Wmiobject Win32_ComputerSystem).HypervisorPresent' DEBU Running '@(Get-Service vmms).Status' INFO Checking if crc-users group exists DEBU Running 'Get-LocalGroup -Name crc-users' INFO Checking if current user is in Hyper-V Admins group DEBU Running '$sid = New-Object System.Security.Principal.SecurityIdentifier("S-1-5-32-578") @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole($sid)' INFO Checking if Hyper-V service is enabled DEBU Running '@(Get-Service vmms).Status' INFO Checking if vsock is correctly configured DEBU Running 'Get-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\GuestCommunicationServices\00000400-FACB-11E6-BD58-64006A7986D3"' INFO Checking if the daemon task is installed DEBU Running 'Get-ScheduledTask -TaskName crcDaemon' DEBU Running '(Get-ScheduledTask -TaskName "crcDaemon").Version' INFO Checking if the daemon task is running DEBU Running '(Get-ScheduledTask -TaskName "crcDaemon").State' INFO Checking admin helper service is running DEBU Running '(Get-Service crcAdminHelper).Status' DEBU Checking file: C:\Users\Daniel\.crc\machines\crc\.crc-exist DEBU Copying 'C:\Users\Daniel\.crc\cache\crc_hyperv_4.10.22_amd64\oc.exe' to 'C:\Users\Daniel\.crc\bin\oc\oc.exe' DEBU Copying 'C:\Users\Daniel\.crc\cache\crc_hyperv_4.10.22_amd64\podman.exe' to 'C:\Users\Daniel\.crc\bin\oc\podman.exe' INFO Loading bundle: crc_hyperv_4.10.22_amd64... DEBU Cannot load secret from configuration: empty path DEBU Using secret from keyring INFO Creating CRC VM for OpenShift 4.10.22... DEBU Running pre-create checks... DEBU Running '@(Get-Module -ListAvailable hyper-v).Name | Get-Unique' DEBU Running '@([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(([System.Security.Principal.SecurityIdentifier]::new("S-1-5-32-578")))' DEBU Creating machine... DEBU Creating VM... DEBU Running 'Hyper-V\New-VM crc -Path 'C:\Users\Daniel\.crc\machines\crc' -MemoryStartupBytes 9216MB' DEBU Running 'Hyper-V\Remove-VMNetworkAdapter -VMName crc' DEBU Running 'Hyper-V\Set-VMMemory -VMName crc -DynamicMemoryEnabled $false' DEBU Command failed: exit status 1 DEBU stdout: DEBU stderr: Hyper-V\Set-VMMemory : Hyper-V encountered an error trying to access an object on computer 'AURORA' because the object was not found. The object might have been deleted, or you might not have permission to perform the task. Verify that the Virtual Machine Management service on the computer is running. If the service is running, try to perform the task again by using Run as Administrator. At line:1 char:43 + ... yContinue'; Hyper-V\Set-VMMemory -VMName crc -DynamicMemoryEnabled $f ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (:) [Set-VMMemory], VirtualizationException + FullyQualifiedErrorId : ObjectNotFound,Microsoft.HyperV.PowerShell.Commands.SetVMMemory Error creating machine: Error in driver during machine creation: exit status 1