Page 2 of 2

Re: Error: failed to start machine. Error message: Failed to load unit 'cpum' (VERR_INVALID_FLAGS)

Posted: 30. Aug 2017, 15:37
by Notorand.IT
So, if on the second host I do
vboxmanage discardstate myvm
vboxheadless --startvm myvm --vrde on
I'll reboot (not restore) the VM as if I had pulled the power plug. Right?
Which is not really a restore, but it's better than nothing.

Re: Error: failed to start machine. Error message: Failed to load unit 'cpum' (VERR_INVALID_FLAGS)

Posted: 30. Aug 2017, 20:13
by Martin
How would you do a "restore" of a physical system without rebooting? ;-)
Reactivating a saved state wold probably work if you stay with an identical hw configuraion.

Re: Error: failed to start machine. Error message: Failed to load unit 'cpum' (VERR_INVALID_FLAGS)

Posted: 3. Sep 2017, 23:49
by Notorand.IT
I solved my problem!

I had to power off the main VM and modify it by selecting "--cpuid-portability-level 1".
I powered it back on and run again my "live backup" procedure.
This time I've been able to restart the VM on the secondary host from the snapshot without any error.
Of course, I have no idea about the differences between "--cpuid-portability-level 1" and "--cpuid-portability-level 3".
I only know that "0" should be "the very same CPU capabilities as the host".