From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YqNC5-0005tb-82 for mharc-grub-devel@gnu.org; Thu, 07 May 2015 10:54:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqNC3-0005t3-Lf for grub-devel@gnu.org; Thu, 07 May 2015 10:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqNC2-0007io-Mi for grub-devel@gnu.org; Thu, 07 May 2015 10:54:31 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:33287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqNC2-0007iT-Cb for grub-devel@gnu.org; Thu, 07 May 2015 10:54:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431010466; l=442; s=domk; d=aepfle.de; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Subject:To:From:Date; bh=7BsIZaoSA3kdajiOyEn/dpI0gfTnN7xsieYVEyonarA=; b=TKe0tnjUoU7zcl7YYzUzpFiKTwf83g7E4KYKEwT/J1fd+0DF8D9HKhBx7BGY5G/b1hw uGvp+AQJUkXg+faOOVKsiaUZx5004SVPV6FfogPbEUO6BKwINepU9n9sJgJbCT0bVDVp8 FvFXImwrY15oSRycr4K+KEhlLsrKphSjgHY= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVY1SE5ClEYfb5sQvxDNUdfk3GFAM3xrxaZN0YQ== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10a3:eb01:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id 6067f6r47EsQS8E (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 7 May 2015 16:54:26 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id 4CB8A502A7; Thu, 7 May 2015 16:54:26 +0200 (CEST) Date: Thu, 7 May 2015 16:54:26 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: passing options to grub in xen,openfirmware and efi Message-ID: <20150507145426.GA26929@aepfle.de> References: <20150429151011.GA5931@aepfle.de> <20150429153527.GA12448@aepfle.de> <20150429154801.GA7715@aepfle.de> <20150429162800.GA32494@aepfle.de> <20150429164921.GA9393@aepfle.de> <554B7A74.7010404@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <554B7A74.7010404@gmail.com> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::7 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 14:54:32 -0000 On Thu, May 07, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > > Sigh.. > > There are likely ways to find out where grub was loaded from even on a > > PC, and use that as initial root=. In a PV guest no such thing exists > > because itself grub is the firmware. > grub-install already takes this into account. There is no grub-install in that case. We run in circles, and to get out of the loop I have to show code. Olaf