Unable to start VM
Closed this issue · 2 comments
duckunix commented
Pixelbook, On dev, running 67.0.3383.0, not in developer mode.
Trying to start the VM, I get:
crosh> vmc list
dev
crosh> vmc start dev
Unable to start VM
crosh>
Anything I can do to help debug, I am will to try.
brunoga commented
Try "vmc stop dev" then "vmc start dev" again.
If you do not mind starting form scratch:
vmc stop dev
vmc destroy dev
vmc start dev
duckunix commented
That worked. I got in. Now, I get to figure out what to do next.