Bob Sauvage
2010-Sep-02 13:46 UTC
Re : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5
Thanks all for your tips ! But this solution doesn''t work :/ I reinstalled Ubuntu and I partitioned it differently : / => ext4 /boot => ext3 swap I saw this bug on RedHat Bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=577511 How can I apply this patch ? I never did this... Thanks in advance... ----- Message d''origine ----- De : Fajar A. Nugraha Envoyés : 02.09.10 01:57 À : Xen User-List Objet : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5 On Wed, Sep 1, 2010 at 11:34 PM, Mark Pryor <tlviewer@yahoo.com> wrote:> > Bob, > > if you accepted the default partition scheme on the LV, then you can mount > your /root while in dom0 and create a grub 0.97 type menu.lst... assuming, of course, that Ubuntu''s "/" (or "/boot", if it''s separate) is NOT ext4. -- Fajar _______________________________________________ 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
Fajar A. Nugraha
2010-Sep-02 14:13 UTC
Re: Re : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5
On Thu, Sep 2, 2010 at 8:46 PM, Bob Sauvage <Bob.sauvage@gmx.fr> wrote:> Thanks all for your tips ! > > But this solution doesn''t work :/ > > I reinstalled Ubuntu and I partitioned it differently : > > / => ext4 > > /boot => ext3 > > swapThat''s only half the suggestion. The other half, the easy way, is to install grub. Or, as Mark suggested, just create a new configuration file (you don''t REALLY need grub installed, just /boot/grub/menu.lst). You MIGHT be able to reboot the system using the original config file (with kernel and initrd for installation), and see if it has some kind of option to rescue a system. Either way (rescue, or mount + chroot), you need to run "apt-get install grub" (which would install grub and remove grub-pc) and (possibly) run "update-grub" The hard way is of course having a version of pygrub that can recognized grub2 config correctly. Either way, you can check whether it works by running "pygrub /path/to/your/domU-disk" (which you''ve already tried). If you''ve configured it correctly you won''t get an error. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2010-Sep-02 14:23 UTC
Re: Re : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5
U 10.04 ( /boot ext4) may be loaded via copy off the image "kernel"& "initrd" to Dom0 without any pygrub involvment. Virsh dumpxml DomName > define.xml would work as well. # virsh define define.xml Boris. BTW , I failed to back port David Markey''s CS ( grub2 syntax fix) to 3.4.3 , only 4.0 --- On Thu, 9/2/10, Bob Sauvage <Bob.sauvage@gmx.fr> wrote: From: Bob Sauvage <Bob.sauvage@gmx.fr> Subject: Re : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5 To: "Fajar A. Nugraha" <fajar@fajar.net> Cc: xen-users@lists.xensource.com Date: Thursday, September 2, 2010, 9:46 AM #yiv2126381346 p {margin:0px;padding:0px;}Thanks all for your tips ! But this solution doesn''t work :/ I reinstalled Ubuntu and I partitioned it differently : / => ext4/boot => ext3 swap I saw this bug on RedHat Bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=577511 How can I apply this patch ? I never did this... Thanks in advance... ----- Message d''origine -----De : Fajar A. NugrahaEnvoyés : 02.09.10 01:57À : Xen User-ListObjet : Re: [Xen-users] Installing Ubuntu 10.04 on Xen and Centos 5.5 On Wed, Sep 1, 2010 at 11:34 PM, Mark Pryor <tlviewer@yahoo.com> wrote:> > Bob, > > if you accepted the default partition scheme on the LV, then you can mount > your /root while in dom0 and create a grub 0.97 type menu.lst... assuming, of course, that Ubuntu''s "/" (or "/boot", if it''s separate) is NOT ext4. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ 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