[SOLVED] Guest Running on Battery, but Host is not a Laptop?
Posted: 4. Jul 2012, 21:51
I have a desktop computer (not a laptop) running Win 7 Ultimate SP1 64-bit with VirtualBox 4.1.18. I am installing a Windows Server 2008 R2 guest.
After the install completes the Notification tray for the Win 20008 R2 guest displays a battery icon (at 100%)? The install is done using a .bat script with vboxmanage commands:
VBoxManage createvm --name "%VMNAME%" --ostype "Windows2008_64" --basefolder "%VMPATH%"
VBoxManage registervm "%VMPATH%\%VMNAME%\%VMNAME%.vbox"
VBoxManage modifyvm "%VMNAME%" --cpus %VMCPU% --memory %VMMEM%
VBoxManage modifyvm "%VMNAME%" --firmware bios --chipset piix3 --pae off
VBoxManage modifyvm "%VMNAME%" --acpi on --ioapic on --hwvirtex on --nestedpaging on --largepages on
VBoxManage modifyvm "%VMNAME%" --boot1 dvd --boot2 disk --boot3 none --boot4 none
VBoxManage modifyvm "%VMNAME%" --nictype1 82540EM --nic1 nat
VBoxManage modifyvm "%VMNAME%" --monitorcount 1 --vram 27 --accelerate3d off
VBoxManage modifyvm "%VMNAME%" --keyboard ps2 --mouse usbtablet --audio none
VBoxManage modifyvm "%VMNAME%" --clipboard bidirectional --usb on --usbehci on
The script hasn't changed in weeks, but after upgrading to VirtuallBox 4.1.18 the guest appears to think the host hardware is a laptop.
This becomes a problem when you want to install a Windows Service Pack - Service Pack's won't install if they think the computer is running on battery power.
I'm trying to figure out if this is a an actual bug, or some configuration issue I have missed.
After the install completes the Notification tray for the Win 20008 R2 guest displays a battery icon (at 100%)? The install is done using a .bat script with vboxmanage commands:
VBoxManage createvm --name "%VMNAME%" --ostype "Windows2008_64" --basefolder "%VMPATH%"
VBoxManage registervm "%VMPATH%\%VMNAME%\%VMNAME%.vbox"
VBoxManage modifyvm "%VMNAME%" --cpus %VMCPU% --memory %VMMEM%
VBoxManage modifyvm "%VMNAME%" --firmware bios --chipset piix3 --pae off
VBoxManage modifyvm "%VMNAME%" --acpi on --ioapic on --hwvirtex on --nestedpaging on --largepages on
VBoxManage modifyvm "%VMNAME%" --boot1 dvd --boot2 disk --boot3 none --boot4 none
VBoxManage modifyvm "%VMNAME%" --nictype1 82540EM --nic1 nat
VBoxManage modifyvm "%VMNAME%" --monitorcount 1 --vram 27 --accelerate3d off
VBoxManage modifyvm "%VMNAME%" --keyboard ps2 --mouse usbtablet --audio none
VBoxManage modifyvm "%VMNAME%" --clipboard bidirectional --usb on --usbehci on
The script hasn't changed in weeks, but after upgrading to VirtuallBox 4.1.18 the guest appears to think the host hardware is a laptop.
This becomes a problem when you want to install a Windows Service Pack - Service Pack's won't install if they think the computer is running on battery power.
I'm trying to figure out if this is a an actual bug, or some configuration issue I have missed.