oracle / centos2ol

Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
https://linux.oracle.com/switch/centos/
Universal Permissive License v1.0
344 stars 81 forks source link

While trying to convert from RHEL7 or RHEL 8 to OEL, getting below error. #155

Closed sumit120 closed 1 year ago

sumit120 commented 1 year ago

[root@RHEL8_TestVM home]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.7 (Ootpa) [root@RHEL8_TestVM home]# rpm -qf /etc/redhat-release redhat-release-8.7-0.3.el8.x86_64 [root@RHEL8_TestVM home]# uname -r 4.18.0-240.10.1.el8_3.x86_64 [root@RHEL8_TestVM home]# bash centos2ol.sh Checking for required packages... Checking your distribution... package epel-release is not installed Checking for yum lock... Checking for required python packages... Identifying dnf modules that are enabled Finding your repository directory... Learning which repositories are enabled... Repositories enabled before update include: rhel-8-for-x86_64-baseos-rpms rhel-8-for-x86_64-appstream-rpms ol8_baseos_latest ol8_appstream ol8_UEKR6 Looking for yumdownloader... Backing up and removing old repository files... An error occurred while attempting to switch this system to Oracle Linux and it may be in an unstable/unbootable state. To avoid further issues, the script has terminated. [root@RHEL8_TestVM home]#

sumit120 commented 1 year ago

duplicate