Hi All, I have some experience installing XEN both HV and PV with Debian squeeze AMD64. I''m trying to install XEN on top of Oneiric (ubuntu 11.10) AMD64. The installation is very easy: aptitude install xen-hypervisormv /etc/grub.d/20_linux_xen /etc/grub.d/09_linux_xenupdate-grubreboot The problem is that I''am unable to start any PV ubuntu 11.10 domU. Does anyone have a tutorial or minimum instructions that help me? -- Iñigo Salvat _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> The problem is that I''am unable to start any PV ubuntu 11.10 domU. Does anyone have a tutorial or minimum instructions that help me?I would install xen-utils if you haven''t already. Can you provide some more details as to what the error is when trying to launch a VM? Also, are you sure it''s booting the dom0? What''s the output of dmesg | grep xen?
________________________________ From: Iñigo Salvat <i.salvat.ojem@gmail.com> To: Xen-users@lists.xensource.com Sent: Wednesday, January 11, 2012 8:09 AM Subject: [Xen-users] Ubuntu Oneiric network problem Hi All, I have some experience installing XEN both HV and PV with Debian squeeze AMD64. I''m trying to install XEN on top of Oneiric (ubuntu 11.10) AMD64. The installation is very easy: aptitude install xen-hypervisor mv /etc/grub.d/20_linux_xen /etc/grub.d/09_linux_xen update-grub reboot The problem is that I''am unable to start any PV ubuntu 11.10 domU. Does anyone have a tutorial or minimum instructions that help me?-- Iñigo Salvat ---------- When your target domU is the same or close to dom0, its easy to create a paravirtual domU using debootstrap. This method needs an LVM setup to work. http://paste.ubuntu.com/800901/ -- Mark