cancel
Showing results for 
Search instead for 
Did you mean: 
Leopeng
Cadet
Cadet
  • 190 Views

Error in driver during machine start: failed to start vm: Job failed with error code: 32788

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 ()

Labels (1)
0 Kudos
2 Replies
  • 59 Views

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

0 Kudos
Leo_Peng
Cadet
Cadet
  • 54 Views

Thank you. I was out of RAM too.

0 Kudos
Join the discussion
You must log in to join this conversation.