search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Hyper-V üzerinde CentOS 6 Desktop kurulumu ve mouse desteği – Bölüm2
Posted in Linux Server, Virtual Machine Manager | 15 Comments | 24,464 views | 27/07/2011 12:29

We finished CentOS installation on first part. I’ll show you how to install Hyper-V LIC and mouse support.

Step 19: After installation reboot server and using keyboard, stay at GRUB menu. Press “e” to edit.

Step 20: Select kernel and press “e” again to edit kernel arguments.

Step 21: Go to end and type “3″ to boot in multi user mode without graphical interface. Press “Enter” to save changes.

Step 22: Select kernel again and press “b” button to boot from that kernel.

Step 23: Login with root username and password. Type “uname -a” to see your kernel.

Step 24: Try to ping an ip address to check your network connection.

Step 25: Type the commands below to download integration components.

cd /home
wget http://www.yusufozturk.info/linux/tools/LinuxICv31.tar
tar -xvf LinuxICv31.tar

Step 26: After untar, go into “LinuxICv31″ directory and check files.

cd LinuxICv31
ls
cd x86_64

Step 27: Install “kmod-microsoft-hyper-v-rhel6-60.1.x86_64.rpm” on CentOS.

rpm -ivh kmod-microsoft-hyper-v-rhel6-60.1.x86_64.rpm

Step 28: Install “microsoft-hyper-v-rhel6-60.1.x86_64.rpm” on CentOS.

rpm –ivh microsoft-hyper-v-rhel6-60.1.x86_64.rpm

Step 29: If installation is successful, then you should see this message.

Step 30: After LIC installation turn off your VM.

Step 31: Remove emulated network adapter. Add new synthetic network adapter.

Step 32: Set same MAC address but configure it as static.

Step 33: You can use CentOS 6 Desktop with mouse support.

PS: Mouse support is only available with Hyper-V LIC v3.2 at the moment.


Comments (15)

ryan

July 29th, 2011
16:37:09

Step 35: You can use CentOS 6 Desktop with mouse support.

PS: Mouse support on Hyper-V LIC v3.1 is not available yet at the moment.

So…. There is or isn’t mouse support? I’m a bit confused I guess.


admin

July 29th, 2011
17:49:51

Hello Ryan,

I used ActiveX RDP for mouse support:
http://archive.msdn.microsoft.com/ddc/Release/ProjectReleases.aspx?ReleaseId=4196

LIC v3.1 has mouse integration but it’s not officially announced yet. It’s supposed to announced soon. I’m waiting official announcement. That’s why I haven’t changed my post yet.

Yusuf.


corn

September 14th, 2011
20:06:14

Thank you for your tutorial.
Before installing Centos you set a Legacy network adapter,
and at the end you set a normal one.
Is this correct?


Josh

September 15th, 2011
01:35:37

So what the heck?! It isn’t supported yet but you have an entire write up on it. So once this is installed it doesn’t work and we have to use something else?

Well how about a write up on that something else? I must be missing the point of this how to…


admin

September 15th, 2011
08:36:15

Hello Josh,

Mouse driver is already in the Linus Tree and should be in latest kernel. Also you may find mouse driver in the package above. It just didn’t publish officially by Microsoft. I’m still waiting for official announcement.

Thanks for your understanding.

Yusuf.


admin

September 15th, 2011
08:36:34

@Corn,

Thats correct corn.


Chris

September 15th, 2011
15:33:54

hi there,

when i get to the point of:

Step 27: Install “kmod-microsoft-hyper-v-rhel6-60.1.x86_64.rpm” on CentOS

i keep getting messages such as “0x73618816 is needed by kmod-microsoft-hyper-v-rhel6-60.1.x86_64.rpm

Any ideas?


admin

September 15th, 2011
19:33:08

@Chris

It means, you need Linux kernel package for CentOS 6. Are you really sure you did same steps as my installation guide?

You can download rpm package for CentOS 6 kernel from here:
http://pkgs.org/centos-6-rhel-6/centos-rhel-x86_64/kernel-2.6.32-71.el6.x86_64.rpm.html

Yusuf.


Engineer Bill

October 5th, 2011
02:30:29

Is mouse support ready yet? Building the Citrix Project Satori drivers (http://www.xen.org/products/satori.html) into CentOS 5.5 works with Hyper-V. The inputvsc drivers do not work under CentOS 6 kernal though. Any news would be appreciated SOON!


Mike Sterling

October 6th, 2011
06:03:23

Changes have been checked into the Linux kernel that will enable mouse support – check the driver-devel mailing list for posts from KY Srinivasan.


Centos 6 in Hyper-v » sshlog

October 20th, 2011
18:39:16

[…] 圖解安裝 […]


abizmo

November 8th, 2011
15:38:11

Hi, the tutorial is great, but i need some help, i have done all of this and when i restart my eth0 is missing and eth1 is shown, i want to rename them, do you know how i can do?


admin

November 9th, 2011
10:15:18

Hello Abizmo,

You can check this post:
http://www.yusufozturk.info/linux-server/eth-name-changes-after-hyper-v-linux-is-v3-1-installation-on-centos-6.html

Yusuf.


admin

December 3rd, 2011
09:28:41

Hello,

I’m glad to inform you about mouse support. Microsoft has just released Linux Integration Services v3.2. Integrated mouse support is now included with new LIS.

You can download from here:
http://www.microsoft.com/download/en/details.aspx?id=28188

Yusuf.


aaaa

December 13th, 2011
09:52:39

CentOS6.0. After install that rpm my cdrom and network is not founded and mouse is not here…
how to install Linux Integration Services v3.2 ?



Leave a Reply