upgrade-alinux-kernel

Upgrade Alinux kernel versions on Alibaba Cloud ECS instances with pre-flight checks and post-upgrade validation.

327|85|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/alibaba/anolisa --skill upgrade-alinux-kernel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade-alinux-kernel
Source: https://github.com/alibaba/anolisa/tree/main/src/os-skills/system-admin/upgrade-alinux-kernel
Command: npx skills add https://github.com/alibaba/anolisa --skill upgrade-alinux-kernel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading the Linux kernel on Alibaba Cloud's Alinux systems can be risky and disruptive. This Skill provides a guided, safe process to upgrade or change the kernel with user confirmations, minimizing downtime and misconfigurations.

Core Features & Use Cases

  • Prerequisite checks: Verify current kernel, available updates, and bootloader readiness.
  • Controlled upgrade paths: Upgrade to latest or a specified kernel version with rollback guidance.
  • Post-upgrade validation: Verify kernel version, boot success, and GRUB/initramfs consistency.

Quick Start

Initiate the Alinux kernel upgrade workflow to safely upgrade the kernel on your ECS instance.

Frequently Asked Questions about upgrade-alinux-kernel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely upgrade the Alinux kernel on Alibaba Cloud ECS instances?

To safely upgrade the Alinux kernel on Alibaba Cloud ECS, use a guided workflow that performs pre-flight checks, executes controlled updates, and validates boot success to minimize downtime and system misconfigurations.

What prerequisites are checked before an Alinux kernel upgrade?

Before an Alinux kernel upgrade, prerequisite checks verify the current kernel version, assess available updates, and ensure bootloader readiness to enforce deterministic steps and prevent boot failures.

Does upgrading the Alinux kernel require a system reboot?

Yes, upgrading the Alinux kernel requires a system reboot. The process includes post-upgrade validation to verify the new kernel version, check boot success, and ensure GRUB and initramfs consistency.

Can I specify a target kernel version instead of upgrading to the latest?

Yes, you can specify a target kernel version instead of upgrading to the latest. The controlled upgrade paths support changing to a specified version while providing rollback guidance for safety.

What is the best way to verify GRUB configuration after a kernel upgrade?

The best way to verify GRUB configuration after a kernel upgrade is through post-upgrade validation, which checks that the system boots correctly and confirms GRUB and initramfs consistency across kernel versions.