rocky_linux_9_migration_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rocky_linux_9_migration_notes [2025/06/25 17:26] – juckins | rocky_linux_9_migration_notes [2025/07/09 13:54] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Rocky Linux 9 Migration Notes ==== | ==== Rocky Linux 9 Migration Notes ==== | ||
- | __2024-11-21__ | + | __2025-06-25__ |
- | Upgrade to Rocky Linux 9.6: | + | Upgrade to Rocky Linux 9.6 initially failed on test VM with package errors. |
- | Trying | + | Trying |
dnf remove vlc totem gstreamer1-plugins-bad-free gstreamer1-plugins-ugly-free | dnf remove vlc totem gstreamer1-plugins-bad-free gstreamer1-plugins-ugly-free | ||
Line 19: | Line 19: | ||
Upgraded host computer' | Upgraded host computer' | ||
- | Now can upgrade from 9.5 to 9.6 but Xfce logs in for 1 second, a black screens appears, and then the sytem logs out. | + | Now can upgrade from 9.5 to 9.6 on VirtualBox VMs but Xfce logs in for 1 second, a black screens appears, and then the sytem logs out. |
+ | |||
+ | <color # | ||
+ | |||
+ | For my non-virtual, | ||
+ | |||
+ | '' | ||
+ | |||
+ | Using a [[https:// | ||
+ | |||
+ | # lsmod | grep kvm | ||
+ | |||
+ | Verified the following output: | ||
+ | |||
+ | kvm_intel | ||
+ | kvm 1404928 | ||
+ | |||
+ | Disabled the KVM temporarily: | ||
+ | |||
+ | # modprobe -r kvm_intel | ||
+ | |||
+ | Verified nothing was returned with the following command: | ||
+ | |||
+ | # lsmod | grep kvm | ||
+ | |||
+ | Was then able to start up the VMs using the VirtualBox GUI successfully. | ||
+ | |||
+ | Need to reboot machine and see if fix stays. | ||
+ | |||
+ | Create a file named kvm-blacklist.conf in / | ||
+ | |||
+ | Add the blacklist entry: Add the appropriate line to the file: | ||
+ | |||
+ | blacklist kvm_intel | ||
+ | |||
+ | -or- | ||
+ | |||
+ | blacklist kvm_amd | ||
+ | Reboot to apply the changes. | ||
__2024-11-25__ | __2024-11-25__ | ||
Line 241: | Line 279: | ||
* Right-click top panel > Add New Items | * Right-click top panel > Add New Items | ||
* Add CPU Graph, Weather Info | * Add CPU Graph, Weather Info | ||
+ | * Adjust keyboard repeat delay and repeat speed (Applications > Settings > Keyboard) | ||
+ | * Repeat delay: 500 | ||
+ | * Repeat speed: 65 | ||
* Adjust top and bottom panels | * Adjust top and bottom panels | ||
* Reverse positions | * Reverse positions |
rocky_linux_9_migration_notes.1750886800.txt.gz · Last modified: by juckins