crc start -p pull-secret
.........................................
INFO Loading bundle: crc_hyperv_4.18.1_amd64...
INFO Starting CRC VM for openshift 4.18.1...
Error starting machine: Error in driver during machine start: failed to start vm: Job failed with error code: 32788 ()
Not sure if this will help in your case but within a windows environment I ran crc within a virtual machine, this gave me a more detailed error message stating I was out of RAM.
start-vm -name 'crc'
start-vm : 'crc' failed to start.
Unable to allocate 10752 MB of RAM: Insufficient system resources exist to complete the requested service.
(0x800705AA).
'crc' failed to start. (Virtual machine ID 27D5A6A3-B5A9-4F4F-B35F-B25F34260299)
'crc' is unable to allocate 10752 MB of RAM: Insufficient system resources exist to complete the requested service.
(0x800705AA). (Virtual machine ID 27D5A6A3-B5A9-4F4F-B35F-B25F34260299)
At line:1 char:1
+ start-vm -name 'crc'
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VM], VirtualizationException
+ FullyQualifiedErrorId : Unspecified,Microsoft.HyperV.PowerShell.Commands.StartVM
Thank you. I was out of RAM too.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.