Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


virtualbox_running_rocky_linux_8

VirtualBox Running Rocky Linux 8

10 Sep 2022

Rocky Linux 8 "Perfect Desktop"

  • Changed default Cantarell font to Droid

4 June 2022

After upgrading monitor on host system, a Rocky Linux VM would not boot into the latest, last-running kernel. It would boot into previous kernels. To fix:

dnf reinstall kernel-4.18.0-372.9.1.el8.x86_64 kernel-core-4.18.0-372.9.1.el8.x86_64 kernel-devel-4.18.0-372.9.1.el8.x86_64 kernel-headers-4.18.0-372.9.1.el8.x86_64 kernel-modules-4.18.0-372.9.1.el8.x86_64 kernel-modules-extra-4.18.0-372.9.1.el8.x86_64 kernel-tools-4.18.0-372.9.1.el8.x86_64 kernel-tools-libs-4.18.0-372.9.1.el8.x86_64

After upgrading phpmy admin, the symlink would not work:

dnf remove php-fpm
dnf install php-fpm
systemctl restart httpd

Fixed.

May 2022

Use this doc to migrate existing Centos 8 Stream: https://docs.rockylinux.org/guides/migrate2rocky/

virtualbox_running_rocky_linux_8.txt · Last modified: 2022/09/11 12:13 by juckins