I am building an image from athe Ubuntu 18.04 LTS ISO, creating an OVA image, which I then attempt to import to AWS. The first time I attempted this I got the dreaded "Unsupported kernel version..." error.
Therefore, I launched this AMI: ubuntu/images-testing/hvm-ssd/ubuntu-bionic-daily-amd64-server-20180912 (ami-00cc0fe8bda132f03) Then I logged in and I checked (uname -a) which kernel was running: Linux ip-172-31-42-89 4.15.0-1021-aws #21-Ubuntu SMP Tue Aug 28 10:23:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux So I changed the kernel to 4.15.0-1021-aws and then I got: Post-processor failed: Import task import-ami-0a70505000abf192c failed: ClientError: Unsupported kernel version 4.15.0-1021-aws The two kernel versions are exactly the same... Any idea of what the cause could be? Thanks! G -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/edbc2e32-bb40-4795-b2b4-7dbd1bd7cce3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
