Fails on GCP VM import precheck tool

when i run the precheck tool in my centos linux: https://github.com/GoogleCloudPlatform/compute-image-tools/tree/master/cli_tools/import_precheck/

it prompts below, the disk check is failed. any hints what approach to cater it? Thanks.

fail message in gcp precheck too

Sam Fok


Solution 1:

As you can see in the documentation, you are installing multiple disks in which: Image import cannot directly handle multiple disk scenarios. Additional disks must be imported and attached separately. Also, the disk containing the OS must be bootable. The disk must be in MBR and have GRUB installed.

Therefore, you will have to make those changes in order to proceed.