Few days back I mention about the latest version availability of Linux IC for HYPER-V. Soon after that got a chance to test this on RH 6.1. Below steps will guide through the setup process of RH 6.1 along with Linux IC. Once completed you have the mouse drivers setup properly. Some of the latest improvements of the Linux IC’s are,
First I went ahead and created a VM with default settings. Important part is to add a Legacy network card initially,

Adding legacy card will allow the Linux OS to have network communication without Linux IC (Integrated components)
Rest of the process is typical Linux installation and will be shared with you’ll with screen captures,



Make sure you’re tick “Connect automatically” for the NIC in bootup.

Make sure you select customize now and add the desktop component 


At this moment Linux setup is completed. After the boot up you’ll have the chance to register with RedHat Network. This will help you to get the latest updates. Since I didn’t had a RH account I have skip this option,

Now we go ahead and mount the Linux IC iso file which we have downloaded from Microsoft web site.

Go ahead and open the Terminal and login under root account by typing “su –“

Mount the CD Rom to the system, once mounted you can type “ls” and view the files in the CD Rom,

Now it’s time to install the integrated components, depend on your operating system 32bit or 64bit execution files will be different,
For 64-bit versions:
# yum install /media/x86_64/kmod-microsoft-hyper-v-rhel6-60.1.x86_64
# yum install /media/x86_64/microsoft-hyper-v-rhel6-60.1.x86_64
# reboot
For 32-bit versions:
# yum install /media/x86/kmod-microsoft-hyper-v-rhel6-60.1.i686
#yum install /media/x86/microsoft-hyper-v-rhel6-60.1.i686
# reboot
I had a 32bit version of RH 6.1 ,


To see if Linux IC setup properly,

After this completes you can reboot the system and then check the mouse integration and also the functionality of the second NIC.
Latest Linux IC can be downloaded from here.