VirtualBox

Opened 13 years ago

Closed 10 years ago

#9185 closed defect (fixed)

Cannot install Windows 2008 R2 as a guest

Reported by: Mury Owned by:
Component: other Version: VirtualBox 4.0.10
Keywords: Debian, 2008, dell, r310 Cc:
Guest type: Windows Host type: Linux

Description (last modified by Frank Mehnert)

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 &

Attachments (1)

VBox.log (43.8 KB ) - added by Mury 13 years ago.

Download all attachments as: .zip

Change History (4)

by Mury, 13 years ago

Attachment: VBox.log added

comment:1 by Frank Mehnert, 13 years ago

So your VM crashes, correct? In that case, a Core_dump would help us debugging.

comment:2 by Mury, 13 years ago

We found the process that was killing the VM and solved the issue. Thank you for the information how to collect core_dump, was really helpful!

comment:3 by Frank Mehnert, 10 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use