virt-install error: Host does not support any virtualization options

8,889

udpate: /boot/grub/menu.1st had a new stanza added with the "xen" kernel suffix. Also changed default to 0 in this file.

rebooted and i am at least able to run virt-install.

Share:
8,889

Related videos on Youtube

David Fox
Author by

David Fox

Updated on September 17, 2022

Comments

  • David Fox
    David Fox almost 2 years

    Completed CentOS 5.4 perfect install from howtoforge.com (ISPConfig 3). I have ISPConfig 3 deployed with a handful of sites. I installed xen:

    yum install xen kernel-xen
    

    I installed the recommended (linuxtopia.org) virtualization packages and started libvirtd

    yum install virt-manager libvirt libvirt-python libvirt-python python-virtinst
    

    I have damn small linux .iso in /root

    virt-install --name damnsmall --ram 16 --file=/var/lib/xen/images/damnsmall.img --file-size=1 --vnc --cdrom=/root/current.iso
    

    yields the error: ERROR Host does not support any virtualization options

    I have also tried this from GNOME (virt-manager) and I can't even add a connection. I read somewhere I need to reboot with the xen kernel. I dont think I want to do that--though, not really sure why. I need to keep ISPConfig untouched.