linux安装kvm
发布时间: 2023-03-13 17:27:55
‘壹’ 求助KVM安装linux系统 出现 no bootable device
no bootable device这个是没有引导设备 ,你用的kvm,这个需要指明cdrom是引导设备的。可以参考我下面的配置。
<pre t="code" l="cpp">virt-install --name=gzxtest02 --ram 4096 --vcpus=16 --autostart --hvm \
--disk path=/data/kvmimg/gzxtest02.qcow2,size=60,format=qcow2 \
--cdrom /data/download/CentOS-6.6-x86_64-bin-DVD1.iso \
--graphics vnc,listen=0.0.0.0,port=5903 \
--network bridge=br0,model=e1000 --force --connect qemu:///system
‘贰’ 求助KVM安装linux系统 出现 no bootable device
no bootable device这个是没有引导设备 ,你用的kvm,这个需要指明cdrom是引导设备的。可以参考我下面的配置。
virt-install--name=gzxtest02--ram4096--vcpus=16--autostart--hvm
--diskpath=/data/kvmimg/gzxtest02.qcow2,size=60,format=qcow2
--cdrom/data/download/CentOS-6.6-x86_64-bin-DVD1.iso
--graphicsvnc,listen=0.0.0.0,port=5903
--networkbridge=br0,model=e1000--force--connectqemu:///system
‘叁’ linux中kvm虚拟机安装的路径在哪
安装路径不要安装在实体机的启动盘就可以了,具体路径可自定义。
热点内容