Precheck runs on your virtual machine before attempting to import it into Google Compute Engine (GCE). It attempts to identify compatibility issues that will either cause import to fail or will cause potentially unexpected behavior post-import. See Compatibility Issues.
Precheck must be run as root or Administrator on the running system you want to import.
Release binaries:
-
Windows 64-bit: https://storage.googleapis.com/compute-image-import/release/windows/import_precheck.exe
-
Windows 32-bit: https://storage.googleapis.com/compute-image-import/release/windows/import_precheck_32bit.exe
-
Linux 64-bit: https://storage.googleapis.com/compute-image-import/release/linux/import_precheck
-
Linux 32-bit: https://storage.googleapis.com/compute-image-import/release/linux/import_precheck_32bit
Latest binaries:
-
Windows 64-bit: https://storage.googleapis.com/compute-image-import/latest/windows/import_precheck.exe
-
Windows 32-bit: https://storage.googleapis.com/compute-image-import/latest/windows/import_precheck_32bit.exe
-
Linux 64-bit: https://storage.googleapis.com/compute-image-import/latest/linux/import_precheck
-
Linux 32-bit: https://storage.googleapis.com/compute-image-import/latest/linux/import_precheck_32bit
go get -u github.com/GoogleCloudPlatform/compute-image-import/cli_tools/import_precheck
Then, $GOPATH/bin/import_precheck
.
Or, if $GOPATH/bin
is in your $PATH
, just import_precheck
.