Category: Virtual Machines & Environments

Linux KVM Drivers in Windows
article #369, updated 4516 days ago

There are disk and network drivers:

http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers

And some excellent articles on making them work:

http://www.linux-kvm.com/content/preview-redhat-54-windows-virtio-drivers-part-1

http://www.linux-kvm.com/content/redhat-54-windows-virtio-drivers-part-2-block-drivers

Categories:      

==============

Updating VirtualBox Guest Additions in Windows
article #308, updated 4706 days ago

Some very interesting methods here:

http://www.virtualbox.org/manual/ch04.html#additions-windows

Looks much better than overwriting the MSI, which has now failed on me twice.

Categories:      

==============

Advanced Memory Management, XP/2003/Vista/7, & virtuals
article #295, updated 4724 days ago

Start reading here:

http://msdn.microsoft.com/en-us/library/ff556232.aspx

and try /3GB and/or /PAE (search for it in the above) if you’re on XP or 2003. If you’re on Vista or 7, go here:

http://msdn.microsoft.com/en-us/library/ff542202.aspx

and try PAE and very possibly IncreaseUserVA.

I have found very good performance of 32-bit Windows as virtual guest, in a VirtualBox environment hosted on 32-bit Fedora 14 Linux, using the PAE kernel on Linux and /PAE (or BCDEdit /SET PAE) in the virtual. If you use PAE in the kernel, do make sure to use PAE in the virtual, or there will be an extra and expensive memory processing step required at all times. This is to be done even if the virtual is configured with smallish RAM, e.g., 1G.

Categories:      

==============

Create a VHD (virtual hard drive) from a running server
article #242, updated 4852 days ago

The following:

http://technet.microsoft.com/en-us/sysinternals/ee656415

creates one or more Microsoft VHDs, suitable for use in Hyper-V and Virtual PC, from the drive(s) and/or RAID volume(s) of a running server or workstation.  Server 2003 / XP and up.

Categories: