From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A780F138C9D for ; Tue, 28 Apr 2015 22:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C264E0941; Tue, 28 Apr 2015 22:34:14 +0000 (UTC) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) (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 23124E0931 for ; Tue, 28 Apr 2015 22:34:12 +0000 (UTC) Received: by labbd9 with SMTP id bd9so7223645lab.2 for ; Tue, 28 Apr 2015 15:34:10 -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=UWS0xjlO3ztVsAOdrIljxTPiTPWqLFMnj+Y3ZO4Em4Q=; b=oVHmG9Qv92L03tZDLZOhQgKBlxX0xc+fMOurGvvwsJ51Ux6C3opoSIbqDogIXtY6gi +EQkBCLSZ2wtah5/JjHiZ5lQqVXTQ+0NuTdupx6+T2lKlIraTHAzps3FbBZEkGxSZOc8 nbDXElkXHXSTdU6O5YQAyQvG7vXlCRY52I1YVynb0SKQY+kmssStZkFL3KS5U3NUn+tb jmDbSIB7uLQNMnYJLUzE5yBVTVULUjv3FR+U0qzGJyQBTGX8LlwAp4v3VU6O005gLIPE dRAFFRXKzOujcHfP4C7krbEb4WWOKyKyQARTbcWWaraADApvdpPVO9vcUm2nJXN/9zaW on8A== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.147.73 with SMTP id ti9mr16561935lbb.108.1430260450564; Tue, 28 Apr 2015 15:34:10 -0700 (PDT) Received: by 10.114.82.5 with HTTP; Tue, 28 Apr 2015 15:34:10 -0700 (PDT) In-Reply-To: <30427008.fAkbzUVMiM@andromeda> References: <8883663.cXMf2ByXNq@andromeda> <87mw1x9u6h.fsf@heimdali.yagibdah.de> <30427008.fAkbzUVMiM@andromeda> Date: Tue, 28 Apr 2015 18:34:10 -0400 Message-ID: Subject: Re: [gentoo-user] xen on new install reboots by itself From: symack To: gentoo-user Content-Type: multipart/alternative; boundary=047d7b3a88ac17a2020514d07615 X-Archives-Salt: 1251d32c-f369-47e6-a377-605bcb620763 X-Archives-Hash: 97decf3c0b7685b085e3f0ffbabd678c --047d7b3a88ac17a2020514d07615 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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,msdos= 1 --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 "" ]; then 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. --047d7b3a88ac17a2020514d07615 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Joost,

We are running Grub2= . Bellow is my grub.cfg for Xen

m= enuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gentoo --c= lass gnu-linux --class gnu --class os --class xen $menuentry_id_option '= ;xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' {
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 insmod part_msdos
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 insmod ext2
=C2=A0 =C2=A0 =C2=A0 =C2=A0 set root=3D= 9;hd0,msdos1'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 if [ x$feature_plat= form_search_hint =3D xy ]; then
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 search --no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,msdos1 --hi= nt-efi=3Dhd0,msdos1 --hint-baremetal=3Dahci0,msdos1 =C2=A066cdce01-cc3f-45a= d-bea3-a64dff6db724
=C2=A0 =C2=A0 =C2=A0 =C2=A0 else
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 search --no-floppy --fs-uuid --set=3Droo= t 66cdce01-cc3f-45ad-bea3-a64dff6db724
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 fi
=C2=A0 =C2=A0 =C2=A0 =C2=A0 echo =C2=A0 =C2=A0'Loading= Xen xen ...'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 if [ "$grub_pl= atform" =3D "pc" -o "$grub_platform" =3D "&qu= ot; ]; then
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 xen_rm_opts= =3D
=C2=A0 =C2=A0 =C2=A0 =C2=A0 else
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 xen_rm_opts=3D"no-real-mode edd=3Doff"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 fi
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 multiboot =C2=A0 =C2=A0 =C2=A0 /xen.gz placeholder =C2=A0 ${xen_rm_opts= }
=C2=A0 =C2=A0 =C2=A0 =C2=A0 echo =C2=A0 =C2=A0'Loading Linu= x 3.17.7-gentoo ...'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 module =C2= =A0/vmlinuz-3.17.7-gentoo placeholder root=3D/dev/sda3 ro =C2=A0rootwait
=E2=80=8B

This is starting to hurt....

N.
--047d7b3a88ac17a2020514d07615--