Hi!,
please, I need some help on this, as I cannot find any clue.
I have just installed vbox in my laptop, created a new vm and it seems that it does not recognize AMD SVM, so the guest is running in native API mode (log says "SVM - AMD Secure Virtual Machine extensions = 0 (0)", any suggestions?.
I attach the log and some screenshots.
Thanks in advance.
Virtualbox 6.1.32 with latest extension pack installed.
HP Elitebook 845 G8, AMD Ryzen 5 PRO 5650U, Windows 11 host
SVM is enabled in BIOS (it is grayed out however)
native API even though SVM is enabled in BIOS
-
warp
- Posts: 3
- Joined: 19. Apr 2009, 15:39
- Primary OS: MS Windows 10
- VBox Version: OSE other
- Guest OSses: Windows, Linux
native API even though SVM is enabled in BIOS
- Attachments
-
- BIOS.jpg (13.78 KiB) Viewed 5946 times
-
- VBox-ss.png (16.47 KiB) Viewed 5946 times
-
- VBox-log.zip
- (26.86 KiB) Downloaded 42 times
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: native API even though SVM is enabled in BIOS
The log definitely shows Hyper-V still enabled. Try looking over HMR3Init: Attempting fall back to NEM (Hyper-V is active).
One other thing:
One other thing:
That's a pretty early Linux setting, if I understand it correctly. Many Linux flavors have their own VM templates, which may provide better performance. Also, Virtualbox and Hyper-V have been playing together more nicely in some circumstances, so your VM may not need Hyper-V turned off.00:00:06.087613 Guest OS type: 'Linux26_64'
-
warp
- Posts: 3
- Joined: 19. Apr 2009, 15:39
- Primary OS: MS Windows 10
- VBox Version: OSE other
- Guest OSses: Windows, Linux
Re: native API even though SVM is enabled in BIOS
Well, that's a clue, I will check why it is enabled, as the option in windows features is not checked manually.scottgus1 wrote:The log definitely shows Hyper-V still enabled. Try looking over HMR3Init: Attempting fall back to NEM (Hyper-V is active).
Thanks, it was just for testing, it even has no disk. I tried first to import a Win11 and an Ubuntu srv guest images from my desktop with the same result, so I tried a clean one just to see if the turtle appears at the bottom vbox icon bar.scottgus1 wrote:One other thing:That's a pretty early Linux setting, if I understand it correctly. Many Linux flavors have their own VM templates, which may provide better performance. Also, Virtualbox and Hyper-V have been playing together more nicely in some circumstances, so your VM may not need Hyper-V turned off.00:00:06.087613 Guest OS type: 'Linux26_64'
- Attachments
-
- Hyper-V_feature.png (20.19 KiB) Viewed 5882 times
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: native API even though SVM is enabled in BIOS
You'll find that the tutorial mentions the unreliability of the Windows Features box in determining Hyper-V activation.warp wrote:the option in windows features is not checked manually.
-
warp
- Posts: 3
- Joined: 19. Apr 2009, 15:39
- Primary OS: MS Windows 10
- VBox Version: OSE other
- Guest OSses: Windows, Linux
Re: native API even though SVM is enabled in BIOS
Solved!
Thank you very much for your help.
Indeed.scottgus1 wrote: You'll find that the tutorial mentions the unreliability of the Windows Features box in determining Hyper-V activation.
I read your other post:scottgus1 wrote: The log definitely shows Hyper-V still enabled. Try looking over HMR3Init: Attempting fall back to NEM (Hyper-V is active).
I also follow that other thread, 2nd post, point 3 was the culprit, i.e., Windows Security > Core Isolation > Firmware Protection was the only option enabled there. I just disabled it.scottgus1 wrote: 2. Look into I have a 64bit host, but can't install 64bit guests, 2nd post, points 2 & 3 and ensure that none of these things are running:
DeviceGuard
CredentialGuard
Windows Defender's Core Isolation
Thank you very much for your help.