VBox Windows 11
-
Ricardo Rocha
- Posts: 2
- Joined: 12. Apr 2022, 00:13
VBox Windows 11
Goodnight! I have an AMD Ryzen 3200g and I am not able to use VirtualBox. When the machine is going to boot the ISO it displays an error message and asks to consult the log. I don't know how to consult this log. Can someone help me?
-
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: VBox Windows 11
Start the VM from full normal shutdown, not save-state. Run until you see the problem happen, then shut down the VM from within the VM's OS if possible. If not possible, close the Virtualbox window for the VM with the Power Off option set.
Right-click the VM in the main Virtualbox window's VM list, choose Show Log. Save the far left tab's log, zip it, and post the zip file, using the forum's Upload Attachment tab.
Right-click the VM in the main Virtualbox window's VM list, choose Show Log. Save the far left tab's log, zip it, and post the zip file, using the forum's Upload Attachment tab.
-
Ricardo Rocha
- Posts: 2
- Joined: 12. Apr 2022, 00:13
Re: VBox Windows 11
Thank you scottgus1.
Follow the log as requested.
Follow the log as requested.
- Attachments
-
- Windows 11-2022-04-12-18-01-13.zip
- (67.38 KiB) Downloaded 4 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: VBox Windows 11
Windows 11 host & VM, 6.1.32 Virtualbox, Hyper-V is off. VM guru meditated triple-fault:
Meanwhile, do you have other working VMs? If you have only this one, please try to get an Ubuntu ISO, make a new Ubuntu VM and see if it boots.
I don't know why this happened. We'll have to wait for a forum guru to look in on this.00:00:06.124636 EFI: VBoxDbg> loadimage64 'cdboot.efi' 0x10000000 LB 0x119000
00:00:11.682060 IEM: wrmsr(0xc0000080,0x0`00000d00) -> #GP(0)
00:00:11.682070 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'
00:00:11.682111 Console: Machine state changed to 'GuruMeditation'
00:00:11.682329 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:11.682330 !!
00:00:11.682330 !! VCPU0: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)
00:00:11.682502 !!
00:00:11.682506 !! Skipping ring-0 registers and stack, rcErr=VINF_EM_TRIPLE_FAULT
Meanwhile, do you have other working VMs? If you have only this one, please try to get an Ubuntu ISO, make a new Ubuntu VM and see if it boots.
-
fth0
- Volunteer
- Posts: 5690
- Joined: 14. Feb 2019, 03:06
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Linux, Windows 10, ...
- Location: Germany
Re: VBox Windows 11
@Ricardo Rocha:
Please see NX/XD.
Seriously, I'd suggest to detect the following log message, which is identical on Intel CPUs and AMD CPUs:
Please see NX/XD.
You were close (quoting the "IEM: wrmsr..." log message), but your "NX detection in log files" doesn't seem to work.scottgus1 wrote:I don't know why this happened. We'll have to wait for a forum guru to look in on this.
Seriously, I'd suggest to detect the following log message, which is identical on Intel CPUs and AMD CPUs:
Windows 11-2022-04-12-18-01-13.log wrote:00:00:04.816546 CPUM: WARNING! Can't turn on NX/XD when the host doesn't support it!
-
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: VBox Windows 11
Ha ha! You're right, I missed that! I did have this line set:
but it didn't stand out in the report, and yours is even more explicit. Thanks!
00:00:04.816974 NX - No-Execute/Execute-Disable = 0 (0)
but it didn't stand out in the report, and yours is even more explicit. Thanks!
-
fth0
- Volunteer
- Posts: 5690
- Joined: 14. Feb 2019, 03:06
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Linux, Windows 10, ...
- Location: Germany
Re: VBox Windows 11
You're welcome. But ... this line from the CPUID dump also exists in the provided log file (even twice, as always).
Whitespace problems perhaps? You'll have to cope with variable amounts of whitespace before the "=", because the CPUID feature list gets enlarged from time to time, and if a new description text is longer than all the previous ones ... take AVX512ER for example, or XSaveErPtr.
Whitespace problems perhaps? You'll have to cope with variable amounts of whitespace before the "=", because the CPUID feature list gets enlarged from time to time, and if a new description text is longer than all the previous ones ... take AVX512ER for example, or XSaveErPtr.
-
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: VBox Windows 11
The "No-Execute/Execute-Disable = 0 (0)" line was in my report, I just missed looking for it. I added the "WARNING!" to the ini, too. Should make the NX/XD status stand out more. 