Hello
I have a quick simple question.
I am trying to install a domU with debian squeeze image from Cloudmin images and every time he use HVM for virtualization instead of vmlinuz or pygrub. My dom0 is Debian squeeze amd64.
From file am i can create a vmlinuz paravirtualizated guest like:
# # Configuration file for the Xen instance vm1.domain.ro, created # by xen-tools 4.2 on Mon Jul 25 15:17:50 2011. #
# # Kernel + memory size # kernel = '/boot/vmlinuz-2.6.32-5-xen-amd64' ramdisk = '/boot/initrd.img-2.6.32-5-xen-amd64'
vcpus = '1' memory = '1024'
# # Disk device(s). # root = '/dev/xvda2 ro' disk = [ 'phy:/dev/xen/vm1.domain.ro-disk,xvda2,w', 'phy:/dev/xen/vm1.domain.ro-swap,xvda1,w', ]
# # Physical volumes #
# # Hostname # name = 'vm1.domain.ro'
# # Networking # vif = [ 'ip=194.102.203.22,mac=00:16:3E:77:AB:CA' ]
# .# Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'
but i cannot do a paravirtualizated squeeze quest on squeeze host from cloudmin.
I just need to know if cloudmin image for debian squeeze could be installed with vmlinuz or only with HVM?