#10370 closed defect (fixed)
Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest => Fixed in SVN
回報者: | koyhoge | 負責人: | |
---|---|---|---|
元件: | VMM/HWACCM | 版本: | VirtualBox 4.1.10 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | other |
描述 (由 作最後更新)
Windows 7/8 guests sometimes cause VERR_NOT_SUPPORTED guru early in startup, usually within 10 seconds after the guest OS starts booting.
附加檔案 (2)
更動歷史 (15)
跟進: 3 comment:1 13 年 前 由 編輯
摘要: | 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:3 13 年 前 由 編輯
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 13 年 前 由 編輯
描述: | 修改 (差異) |
---|---|
摘要: | 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 13 年 前 由 編輯
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 13 年 前 由 編輯
Host type: | Mac OS X → other |
---|---|
元件: | other → VMM/HWACCM |
描述: | 修改 (差異) |
摘要: | Guru Meditation (VERR_NOT_SUPPORTED) with 64b-it Windows guest → Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest |
comment:8 13 年 前 由 編輯
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 13 年 前 由 編輯
摘要: | Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest → Guru Meditation (VERR_NOT_SUPPORTED) when booting Windows guest => Fixed in SVN |
---|
comment:10 13 年 前 由 編輯
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 13 年 前 由 編輯
I have the same problem booting Windows XP in Virtualbox 4.1.10. My CPU is Intel Core2 6420
Did you ever boot this guest with an older VirtualBox release, for example 4.1.8?