ubuntu下kvm 命令行安装64位ubuntu报”Couldn’t find hvm kernel for Ubuntu tree.”的问题分析
1.安装ubuntu时使用的virt-install的配置: virt-install \ --name test4 \ --ram 1024 \ --disk path=/data/01_ubuntu/ubuntu4.img,size=6 \ --vcpus 1 \ --hvm \ --os-type linux \ --network network=default \ --os-variant ubuntuquantal \ --graphics none \ --console pty,target_type=serial \ --location /data/00_osfile/u
下载地址
用户评论