Opened 13 years ago
Closed 13 years ago
#10370 closed defect (fixed)
Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest => Fixed in SVN
Reported by: | koyhoge | Owned by: | |
---|---|---|---|
Component: | VMM/HWACCM | Version: | VirtualBox 4.1.10 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | other |
Description (last modified by )
Windows 7/8 guests sometimes cause VERR_NOT_SUPPORTED guru early in startup, usually within 10 seconds after the guest OS starts booting.
Attachments (2)
Change History (15)
by , 13 years ago
by , 13 years ago
follow-up: 3 comment:1 by , 13 years ago
Summary: | Windows 7 guest crashes in bootstrap on MacOS X 10.6.8 host. → Guru Meditation (VERR_NOT_SUPPORTED) with a Windows 7 guest on Mac OS X 10.6.8 |
---|
comment:2 by , 13 years ago
priority: | blocker → critical |
---|
comment:3 by , 13 years ago
Replying to frank:
Did you ever boot this guest with an older VirtualBox release, for example 4.1.8?
Yes. In VirtualBox 4.1.8, it works fine.
comment:4 by , 13 years ago
Description: | modified (diff) |
---|---|
Summary: | Guru Meditation (VERR_NOT_SUPPORTED) with a Windows 7 guest on Mac OS X 10.6.8 → Guru Meditation (VERR_NOT_SUPPORTED) with 64b-it Windows guest |
comment:5 by , 13 years ago
I've corrected the summary. This problem is not dependent on the host OS, and happens at least with Windows 7 and 8 guests, perhaps others. It only happens on older Intel CPUs which do not implement unrestricted execution in VT-x.
The issue has nothing to do with the Guest Additions and is likely to be intermittent.
comment:6 by , 13 years ago
Description: | modified (diff) |
---|
comment:7 by , 13 years ago
Component: | other → VMM/HWACCM |
---|---|
Description: | modified (diff) |
Host type: | Mac OS X → other |
Summary: | Guru Meditation (VERR_NOT_SUPPORTED) with 64b-it Windows guest → Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest |
comment:8 by , 13 years ago
A fix in the recompiler that happened between 4.1.8 and 4.1.10 causes this bug to be exposed and therefore though not technically a regression it can result in either:
- a VERR_RAW_MODE_INVALID_SMP guru meditation for SMP guests (see #10341 comment:1)
- a VERR_NOT_SUPPORTED guru meditation for single CPU guests.
This happens when real mode guest code interrupted in an STI (or similar interrupt inhibit instruction) causes an invalid reschedule over to raw mode. This has been fixed and backported to 4.1 branch and the fix should be available in the next VirtualBox release.
Thank you for the report.
comment:9 by , 13 years ago
Summary: | Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest → Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest => Fixed in SVN |
---|
comment:10 by , 13 years ago
As already mentioned, the fix for this problem will be available with the next maintenance release. However, this release will take more time for internal reasons. In the meantime I can provide a few test builds which have the fix included:
- Linux / 32-bit
- Linux / 64-bit
- Windows
- OS X
- Solaris
- Ubuntu 11.10 / 32-bit
- Ubuntu 11.10 / 64-bit
- Debian 6.0 (Squeeze) / 32-bit
- Debian 6.0 (Squeeze) / 64-bit
- Fedora 16 / 32-bit
- Fedora 16 / 64-bit
- RHEL5/OL5/CentOS5 / 32-bit
- RHEL5/OL5/CentOS5 / 64-bit
- RHEL6/OL6/CentOS6 / 32-bit
- RHEL6/OL6/CentOS6 / 64-bit
For users which build their own VirtualBox packages (also Debian/SuSE and other Linux distributions), please apply r38612 to the VBox 4.1.10 sources. It will apply cleanly and will fix the problem.
comment:11 by , 13 years ago
I have the same problem booting Windows XP in Virtualbox 4.1.10. My CPU is Intel Core2 6420
comment:13 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is finally fixed in the 4.1.12 release.
Did you ever boot this guest with an older VirtualBox release, for example 4.1.8?