Hi, 2011/1/18 Steven Timm <[email protected]>: > > Is there a worked example somewhere of how to successfully launch > a Xen VM in opennebula? > > Right now ONE copies the OS image and the other disks to > my Xen host, tries to launch, but fails with the error > > Tue Jan 18 13:18:33 2011 [VMM][I]: Generating deployment file: > /var/lib/one/249/deployment.0 > Tue Jan 18 13:18:33 2011 [VMM][E]: No kernel or bootloader defined and no > default provided. > Tue Jan 18 13:18:33 2011 [VMM][E]: deploy_action, error generating > deployment file: /var/lib/one/249/deployment.0 > Tue Jan 18 13:18:33 2011 [DiM][I]: New VM state is FAILED > > ------------ > > My OS image has a kernel-xen loaded in it but is otherwise > the same format as the KVM images I have been using, > i.e. it has a boot sector and one partition which is supposed to mount > as /dev/sda1. > > As far as I can tell, I never got as far as trying to launch the > Xen VM.
Try this one: #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NAME = debian CPU = 0.2 MEMORY = 256 # --- kernel & boot device --- OS = [ bootloader="hvmloader" ] DISK = [ image = "Debian testing", ] NIC = [ bridge=xenbr0 ] #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Regards, -- Łukasz Oleś _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
