#10528 closed defect (fixed)
64-bit win7 guest freezes 32-bit ubuntu 12.04 host => Fixed in SVN
回報者: | Dovber Shapiro | 負責人: | |
---|---|---|---|
元件: | host support | 版本: | VirtualBox 4.1.14 |
關鍵字: | io-apic host freeze | 副本: | |
Guest type: | Windows | Host type: | Linux |
描述
after upgrading ubuntu to 12.04, trying to start a Win7 64 bit guest, freezes the host which is 32-bit, when trying to power it on. If I disable io-apic the guest will boot up and go to a windows stop screen, (expected behavior when disabling io-apic after installing windows).
附加檔案 (2)
更動歷史 (10)
13 年 前 由 編輯
comment:2 13 年 前 由 編輯
This worked under Ubuntu 11.10 with Virtualbox 4.1.4. I have attached a log from trying to boot with io-apic enabled, the host hung after a few minutes and neeeded to be hard rebooted
comment:3 12 年 前 由 編輯
I've had the same issue, just with Windows Server 2003 64 bit. Running on Ubuntu 12.04 32 bit, Dell Vostro 3750, Intel i7 2670QM. I'll attach a log as well.
12 年 前 由 編輯
附檔: | 新增 Ubuntu_12.04_32bit.log |
---|
comment:4 12 年 前 由 編輯
This is again some problem with the NMI watchdog of recent Linux kernels. A workaround is to add nmi_watchdog=0 nowatchdog to the command line of the host kernel. After a reboot, 64-bit guests should run stable on such 32-bit hosts. If some users could confirm this would be helpful.
We are currently investigating the problem. The real fix is to disable the NMI during the world switch. We already do that but obviously something is missing.
comment:5 12 年 前 由 編輯
摘要: | 64-bit win7 guest freezes 32-bit ubuntu 12.04 host → 64-bit win7 guest freezes 32-bit ubuntu 12.04 host => Fixed in SVN |
---|
Finally found and fixed the problem. The fix is in r41645. This fix is required to run 64-bit guests on 32-bit Linux hosts. Not relevant for other hosts.
comment:6 12 年 前 由 編輯
@frank: Let me kiss your feet for providing the workaround and fix! BTW: Thanks to bph in https://forums.virtualbox.org/viewtopic.php?f=7&t=50009 here the complete list of steps to do the workaround:
- open a terminal window
- type "sudo gedit /etc/default/grub" (without the quotes) and press enter
- Comment out the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" by adding a "#" character in front.
- Add new line below: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nmi_watchdog=0 nowatchdog"
- Save and exit
- type "sudo update-grub" (without the quotes) and press enter
- reboot.
comment:7 12 年 前 由 編輯
Note: I did not have this problem from the beginning with the newer kernels and first it did not happen all the time (even if very often). I did several changes (uninstalled latest updated packages etc) which first seem to help but not in the long run. Since 2 days it happened nearly ever on two machines - and finally I found this - so many thanks again!
Please attach a VBox.log file of such a VM session. Even if the host freezes there should be such a file available (GUI / Machine menu / Show Log File...)
Which was the previous VBox version you used to successfully boot this guest? Was it VirtualBox 4.1.2 from Ubuntu 11.10?