Issue while migrating VM GCP to Azure cloud "error_name":"ASRMobilityServiceKernelNotSupported"
arun singh bhati
0
Reputation points
I was doing the GCP VM migration to Azure cloud and While installing Mobility Service to Linux Machine getting the following errors.
"Errors":
[
{
"error_name":"ASRMobilityServiceKernelNotSupported",
"error_params":{"KernelVersion":"6.5.7-060507-generic"},
"default_message":"This version of mobility service doesn't support the operating system kernel version (6.5.7-060507-generic) running on the source machine. Please refer the list of operating systems supported by Azure Site Recovery : https://aka.ms/asr-os-support"
},
{
"error_name":"ASRMobilityServiceBootDiskNotFound",
"error_params":{},
"default_message":"The boot disk is not available. Create a bootable partition."
},
{
"error_name":"ASRMobilityServiceUnsupportedRootFileSystem",
"error_params":{"SupportedRootFileSystems":"ext3,ext4,xfs,btrfs","RootFileSystem":""},
"default_message":"The supported file-systems for root file-system are ext3,ext4,xfs,btrfs and the current root file-system is "
}
]
I follow this https://learn.microsoft.com/en-us/azure/migrate/tutorial-migrate-gcp-virtual-machines for migration
Anyone can will be great help
thanks in advance