Hi I am getting the below error when starting openshift using crc (see below)
Could you please help.
crc setup logs
PS C:\Users\ashish> crc setup
INFO Using bundle path C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64.crcbundle
INFO Checking minimum RAM requirements
INFO Check if Podman binary exists in: C:\Users\ashish.crc\bin\oc
INFO Checking if running in a shell with administrator rights
INFO Checking Windows release
INFO Checking Windows edition
INFO Checking if Hyper-V is installed and operational
INFO Checking if Hyper-V service is enabled
INFO Checking if crc-users group exists
INFO Checking if current user is in crc-users and Hyper-V admins group
INFO Checking if vsock is correctly configured
INFO Checking if CRC bundle is extracted in ‘$HOME/.crc’
INFO Checking if C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64.crcbundle exists
INFO Getting bundle for the CRC executable
INFO Downloading bundle: C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64.crcbundle…
5.13 GiB / 5.13 GiB [------------------------------------------------------------------------------] 100.00% 2.85 MiB/s
INFO Uncompressing C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64.crcbundle
crc.vhdx: 21.10 GiB / 21.10 GiB [----------------------------------------------------------------------------] 100.00%
oc.exe: 128.73 MiB / 128.73 MiB [----------------------------------------------------------------------------] 100.00%
INFO Checking if the win32 background launcher is installed
INFO Checking if the daemon task is installed
INFO Installing the daemon task
INFO Checking if the daemon task is running
INFO Running the daemon task
INFO Checking admin helper service is running
INFO Checking SSH port availability
Your system is correctly setup for using CRC. Use ‘crc start’ to start the instance
crc start logs
PS C:\Users\ashish> crc start --log-level debug
DEBU CRC version: 2.46.0+8f40e8
DEBU OpenShift version: 4.17.10
DEBU MicroShift version: 4.17.10
DEBU Running ‘crc start’
DEBU Total memory of system is 13018095616 bytes
DEBU No new version available. The latest version is 2.46.0
DEBU file not found: C:\Users\ashish.crc\machines\crc.crc-exist
INFO Using bundle path C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64.crcbundle
INFO Checking minimum RAM requirements
DEBU Total memory of system is 13018095616 bytes
INFO Check if Podman binary exists in: C:\Users\ashish.crc\bin\oc
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 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 ServerStandardEval 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 Hyper-V service is enabled
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 crc-users and Hyper-V admins group
DEBU Running ‘(Get-LocalGroupMember -Group ‘crc-users’).Name’
DEBU Checking current user is in the ‘crc-user’ group
DEBU group members: WIN-246AD7B938L\ashish
DEBU Running ‘(Get-LocalGroupMember -SID ‘S-1-5-32-578’).Name’
DEBU Checking current user is in the ‘Hyper-v Administrators’ group
DEBU group members: WIN-246AD7B938L\ashish
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 win32 background launcher is installed
DEBU Running ‘(Get-Item ‘C:\Program Files\Red Hat OpenShift Local\crc-background-launcher.exe’).VersionInfo.FileVersion’
DEBU Found crc-background-launcher.exe version 0.0.0.1
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’
INFO Checking SSH port availability
DEBU file not found: C:\Users\ashish.crc\machines\crc.crc-exist
DEBU Copying ‘C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64\oc.exe’ to ‘C:\Users\ashish.crc\bin\oc\oc.exe’
DEBU Copying ‘C:\Users\ashish.crc\cache\crc_hyperv_4.17.10_amd64\podman.exe’ to ‘C:\Users\ashish.crc\bin\podman\podman.exe’
INFO Loading bundle: crc_hyperv_4.17.10_amd64…
DEBU Cannot load secret from configuration: empty path
DEBU Cannot load secret from keyring: secret not found in keyring
CRC requires a pull secret to download content from Red Hat.
You can copy it from the Pull Secret section of Hybrid Cloud Console.
? Please enter the pull secret *****************************************************************************************INFO Creating CRC VM for OpenShift 4.17.10…
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 Machine: libhvee → creating: system settings
Error creating machine: Error in driver during machine creation: failed to define system: Job failed with error code: 32768 (Failed to create a new virtual machine.)