-
-
背景
Ubuntu Linux已经发布了11.04版本,目前能够在Windows Hyper-V中高效运行的Ubuntu已经有2个release了(11.04和10.10)。由于Ubuntu Server的内核中已经编译了Hype-V IC的模块,因此只需要在经过简单的配置,使kernel在启动时加载Hyper-V IC module就可以高效运行了。下载安装介质Ubuntu Linux的11.04和10.10,只有Server版中才包括Hyper-V IC的模块,因此需要下载Ubuntu Server版的安装ISO:http://releases.ubuntu.com/11.04/ubuntu-11.04-server-amd64.isohttp://releases.ubuntu.com/10.10/ubuntu-10.10-server-amd64.iso安装过程1. 在Hyper-V中为安装Ubuntu Server建立VM,1-4个CPU,内存512MB以上,网卡,设置从已下载的Ubuntu安装ISO启动。如果无法出现初始化虚拟机的提示,请打上Windows Server 2008 R2 SP1的补丁(windows6.1-KB976932-X64.exe)。下载地址:http://www.microsoft.com/downloads/zh-cn/details.aspx?displaylang=zh-cn&FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda2. 安装正常步骤安装Ubuntu Server3. 安装结束后在编辑Ubuntu Server中的文件/etc/initramfs-tools/modules,在文件末尾添加配置行:hv_vmbushv_storvschv_blkvschv_netvsc4. 运行update-initramfs,并reboot系统# update-initramfs –u# reboot5. Ubunut再次启动后已经是Hyper-V IC生效(enable)了,可以使用lsmod命令进行验证:# lsmod | grep hv_vmbushv_vmbus 50431 4 hv_utils,hv_netvsc,hv_blkvsc,hv_storvsc6.设置IP、网关、掩码等。vi /etc/network/interfaces,添加以下内容:使用静态IP:iface eth0 inet staticaddress 192.168.83.200netmask 255.255.255.0gateway 192.168.83.2auto eth0使用DHCP:auto eth0iface eth0 inet dhcp7.添加DNS,vi /etc/resolv.conf(可能要新建),添加以下内容:nameserver 192.168.83.28.重新启动网络:/etc/init.d/networking restart 作者 南桥一梦
点这里复制本页地址发送给您QQ/MSN上的好友
- 300*300广告