配置kvm server和用virt-manager安装虚拟机
参考文章:http://blog.sina.com.cn/s/blog_802ca1fd0101c3xh.html 主要是配置kvm server,安装spice server和spice客户端
http://blog.sina.com.cn/s/blog_802ca1fd0101c49s.html 主要是用virtual machine manager (virt-manager)安装虚拟机
在配置kvm server时,配置网桥时参考以下内容:
http://hi.baidu.com/foolyard/item/ec3fb02913aae6fe51fd877b
这个内容主要是在配置kvm server文章在完成
localhost 后面出现qemu,如果不安装会出现localhost(qemu)not connected
即便安装了libvirt-bin仍出现localhost(qemu)not connected时,注意以下几点:
The 'libvirt-bin' package is installed
The 'libvirtd' daemon has been started
You are member of the 'libvirtd' group
主要是libvirt-bin daemon要启动
可以使用如下命令 service libvirt-bin restart
libvirt-bin路径是:/etc/init.d目录下,注意这里面的只是一个链接文件
如果还是不行,可以先重启ubuntu,然后再重启libvirt-bin,这样应该就可以了
2:新建虚拟机
按照上述博客中介绍的新建虚拟机,然后配置之后安装ubuntu点击begin installation,后出现以下问题
Unable to complete install: 'internal error cannot load AppArmor profile 'libvirt-05eca91a-ff18-2720-0dd5-6498a303c62a''
可以先安装apparmor文件:sudo apt-get install apparmor
我的问题是我的ubuntu iso镜像文件放在/home/ubuntu (用户主目录)目录下就不会出现上述问题,如果放在其他目录如自己新建的目录/d1目录下就回出现上述问题
将iso文件放在/home/ubuntu(用户主目录)后,重新建立虚拟机。按照博客中介绍的完成kvm guest 虚拟机配置后
(注意boot option 要选择上,修改display vnc 后要点击yes),点击begin installation后
虚拟机一直黑屏如下:
并且在performance中cpu usage 一直处于0%的状态,memory usage 确是100%。
但是我安装其他的系统如fedora就没有问题,出现了安装界面。但是ubuntu,xp,win7都无法安装,都没有出现安装界面。感觉没有使用cpu一样。
我的解决方法是:执行完以下步骤后
直接点击finish,然后begin installation就能正确安装,会出现正常的安装启动界面。如下:
之后正常启动后,关闭该虚拟机(power off)
然后再按照上述博客的内容配置该虚拟机。使其能成为spice 的guest机。
需要注意的是:还要设置ide cdrom 1,设置source path,并让其connect。
还要设置boot option,修改为第一启动cdrom 第二启动hard disk。
安装完成后,修改boot option第一启动为hard disk
注意:不要设置video model为qxl。