From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-164069-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 718A1138C9D for <garchives@archives.gentoo.org>; Wed, 29 Apr 2015 05:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE5DE0933; Wed, 29 Apr 2015 05:11:58 +0000 (UTC) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C79EEE090E for <gentoo-user@lists.gentoo.org>; Wed, 29 Apr 2015 05:11:56 +0000 (UTC) Received: by laat2 with SMTP id t2so11711511laa.1 for <gentoo-user@lists.gentoo.org>; Tue, 28 Apr 2015 22:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Jkqh5zEfdK/jL0GVlmJQiEyKYSEKoiaRG05bytZVunk=; b=l8pOmTlH1LPTvQY0yZiFqktcpxof9FcKJv7YzuefeK69iOeUt9QDPYb/J0G6JCOk1Y jtI3VG815DN5Lax3SXLlE+PrSjS+qsSYVgRaucR52AoIyv/chbQICo9thXVTdwZJDjjs 906fmOwJ9eJGsEmB6eONnT8sfhdHUrujTcYtNd+z+wXW94/+YSaT1yiBW3hNFYbH+vjH bVfXEKtqePFGeC6vK65c/kp8HAT6LReGGG9ZvEIYbK9aJUt6jOKFIxChv8SxY7zGaPZE HR0C9WjE9a1SkzP9/ErJR/cG17WBrYWBs6hqjgkgWVTU/oLdF/W1CYbzLCPkuNdj2DAv C4TA== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.246.34 with SMTP id xt2mr17456287lac.110.1430284315448; Tue, 28 Apr 2015 22:11:55 -0700 (PDT) Received: by 10.25.158.130 with HTTP; Tue, 28 Apr 2015 22:11:55 -0700 (PDT) In-Reply-To: <836607AB-EE74-4FE1-AB2D-15CDF1EE166F@antarean.org> References: <CAGWRaZY-k8NaiH4D744SoSoy-EwDimQvaVGeF4V7ZSXSHCYTiw@mail.gmail.com> <8883663.cXMf2ByXNq@andromeda> <87mw1x9u6h.fsf@heimdali.yagibdah.de> <30427008.fAkbzUVMiM@andromeda> <CAGWRaZYi2bE5HTCiZjcqj6q2_++i5BczECEn4aUaKt=MhpQi_w@mail.gmail.com> <836607AB-EE74-4FE1-AB2D-15CDF1EE166F@antarean.org> Date: Wed, 29 Apr 2015 07:11:55 +0200 Message-ID: <CAG6MAzR+qrnUgYvwbV7U46Hr_mP+5+oaLsaiDXioa3k27nM8QA@mail.gmail.com> Subject: Re: [gentoo-user] xen on new install reboots by itself From: hydra <hydrapolic@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=001a11349cd48cdae50514d604d2 X-Archives-Salt: 1292dcd5-90e4-474e-aac0-3669582866b1 X-Archives-Hash: f26b1e25384bae71dec02960c6edb040 --001a11349cd48cdae50514d604d2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Apr 29, 2015 at 5:38 AM, J. Roeleveld <joost@antarean.org> wrote: > On 29 April 2015 00:34:10 CEST, symack <symack@gmail.com> wrote: > >Hello Joost, > > > >We are running Grub2. Bellow is my grub.cfg for Xen > > > >menuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gentoo > >--class > >gnu-linux --class gnu --class os --class xen $menuentry_id_option > >'xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' { > > insmod part_msdos > > insmod ext2 > > set root=3D'hd0,msdos1' > > if [ x$feature_platform_search_hint =3D xy ]; then > > search --no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,msd= os1 > >--hint-efi=3Dhd0,msdos1 --hint-baremetal=3Dahci0,msdos1 > > 66cdce01-cc3f-45ad-bea3-a64dff6db724 > > else > > search --no-floppy --fs-uuid --set=3Droot > >66cdce01-cc3f-45ad-bea3-a64dff6db724 > > fi > > echo 'Loading Xen xen ...' > > if [ "$grub_platform" =3D "pc" -o "$grub_platform" =3D "" ]; the= n > > xen_rm_opts=3D > > else > > xen_rm_opts=3D"no-real-mode edd=3Doff" > > fi > > multiboot /xen.gz placeholder ${xen_rm_opts} > > echo 'Loading Linux 3.17.7-gentoo ...' > > module /vmlinuz-3.17.7-gentoo placeholder root=3D/dev/sda3 ro > > rootwait > >=E2=80=8B > > > >This is starting to hurt.... > > > >N. > > Symack, > > I never got grub2 to play nice with Xen. > My Xen servers all use grub1. > > -- > Joost > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > > I run like 20 xen machines on grub2 without problems. --001a11349cd48cdae50514d604d2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br>=C2=A0<div class=3D"gmail_extra"><br><div class=3D"gma= il_quote">On Wed, Apr 29, 2015 at 5:38 AM, J. Roeleveld <span dir=3D"ltr">&= lt;<a href=3D"mailto:joost@antarean.org" target=3D"_blank">joost@antarean.o= rg</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"marg= in:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1e= x"><div class=3D""><div class=3D"h5">On 29 April 2015 00:34:10 CEST, symack= <<a href=3D"mailto:symack@gmail.com">symack@gmail.com</a>> wrote:<br= > >Hello Joost,<br> ><br> >We are running Grub2. Bellow is my grub.cfg for Xen<br> ><br> >menuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gento= o<br> >--class<br> >gnu-linux --class gnu --class os --class xen $menuentry_id_option<br> >'xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' {<br= > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 insmod part_msdos<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 insmod ext2<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 set root=3D'hd0,msdos1'<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 if [ x$feature_platform_search_hint =3D xy = ]; then<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0search --no-floppy --fs-uuid --set=3D= root --hint-bios=3Dhd0,msdos1<br> >--hint-efi=3Dhd0,msdos1 --hint-baremetal=3Dahci0,msdos1<br> > 66cdce01-cc3f-45ad-bea3-a64dff6db724<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 else<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 search --no-floppy --fs-uuid --set= =3Droot<br> >66cdce01-cc3f-45ad-bea3-a64dff6db724<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 fi<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 echo=C2=A0 =C2=A0 'Loading Xen xen ...&= #39;<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 if [ "$grub_platform" =3D "p= c" -o "$grub_platform" =3D "" ]; then<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 xen_rm_opts=3D<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 else<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 xen_rm_opts=3D"no-real-m= ode edd=3Doff"<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 fi<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 multiboot=C2=A0 =C2=A0 =C2=A0 =C2=A0/xen.gz= placeholder=C2=A0 =C2=A0${xen_rm_opts}<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 echo=C2=A0 =C2=A0 'Loading Linux 3.17.7= -gentoo ...'<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 module=C2=A0 /vmlinuz-3.17.7-gentoo placeho= lder root=3D/dev/sda3 ro<br> > rootwait<br> >=E2=80=8B<br> ><br> >This is starting to hurt....<br> ><br> >N.<br> <br> </div></div>Symack,<br> <br> I never got grub2 to play nice with Xen.<br> My Xen servers all use grub1.<br> <div class=3D""><div class=3D"h5"><br> --<br> Joost<br> --<br> Sent from my Android device with K-9 Mail. Please excuse my brevity.<br> <br></div></div></blockquote><div><br>I run like 20 xen machines on grub2 w= ithout problems. <br></div></div><br></div></div> --001a11349cd48cdae50514d604d2--