I have tried many versions of disk and root kernel = "/boot/vmlinuz-2.6.18-92.el5xen" name = "centos.5-2" vif = [ '''' ] dhcp = "dhcp" disk = [''phy:hda3,sda1,w''] root = "/dev/sda1 ro" netmask="255.255.255.0" gateway="192.168.10.1" memory = 2000 vcpus = 2 with this /usr/sbin/xm create -c cent52.cfg vmid=1 i get nothing .. tried some of the example versions with nearly the same results. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 8/6/08, Terry Moore <planohog@gmail.com> wrote:> I have tried many versions of disk and root > > kernel = "/boot/vmlinuz-2.6.18-92.el5xen" > name = "centos.5-2" > vif = [ '''' ] > dhcp = "dhcp" > disk = [''phy:hda3,sda1,w''] > root = "/dev/sda1 ro" > netmask="255.255.255.0" > gateway="192.168.10.1" > memory = 2000 > vcpus = 2 > > with this > /usr/sbin/xm create -c cent52.cfg vmid=1/var/log/xen/xend.log & /var/log/xen/xend-debug.log information can provide some details.> > i get nothing .. tried some of the example versions > with nearly the same results. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Terry Moore wrote on Tue, 5 Aug 2008 23:36:44 -0500:> i get nothing .. tried some of the example versions > with nearly the same results.You are missing the boot loader and there''s no need for kernel/root lines on a paravirtualized CentOS. How did you create your virtual machine? Simply create it with virt-manager or virt-install and you get correct config files! Do *not* follow the general tutorials (for instance from virtuatopia) how to make a VM! There''s a complete document about Virtualization in the RHEL/CentOS documentation. Read it! Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users