Ticket #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 michaln) (diff)
Windows 7/8 guests sometimes cause VERR_NOT_SUPPORTED guru early in startup, usually within 10 seconds after the guest OS starts booting.
Attachments
Change History
comment:1 follow-up: ↓ 3 Changed 11 years ago by frank
- Summary changed from Windows 7 guest crashes in bootstrap on MacOS X 10.6.8 host. to Guru Meditation (VERR_NOT_SUPPORTED) with a Windows 7 guest on Mac OS X 10.6.8
Did you ever boot this guest with an older VirtualBox release, for example 4.1.8?
comment:3 in reply to: ↑ 1 Changed 11 years ago by koyhoge
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 Changed 11 years ago by michaln
- Description modified (diff)
- Summary changed from Guru Meditation (VERR_NOT_SUPPORTED) with a Windows 7 guest on Mac OS X 10.6.8 to Guru Meditation (VERR_NOT_SUPPORTED) with 64b-it Windows guest
comment:5 Changed 11 years ago by michaln
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:7 Changed 11 years ago by michaln
- Host type changed from Mac OS X to other
- Component changed from other to VMM/HWACCM
- Description modified (diff)
- Summary changed from Guru Meditation (VERR_NOT_SUPPORTED) with 64b-it Windows guest to Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest
comment:8 Changed 11 years ago by ramshankar
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 Changed 11 years ago by frank
- Summary changed from Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest to Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest => Fixed in SVN
comment:10 Changed 11 years ago by frank
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 Changed 11 years ago by vistad
I have the same problem booting Windows XP in Virtualbox 4.1.10. My CPU is Intel Core2 6420
comment:12 Changed 11 years ago by vistad
Thanks a million! Your update solved my problem!
comment:13 Changed 11 years ago by frank
- Status changed from new to closed
- Resolution set to fixed
This is finally fixed in the 4.1.12 release.