This element (ia-generated) isn't supported, or may require an update to be displayed. You can try to
refresh the app.
This document explains how to convert a CentOS 8 server to an AlmaLinux OS server. AlmaLinux OS is the CloudLinux ™ fork of Red Hat ® Enterprise Linux ® . To convert your CentOS 8 server to use the AlmaLinux operating system, perform the following steps as the root user:
Ensure that the server has the latest packages available:
Reboot the server to make sure it boots the latest kernel:
Download the almalinux-deploy script to your server:
curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh
Run the following command to convert your server to the AlmaLinux OS operating system:
When the process is complete, check the output for any errors. The output may resemble the following example:
Run dnf distro-sync -y OK
Restoring of alternatives is done OK
Generating grub configuration file …
All Secure Boot related packages which were released by not AlmaLinux are reinstalled OK
Migration to AlmaLinux is completed
Run the following command to verify that the installation is complete:
Your results should resemble the following example:
AlmaLinux release 8.4 ( Electric Cheetah )
Run the following command to verify that the system boots the AlmaLinux OS kernel by default:
sudo grubby –info DEFAULT | grep AlmaLinux
Your results should resemble the following example:
title = "AlmaLinux (4.18.0-305.el8.x86_64) 8.4"
For more information about the conversion script, read the information in the AlmaLinux GitHub repository.