Error while importing OVA file . Case ID 12737395501 |

0

Hi Team,

We have customer who needs this OVA to be restored and on working conditions in AWS EC2 console. This OVA file is created from running EC2 Machine only, 2-3 weeks back. Now restoration is not working ?

We are getting error while: "StatusMessage": "ClientError: Unsupported kernel version 5.15.0-1019-aws",

Please help.

{ "ImportImageTasks": [ { "Description": "IMD-Dashboard", "ImportTaskId": "import-ami-011c03650183e37b9", "SnapshotDetails": [ { "DeviceName": "/dev/sde", "DiskImageSize": 41561256960.0, "Format": "VMDK", "Status": "completed", "Url": "s3://ihub-storage-ohio/export-i-0ddfc02fd15dae69e.ova", "UserBucket": { "S3Bucket": "ihub-storage-ohio", "S3Key": "export-i-0ddfc02fd15dae69e.ova" } } ], "Status": "deleted", "StatusMessage": "ClientError: Unsupported kernel version 5.15.0-1019-aws", "Tags": [] } ] }

1 個回答
1

"Unsupported kernel version" means that the AWS VM Import/Export service does not support the Linux kernel version used by the VM you're trying to import.

The VM Import/Export service supports importing VMs with specific versions of certain Linux distributions, including RHEL, CentOS, SUSE Linux, Ubuntu Server, and Debian.

You can check the following document for supported OS and kernel versions

https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-operating-systems-linux

If possible, you could try updating the kernel of the VM you're trying to import to a supported version. You would need to do this before creating the OVA file. However, be aware that updating the kernel can have other impacts on your system, so it's important to test this thoroughly.

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南