在xenserver里找pxe启动安装系统,使用other install media 模板。每次都停在 mounting /tmp as tmpfs... done
谷歌路径;http://serverfault.com/questions/535492/rhel-clones-centos-scientific-cern-network-installation-on-xenserver-6-2 里找到答案。
解决方案:
首先通过xe vm-list获取UUID
然后再执行xe vm-param-set uuid=uuid_of_your_virtual_machine platform:viridian=false
接着重新启动你要安装的那个系统