Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active February 2, 2024 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteristhegreat/e498d22bca2c87da1d11bdc2e7d1e1ca to your computer and use it in GitHub Desktop.
Save peteristhegreat/e498d22bca2c87da1d11bdc2e7d1e1ca to your computer and use it in GitHub Desktop.
KylinOS, KirinOS, Ubuntu, CentOS, CentOS8, V10 Sword 2024

KylinOS

Sometimes google translator will label it KirinOS.

The desktop versions include a UI.

The server versions are black terminal window, headless versions.

Downloads

https://www.ubuntukylin.com/downloads/download-en.html

https://product.kylinos.cn/productCase/42/25#list77

https://archive.org/details/kylin-server-10-sp-2-x-86-release-build-09-20210524

https://www.openkylin.top/downloads/download-en.html

https://hub.docker.com/r/allcmd/kylinos-v10-sp2-base-cn

docker run -it allcmd/kylinos-v10-sp2-base-cn bash

https://hub.docker.com/r/breakliu/kylinos/tags

docker run -it breakliu/kylinos:v10-sp2-20210524 bash

AWS AMI?

Making an OVA from an ISO and pushing it into ec2 with import-image doesn't work because the kernel is unsupported...

{
    "ImportImageTasks": [
        {
            "Description": "Kylin-Server-10-SP1-Release-Build20-20210518-x86_64",
            "ImportTaskId": "import-ami-0xxxxxxxxxxxx",
            "SnapshotDetails": [
                {
                    "DeviceName": "/dev/sde",
                    "DiskImageSize": 1277962240.0,
                    "Format": "VMDK",
                    "Status": "completed",
                    "UserBucket": {
                        "S3Bucket": "ova-kylin-xxxxxxxxxxxx",
                        "S3Key": "Kylin-Server-10-SP1-Release-Build20-20210518-x86_64.ova"
                    }
                }
            ],
            "Status": "deleted",
            "StatusMessage": "ClientError: Unsupported kernel version 4.19.90-23.8.v2101.ky10.x86_64",
            "Tags": []
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment