NFS, FTP or HTTP.
.iso file installation media.
xm dmesg | grep VMX command. The output should display as follows:
(XEN) VMXON is done (XEN) VMXON is done
cat /proc/cpuinfo | grep vmx command to verify the CPU flags have been set. The output should be similar to the following. Note vmx in the output:
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
xm dmesg | grep VMX is not VMXON is done for each CPU. Please visit the BIOS if other messages are reported.
xm dmesg | grep SVM command. The output should look like the following:
(XEN) AMD SVM Extension is enabled for cpu 0 (XEN) AMD SVM Extension is enabled for cpu 1
cat /proc/cpuinfo | grep svm to verify the CPU flags have been set. The output should be similar to the following. Note svm in the output:
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc
/var/lib/xen/images/ folder. If you use a different directory you must add the directory to your SELinux policy. For more information see Section 10.1, “SELinux and virtualization”.