WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Debian 6 & XCP

To: Peter den Hartog <peterdenhartog@xxxxxxxxx>
Subject: Re: [Xen-users] Debian 6 & XCP
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Wed, 09 Mar 2011 18:28:58 +0300
Cc: admin@xxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 09 Mar 2011 07:30:34 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:cc:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=MO/GWqM/rfB9KgVnc3ipw7rMke7lcccvju9/K5KZtR8=; b=YfePrnIp1c5Fkli90eK1E1cDqH82OpOD1G2/mbeHrDwIBzPIiv1/t3L/rnOloS+bNI NkXh5Xyxi/JYVonBzK7fQwyZJY7AOkhcOW5V4njqWNi1sWq2jUfP+fBAA/hWO2FNRI8e 9HAwf9IQXVfhOkb2l53ElCUJFEP2SLS/+stlo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=NJmCVZutNapjCpuSt9f5FtNAGOwWIa/Cz/PePMoIsGpCTVMXBV2mYMgLJ05KOdj8mq Qd0e+giAS8W4XOlGChQCjhAQQiZGlChZ2tXIlQtqfIq+Ts569jFJfPcunNENgf0dDJ9A mSpMKSCS0XHPf8Bre+eo7OmEameGl+vsGksjQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=rFmuCinUojF5_1m5xr95whn35Khxv6U2UorVi@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTim_8_TnOvC-OWNkEkZQvDtZ8UUO+Ywp4Nwq+80W@xxxxxxxxxxxxxx> <AANLkTikvPae+bU-mB-wGqxBq6LONby0Uajt206K86dn9@xxxxxxxxxxxxxx> <AANLkTi=T9rvyNotep9WHDkwCr12n2ba7=g0xH2FB0h57@xxxxxxxxxxxxxx> <AANLkTimTz0s-x6p65tCYOLZKkZ7DyUACCncptieo0Bgo@xxxxxxxxxxxxxx> <AANLkTimG+_qSQ=g0ziHM2v=opzpabbUhF3ucQV8OUtZ2@xxxxxxxxxxxxxx> <4D74F9FB.10408@xxxxxxxxx> <AANLkTi=7OyVORqLCr3iBjOYJ8O6Fzix90oFdGQUXjdGk@xxxxxxxxxxxxxx> <AANLkTinL4XmQ9EVbEbmJXNusBMmYS08ytJjgdWiJCNpy@xxxxxxxxxxxxxx> <AANLkTim88Vj+OdyWHwE7NZfGDSbnxiwdpWRJjm2HbfNM@xxxxxxxxxxxxxx> <AANLkTi=rFmuCinUojF5_1m5xr95whn35Khxv6U2UorVi@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
>From my experience most reliable way to boot guests regardless their
filesystem state is using external kernel/initrd. Native kernel shall be
simply uninstalled (as well, as grub/lilo) and modules shall be mounted
as nfs share or shared VDI. 

Other way is using pvgrub, but it not supported by XCP.


