在xenserver里找pxe启动安装系统,使用other install media 模板。每次都停在 mounting /tmp as tmpfs... done
解决方案:
首先通过xe vm-list获取UUID
然后再执行xe vm-param-set uuid=uuid_of_your_virtual_machine platform:viridian=false
接着重新启动你要安装的那个系统
xencenter 从网卡安装系统mounting /tmp as tmpfs... done
原文:http://3367005.blog.51cto.com/3357005/1698814