I would like to migrate from my ProxMox server to Google Cloud Engine service. I tried to create an image from one LCX container then import on Google cloud.
I did these steps:
- create a backup from LCX container (with entire filesystem)
- from the backup I create a raw image using dd linux command
- I import the raw image into Google Storage bucket
- I create a Google VM instance from the imported image
After this I get the new instance but I'm not able to ping or connect via ssh. I notice that after few minutes the instance stops automatically.
Instead if I create another instance from a default template (example: Debian 9) I have no problem with ping and connection.
Any suggestions? Thanks