В Ср., 09/03/2011 в 14:33 +0100, Peter den Hartog пишет:
> Okay so.. the best way to do it is to use grub1 or?
> 
> On Tue, Mar 8, 2011 at 12:46 AM, David Markey <admin@xxxxxxxxxxx>
> wrote:
>         BUT.. grub2 support is flakey..  debian like to change the
>         file format from time to time which breaks pyrgub
>         
>         
>         
>         On 7 March 2011 18:51, Peter den Hartog
>         <peterdenhartog@xxxxxxxxx> wrote:
>                 Thats what i thought.. I could retry and boot it from
>                 cli so you guys have the full error output.
>                 
>                 
>                 
>                 On Mon, Mar 7, 2011 at 4:43 PM, David Markey
>                 <admin@xxxxxxxxxxx> wrote:
>                         XCP i thought has ext4 and grub2 support.
>                         
>                         
>                         
>                         On 7 March 2011 15:30, George Shuklin
>                         <george.shuklin@xxxxxxxxx> wrote:
>                                 There is two source of problems:
>                                 
>                                 1) ext4 (use ext3)
>                                 2) grub2 (during debian installation
>                                 switch to expert mode and select
>                                 'grub-legacy' to be used).
>                                 
>                                 
>                                 
>                                 
>                                 On 07.03.2011 17:09, Peter den Hartog
>                                 wrote: 
>                                 > Something about pygrub, so indeed i
>                                 > think it's a grub2 issue. 
>                                 > I would love to submit a patch but i
>                                 > wouldn't know how to do that/help
>                                 > with that. 
>                                 > 
>                                 > 
>                                 > The only thing i can do is help
>                                 > testing.. and that's what i'm
>                                 > doing ;-)!
>                                 > 
>                                 > On Mon, Mar 7, 2011 at 9:44 AM,
>                                 > David Markey <admin@xxxxxxxxxxx>
>                                 > wrote:
>                                 >         Whats the error when you try
>                                 >         to start the VM? 
>                                 >         
>                                 >         
>                                 >         On 6 March 2011 17:17, Peter
>                                 >         den Hartog
>                                 >         <peterdenhartog@xxxxxxxxx>
>                                 >         wrote:
>                                 >                 Yeah i know that,
>                                 >                 and i know how to
>                                 >                 fix it on a upgraded
>                                 >                 Debian 5 to 6 (just
>                                 >                 remove the
>                                 >                 menu.lst)  
>                                 >                 But this means you
>                                 >                 can never install a
>                                 >                 Debian 6 from
>                                 >                 template :-)?
>                                 >                 
>                                 >                 On Sun, Mar 6, 2011
>                                 >                 at 5:35 PM, David
>                                 >                 Markey
>                                 >                 <admin@xxxxxxxxxxx>
>                                 >                 wrote:
>                                 >                         Grub2
>                                 >                         problems i'd
>                                 >                         suspect
>                                 >                         
>                                 >                         On 6 March
>                                 >                         2011 16:11,
>                                 >                         Peter den
>                                 >                         Hartog
>                                 >                         
> <peterdenhartog@xxxxxxxxx> wrote:
>                                 >                         
>                                 >                                 So i
>                                 >                                 
> successfully upgraded my Debian vm's to Debian 6 on XCP 1.0, but when i try 
> to install a new clean one it always fails. 
>                                 >                                 Why
>                                 >                                 is
>                                 >                                 this? The 
> VM won't even start, while i used the Debian 6 squeeze template.
>                                 >                                 
>                                 >                                 
>                                 >                                 Is
>                                 >                                 this
>                                 >                                 even
>                                 >                                 possible?
>                                 >                                 
>                                 >                                 
>                                 >                                 Thanks,
>                                 >                                 Peter
>                                 >                                 
>                                 >                                 
>                                 >                                 
> _______________________________________________
>                                 >                                 Xen-users 
> mailing list
>                                 >                                 
> Xen-users@xxxxxxxxxxxxxxxxxxx
>                                 >                                 
> http://lists.xensource.com/xen-users
>                                 >                         
>                                 >                 
>                                 >                 
>                                 >         
>                                 >         
>                                 > 
>                                 > 
>                                 > 
>                                 > 
> _______________________________________________
>                                 > Xen-users mailing list
>                                 > Xen-users@xxxxxxxxxxxxxxxxxxx
>                                 > http://lists.xensource.com/xen-users
>                                 
>                                 
> _______________________________________________
>                                 Xen-users mailing list
>                                 Xen-users@xxxxxxxxxxxxxxxxxxx
>                                 http://lists.xensource.com/xen-users
>                         
>                         
>                         
>                         _______________________________________________
>                         Xen-users mailing list
>                         Xen-users@xxxxxxxxxxxxxxxxxxx
>                         http://lists.xensource.com/xen-users
>                 
>                 
>         
>         
> 



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>