centos2ol
centos2ol copied to clipboard
Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
After using this script to convert a test system, I found that the UEK kernel was installed, but not set as the default booting kernel. I believe that the problem...
I've been trying to migrate CentOS 8 to Oracle Linux, everything went fine when disabling the non-repo, but when rebooting, the server couldn't start on the EFI boot. It says...
Some idea how to do it ?
Error: Package: puppet-3.8.3-1.el6.noarch (@/puppet-3.8.3-1.el6.noarch) Requires: facter >= 1:1.7.0 Removing: 1:facter-2.4.4-1.el6.x86_64 (@pb.privat.puppetlabs) facter = 1:2.4.4-1.el6 Downgraded By: facter-1.6.18-8.el6.x86_64 (centos-6-epel) facter = 1.6.18-8.el6 Error: Package: initscripts-9.03.61-1.0.6.el6.x86_64 (@ol6_latest) Requires: /etc/oracle-release Removing: 6:oraclelinux-release-6Server-10.0.2.x86_64 (installed)...
Scripts say you are already using Oracle Linux even if the script fails during execution. I got this script unexpected token ( at line 507 I tried to fix it...
We are trying to migrate CentOS 8 systems to OL8. The conversion script reports success, but it renders our systems unbootable: After the BIOS splash, we get several `>> Checking...
The previous `restore_repos()` function was well-intentioned, but wasn't updated to handle the new release RPMs, so it turned into more harm than good. It has now been removed. However, it...
On OpenVZ 7 VPS, the centos2ol.sh script will fail with below output for `dracut: Cannot find module directory /lib/modules/4.18.0/` ``` virt-what openvz lxc ``` ``` bash centos2ol.sh | tee centos2ol.log...
When I try to run the script on a Rocky Linux 9 installation I get the following error. ``` [root@rocky-8gb-fsn1-1 ~]# ./centos2ol.sh Checking for required packages... Checking your distribution... You...
DNF required for CentOS7 yet DNF is not stock, and DNF is from extras which causes upgrade issues.
I'm new to this script, don't hit me. But... having to install DNF to even use it on CentOS7 is interesting... and my install pulled it from extras. But then...