我已经在我的一个Hyper-V虚拟机中安装了Ubuntu。
鼠标在客人操作系统中不起作用,我得到以下exception。
[Window Title] Virtual Machine Connection [Main Instruction] Mouse not captured in Remote Desktop session. [Content] The mouse is available in a Remote Desktop session when integration services are installed in the guest operating system. For more information, search on 'integration services' in Help. [ ] Please don't show me this again [OK]
有人可以指导我,如果你尝试过吗? 如果有可能使其工作,请让我知道。 请考虑我对Ubuntu和Linux环境非常新颖。
合成鼠标支持不包含在Hyper-V Linux集成组件中。 Citrix Project Satori Web站点http://www.intel.com/zh-cn/satori.html中旧版本的集成组件(2.1)的单独版本中提供了参考
不幸的是,这些驱动程序的设置不适用于Linux内核中包含的当前Hyper-V集成组件。
看看下面的博客文章 – 它专门针对Ubuntu 10.10服务器,尽pipe所示的步骤应该能够让您尽可能多地了解如何完成:
本文build议将以下四行添加到/etc/initramfs-tools/modules文件的末尾:
hv_vmbus hv_storvsc hv_blkvsc hv_netvsc
保存您的更改并发出update-initramfs –u命令并重新启动。 祝你好运,你应该起来工作。
Ubuntu似乎不是支持Hyper-V“首选”的“启蒙”虚拟化支持的操作系统。 大多数早期版本的Windows也属于同一情况,这并不是一个单一的问题。 如果你search一下,有一些黑客/指南可能会有所帮助。