Answer the question
In order to leave comments, you need to log in
Why is the new DomU not starting - CentOS 7. HVM?
Good day. I installed the CenOS 7 guest domain in hvm mode. How I installed it: 1) I created an LVM partition, all the guest domains on LVM work for me there. 2) Config during installation:
[[email protected] xen]# cat Centos7.hvm
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
name = "Centos7"
memory = "1024"
disk = ['phy:/dev/mapper/VolGroup00-Asterisk,hda,w', 'file:/mnt/usb_HHD/CentOS-7-x86_64-Everything-1503-01.iso,hdb:cdrom,w']
vif = ['type=ioemu,bridge=avpublic']
device_model = "/usr/lib64/xen/bin/qemu-dm"
boot="d"
vnc=1
vcpus=1
serial = "pty"
on_shutdown = "destroy"
on_reboot = 'destroy'
on_crash = "preserve"
[[email protected] xen]#
[[email protected] admin]# cat /etc/xen/Centos7.hvm
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
name = "Centos7"
memory = "1024"
disk = ['phy:/dev/mapper/VolGroup00-Asterisk,hda,w']
vif = ['type=ioemu,bridge=avpublic']
device_model = "/usr/lib64/xen/bin/qemu-dm"
boot="c"
vnc=1
vcpus=1
serial = "pty"
on_shutdown = "destroy"
on_reboot = 'destroy'
on_crash = "preserve"
[[email protected] admin]#
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question