Following below is a brief set of instructions setting up KDE Plasma on RockyLinux along with Gnome Desktop Manager which is actually needed to support graphical login, otherwise system might be started via text login followed by "startx"
Perform guest deployment via Rocky-8.4-x86_64-minimal.iso
$ sudo dnf update -y
$ sudo reboot
$ sudo dnf install epel-release
$ sudo dnf config-manager --set-enabled powertools
$ sudo dnf --enablerepo=epel,powertools group -y install \
"KDE Plasma Workspaces""base-x"
$ sudo dnf install gdm
$ sudo systemctl start gdm
$ sudo systemctl enable gdm
$ sudo systemctl set-default graphical.target
$ sudo reboot
Virtual Box 6.1.26 might be setup with no issues as well
See for details https://www.how2shout.com/linux/two-ways-to-install-virtualbox-guest-addtions-on-rocky-linux-8/



