xenserver PXE安装系统错误的解决
刚开始在xenserver里找pxe启动安装系统找了半天,最后在NEW VM里的template里选择other install media 里找到pxe启动,启动之后加载映像,安装到一半又停止了,每次都停在
mounting /tmp as tmpfs... done
这个位置就不动了。google了半天,最终在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
接着重新启动你要安装的那个系统就OK了