-1

After upgrading from free trial, I am trying to start up my VM instance. I got this error:

Starting VM instance "server3" failed. Error: The default network interface [nic0] is frozen.

How can I fix it?

Misha Brukman
  • 768
  • 8
  • 22
mak
  • 19
  • 1

2 Answers2

1

To diagnose Google Compute Engine VM startup, since you cannot yet SSH or RDP into it, use serial port access.

As I wrote in another answer on SO, you can use any of the following methods:

In addition, you can also enable read/write access via these instructions to enable you to interactively debug the issue:

gcloud compute instances add-metadata [INSTANCE_NAME] \
    --metadata=serial-port-enable=1

and then either connect to it using Google Cloud Console or gcloud command as described on this page.

Misha Brukman
  • 768
  • 8
  • 22
1

Known issue from Google side, check my post for workaround here

Ariv
  • 50
  • 6