我有带hyper v角色的windows 2008 r2。我创建了一个rhel6虚拟机,但是当我尝试按照微软的说明安装Linux Integration services时,我得到了这个错误:
ls: cannot access kmod-microsoft-hyper-v-rhel6-43.1.x86_64.rpm No such file or directory
ls: cannot access microsoft-hyper-v-rhel6-43.1.x86_64.rpm No such file or directory
RPM`s are missing我验证了这两个文件与install.sh脚本位于同一文件夹中。
发布于 2012-04-25 20:18:15
找到解决方案http://chkchaitu.wordpress.com/2012/04/10/rhelcentos6-2-on-hyper-v-2k8-r2-with-lic-v3-2/
安装Linux Integration Services 3.2版后,发现CD空间无法正常工作-解决方案:
http://support.microsoft.com/kb/2600152
发布于 2012-03-22 18:27:31
你看过install.sh脚本了吗?也许他正在寻找其他地方,而不是它自己的目录;)。
发布于 2012-03-23 17:05:42
目录的路径可能与脚本查找的路径不同。
https://stackoverflow.com/questions/9820241
复制相似问题