bahamut00 wrote:I have upgraded VirtualBox from 6.0.14 to 6.1.0
Virtualbox 6.1.x has removed the ability to run without VT-x or AMD-V. If your PC hasn't got it available, then you can't run 6.1.x. Stay with 6.0.x or clear things up so AMD-V is free.
Normally there's a line in the log "Full Name:" that shows the name of the CPU your PC has. This line isn't in your log. It appears the guest crashes out before the CPU name is shown. All we have is the nearest match: "AMD_K10 with CPU DB entry 'Quad-Core AMD Opteron 2384'. According to
CPUworld this processor has AMD-V. If your PC's BIOS also has AMD-V turned on (It might be called 'SVM') then you should have the hardware in order.
My quick research on KVM is that it may be or can be a type-1 hyperivsor, like Windows Hyper-V, so:
socratis wrote:[1] Note to volunteers: It seems that KVM is now pulling a Hyper-V-like behavior; locking VT-x/AMD-V at boot.
Here's info on what Hyper-V does to Windows PCs so that it interferes with Virtualbox:
I have a 64bit host, but can't install 64bit guests and
https://www.tenforums.com/tutorials/139 ... puter.html KVM is probably doing the same thing. To get the most out of your PC, try your best to get rid of KVM. (Note that how to do so is not within the purview of this forum.)
The Virtualbox error fingers KVM as the stealer of AMD-V and that you need to not only "disable the KVM kernel extension" (blacklist?) but also "recompile your kernel and reboot". If you have not done both of these, then you won't get AMD-V for Virtualbox to use.
Alternatively:
socratis wrote:install [a kernel] that doesn't have KVM enabled
A couple other notes:
00:00:01.102572 Host RAM: 3933MB (3.8GB) total, 2687MB (2.6GB) available
00:00:01.142668 Guest OS type: 'WindowsXP'
00:00:01.244590 RamSize <integer> = 0x0000000008000000 (134 217 728, 128 MB)
You have room on this PC to give XP more ram. 512MB or even a GB. It'll run better.
00:00:01.245030 3DEnabled <integer> = 0x0000000000000001 (1)
00:00:01.245043 VRamSize <integer> = 0x0000000002000000 (33 554 432, 32 MB)
6.1.x has disabled 3D acceleration for less than Windows 7 guests. (there's a real big security hole in 3D acceleration for VboxVGA video). If you go back to 6.0.14 you'll get 3D back. But you might want to give the guest more video RAM if you do.
bahamut00 wrote:I tried to search for VERR_SVM_IN_USE, but the search engine splits this keyword in four separate words so the result is useless.
So is the forum search function.

In the future, to help you get underway getting a solution quick you can try searching for the error text (the CAPITALIZED_UNDERSCORE_SPACED_WORDS) in a web browser with the text "site:forums.virtualbox.org" added to restrict searching to this forum, like this:
VERR_SVM_IN_USE site:forums.virtualbox.org