windows 2008R2  Hyper-v 安装红帽5.6 X86系统,安装hyper-v的集成网络驱动

在安装好的操作系统上安装:Linux Integration Services 服务

    Linux Integration Services Version 2.1 支持

          SUSE Linux Enterprise Server 10 SP3 ,11 sp1

          Red Hat Enterprise Linux 5.2, 5.3, 5.4, and 5.5 x86 and x64 (Up to 4 vCPU),经实验5.6也是可以支持的。

下载地址:http://www.microsoft.com/downloads/zh-cn/details.aspx?displaylang=zh-cn&FamilyID=eee39325-898b-4522-9b4c-f4b5b9b64551

 Linux Integration Services Version 3.2 支持

           Red Hat Enterprise Linux 6.0 and 6.1 x86 and x64 (Up to 4 vCPU)
           CentOS 6.0 x86 and x64 (Up to 4 vCPU)

下载地址:http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=216de3c4-f598-4dff-8a4e-257d4b7a1c12

详细支持操作系统版本 要看官方帮助,hyper-v 目前对于网卡的支持linux操作系统仅有,redhat,suse,对于其它操作系统没有实验,个人认为centos也是可以支持的。

本文以redhat linux 为例说明,先说5.6的安装方法:

1.安装安操作系统:ifconfig -a   没有网卡

2.下载Linux Integration Services Version 2.1 ,因为此步骤为编译安装,所以要安装开发包,建议配置yum源来安装。

 

    yum groupinstall "Development Tools"

 

#mkdir /mnt/cdrom
#mount /dev/cdrom /mnt/cdrom

#mkdir /opt/linux_ic_v21_rtm
#cp –R /mnt/cdrom/* /opt/linux_ic_v21_rtm
#umount /mnt/cdrom

#cd /opt/linux_ic_v21_rtm/
#make
#make install

#reboot

3. ifconfig -a ,已有seth0网卡,说明已经OK了!

 

对于redhat 6.0 以上的版本:相比较要比5要简单的多

下载:Linux Integration Services Version 3.2

# mount /dev/cdrom /media

# /media/install.sh
# reboot