Custom Query (16363 matches)
Results (1825 - 1827 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #9185 | fixed | Cannot install Windows 2008 R2 as a guest | ||
| Description |
Running VirtualBox 4.0.10 on Debian Lenny 64-bit host installed on Dell R310. Successfully created a Windows 2008 64-bit guest VM, however Windows cannot install. The VRDP session terminates 30 sec after Windows install starts. I tried to replicate the problem on Supermicro hardware, but I was able to successfully install Windows there. I also exported the VM from Supermicro and imported it on the Dell R310 and had the same problem - VRDP terminates 30 sec after Windows start. Below is the script used to create the guest VM and also the log files are attached. #!/bin/bash VBoxManage createvm --name "Windows" --ostype Windows2008_64 --register VBoxManage modifyvm "Windows" --memory 4096 VBoxManage modifyvm "Windows" --boot1 dvd --boot2 disk --boot3 none --boot4 none VBoxManage modifyvm "Windows" --vrde on --vrdeport 3389 VBoxManage modifyvm "Windows" --nic1 bridged --bridgeadapter1 eth0 VBoxManage modifyvm "Windows" --nic2 hostonly --hostonlyadapter2 vboxnet0 VBoxManage storagectl "Windows" --name "IDE Controller" --add ide --controller PIIX4 VBoxManage createhd --filename "/var/virtualbox/Windows/Win2008R2.vdi" --size 50000 --format VDI --variant Fixed & wait VBoxManage storageattach "Windows" --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium /var/virtualbox/x16-06078.iso VBoxManage storageattach "Windows" --storagectl "IDE Controller" --port 0 --device 1 --type hdd --medium /var/virtualbox/Windows/Win2008R2.vdi --mtype normal VBoxHeadless --startvm Windows > /dev/null & |
|||
| #14650 | invalid | Cannot install Windows 8.1 or Windows 10 as guest virtual machines | ||
| Description |
I have a Windows 7 host system that is used for testing deployments of our application on numerous target OS's. These include XP x86 and x64, Vista x86 and x64, Win 7 x86 and x64. These all installed fine and are running. Win 8.1 and Win 10 will not install. I have tried multiple solutions on the web with no luck. I temporarily put another hard drive in the computer and verified that Win 8.1 and 10 will install properly. The processor is an AMD Athlon II X2 B26 which supports AMD-V as well as SSE2. It's supposed to support NX but there is no place in the BIOS to set this. The BIOS only allows virtualization to be enabled/disabled. Line 550 in the log may be a clue because it seems to be misidentifying the CPU: 00:00:02.449392 CPUM: Matched host CPU AMD 0x10/0x6/0x3 AMD_K10 with CPU DB entry 'AMD Phenom II X6 1100T' (AMD 0x10/0xa/0x0 AMD_K10) Line 663 reports that NX/XD cannot be turned on so maybe that's another clue: 00:00:15.067232 CPUM: WARNING! Can't turn on NX/XD when the host doesn't support it! I've attached the log file. Thanks in advance... |
|||
| #11849 | invalid | Cannot install XP 32bit -- Blue screen error: IRQL_NOT_LESS_OR_EQUAL | ||
| Description |
Cannot install XP 32bit -- Blue screen error: IRQL_NOT_LESS_OR_EQUAL Attached screen shot and VBox.log file |
|||

