VM import ClientError: Unsupported kernel version 5.11.0-25-generic

0

Hello

I tried to import the VM image (ovo format) using the following command: aws ec2 import-image --description "My server VM" --disk-containers "file://C:\import\containers.json"

When I monitored it using the following command: aws ec2 describe-import-image-tasks --import-task-ids import-ami-1234567890abcdef0

I got notifications that the image was first converting, then updating, but in the end I got a status deleted with the following message: "Status": "deleted", "StatusMessage": "ClientError: Unsupported kernel version 5.11.0-25-generic", "Tags": []

Could you please tell me why this could have happened?

Thanks

  • Can you provide the output of cat /etc/os-release and/or uname -a for the source server the image was taken from? Generally the cause for these errors are noted in the following documentation: https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-troubleshooting.html

    ClientError: Unsupported kernel version
        The kernel version used by the operating system is not supported. Confirm that your import meets the requirements listed for the operating system. For more information, see Operating systems.
    
feita há 4 meses92 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas