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 18:49] – juckins | rocky_linux_9_migration_notes [2025/06/25 18:54] (current) – juckins | ||
---|---|---|---|
Line 27: | Line 27: | ||
'' | '' | ||
+ | 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__ |
rocky_linux_9_migration_notes.1750891768.txt.gz · Last modified: by juckins