Le but est de migrer une machine virtuelle sous Centos8 vers AlmaLinux suite à dépréciation de la branche Centos8 de RHEL.
Notre machine virtuelle Centos
[root@centos8 ~]# uname -a Linux centos8 4.18.0-147.el8.x86_64 #1 SMP Wed Dec 4 21:51:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@centos8 ~]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core)
[root@centos8 ~]# grubby --info DEFAULT | grep -i Centos title="CentOS Linux (4.18.0-147.el8.x86_64) 8 (Core)"
Mise à jour de la distribution
[root@centos8 ~]# dnf update [root@centos8 ~]# cat /etc/redhat-release CentOS Linux release 8.4.2105
Redémarrer la machine après votre update
[root@centos8 ~]# reboot
Téléchargement du script
[root@centos8 ~]# cd /home/chris [root@centos8 chris]# curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh
[root@centos8 chris]# chmod +x almalinux-deploy.sh [root@centos8 chris]#./almalinux-deploy.sh
Laisser le script se terminée.
Quand tout est terminée
Redémarrer la machine après la migration vers AlmaLinux
[root@centos8 ~]# init 6
[root@centos8 ~]# cat /etc/redhat-release AlmaLinux release 8.4 (Electric Cheetah
[root@centos8 ~]# grubby --info DEFAULT | grep -i Alma title="AlmaLinux (4.18.0-305.3.1.el8_4.x86_64) 8.4 (Electric Cheetah)"
Côté dépôts
[root@centos8 ~]# dnf repolist
Supprimer les noyaux inutiles
[root@centos8 ~]# dnf remove --oldinstallonly --setopt installonly_limit=2 kernel
On garde ici les deux derniers Noyau les plus récent
Views: 6