Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Fedora CoreOS VMDK into AWS #406

Closed
Promaethius opened this issue Mar 3, 2020 · 3 comments
Closed

Importing Fedora CoreOS VMDK into AWS #406

Promaethius opened this issue Mar 3, 2020 · 3 comments

Comments

@Promaethius
Copy link

I've run into a situation where I need to import Fedora CoreOS into ec2 as a custom ami. After downloading, unzipping, and uploading into S3, I get this error.

{
    "ImportImageTasks": [
        {
            "ImportTaskId": "import-ami-...",
            "SnapshotDetails": [
                {
                    "DiskImageSize": 733499904.0,
                    "Format": "VMDK",
                    "Status": "completed",
                    "UserBucket": {
                        "S3Bucket": "...",
                        "S3Key": "fedora-coreos-31.20200210.3.0-aws.x86_64.vmdk"
                    }
                }
            ],
            "Status": "deleted",
            "StatusMessage": "ClientError: EFI partition detected. UEFI booting is not supported in EC2.",
            "Tags": []
        }
    ]
}

I'm using the cloud operator aws version.

@cgwalters
Copy link
Member

See openshift/os#396

@Promaethius
Copy link
Author

@cgwalters thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants