Blog about cooking, technology and something else
When I try to install Windows 7 on Virtual Box 4.1, I get this error:
To fix it, stop the virtual machine, go to Settings -> System and check “Enable IO APIC”
Blog about cooking, technology and something else
When I try to install Windows 7 on Virtual Box 4.1, I get this error:
To fix it, stop the virtual machine, go to Settings -> System and check “Enable IO APIC”
Yesterday I launched one of my virtual machines to find out that I am low on space. I wanted to expand the static (fixed size) disk but apparently this couldn’t be done on a static disk. Some posts indicated that one could clone the disk as a dynamic one and then resize that.
I wanted to resizing the vdi disk from 7GB to 12GB. To do this I
vboxmanage clonehd disk-name.vdi new-disk-name.vdi
VBoxManage modifyhd new-disk-name.vdi --resize 12000 #12000 is 12000MB
But this did not solve the problem. Albeit the disk is now dynamic and 12GB in size, still the additional space was detected as unallocated space in the virtual Ubuntu 12.04. Given that the unallocated space was added to the end of the partition table, there was no way of resizing the root partition. Continue reading