原地址在這里:(作者也是我,害羞)
http://www.aboutyun.com/forum.php?mod=viewthread&tid=22898
小白經過兩天嘗試,用fuel部署好了OpenStack的云平臺,接下來想在Compute節點上創建一個win7 實例,所以需要自己制作win7鏡像并上傳。我的環境是VirtualBox+CentOS6.5, VirtualBox里開啟了虛擬化,?
我的計算機是宏碁 i5-3210M處理器,用Securable查看得知該CPU支持虛擬化。
于是我按照http://blog.csdn.net/liuhui_charmingglobe/article/details/89110406里的方法步驟,下載了win7的鏡像,驅動文件,創建系統盤,統一放在了controller節點下的/home/p_w_picpath目錄下:?
接下來創建了腳本create-win7-p_w_picpath.sh并賦予腳本執行權限?
然后執行腳本 sh create-win7-p_w_picpath.sh
但是出現了一下錯誤:?Could not access KVM kernel module: No such file or directory?
failed to initialize KVM: No such file or directory?
網上查了后,運行 rpm -qa | grep kvm: 發現安裝了qemu-kvm??
奇怪的是沒有發現網上說的什么kvm_intel???這是怎么回事呢?
然后我各種查,當運行 egrep '(vmx|svm)' /proc/cpuinfo 時,什么都沒有返回,這是CPU不支持虛擬化的意思?但是我的筆記本CPU支持虛擬化啊?這是怎么回事呢?
一直卡在這一步,搞了兩天了,怎么辦呢?請求各位賜教!
轉載于:https://blog.51cto.com/fengjungle/1971763