Installation Issues
The following are known installation issues for Oracle Linux 9.
Error Messages Displayed While Removing RHCK
When you issue the command sudo dnf remove
kernel-core-version
to remove the Red Hat Compatible Kernel
(RHCK) from the system, error messages similar to the following example might be
generated:
...
Erasing : kernel-core-version 4/4
warning: file /lib/modules/version/modules.builtin.modinfo:
No such file or directory
...
You can ignore the messages. At the end of the operation, all RHCK related files are removed successfully.
Bug ID 35964185
(aarch64) Minimum XFS File System Size During Install Is 300 MB
The more recent version of the xfsprogs
package that's included on the
Oracle Linux 9.6 ISO for Arm platforms sets a minimum XFS file system size of 300 MB. This
limit isn't applied when installing on x86_64 platforms.
Because the x86_64 ISO includes RHCK, an earlier version of xfsprogs
is
available to maintain compatibility. On aarch64, only UEK is available and a newer
version of xfsprogs
is included. The 300 MB limit is set by the newer
version of xfsprogs
included with UEK 8.
(Bug 37832961)