Changes between Version 12 and Version 13 of adherelinux/KVM_DRBL_ONE
- Timestamp:
- Sep 8, 2011, 8:23:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adherelinux/KVM_DRBL_ONE
v12 v13 155 155 client$ kvm -hda deb.img -m 512M 156 156 }}} 157 是時候再terminal會出現以下訊息:open /dev/kvm: No such file or directory Could not initialize KVM [[br]] 158 , will disable KVM support. 這時候我們發現他的kernel module 沒有載進去.[[br]] 159 157 這時候terminal會出現以下訊息:open /dev/kvm: No such file or directory Could not initialize KVM [[br]] 158 , will disable KVM support. 我們發現其實kernel module 沒有載入進去.[[br]] 160 159 我們可以在每個client端下指令,或者在server端使用指令drbl-doit(可讓每個client端下同樣的指令) modprobe kvm-intel. 161 160 {{{