From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YnUqG-0005Q9-4N for mharc-grub-devel@gnu.org; Wed, 29 Apr 2015 12:28:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnUqD-0005P8-6F for grub-devel@gnu.org; Wed, 29 Apr 2015 12:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnUqC-0005Do-38 for grub-devel@gnu.org; Wed, 29 Apr 2015 12:28:05 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::3]:52495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnUqB-0005DO-PV for grub-devel@gnu.org; Wed, 29 Apr 2015 12:28:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1430324881; l=494; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=ijK0w9uiE4r5dUBk8cq72Prgy+hshbzZJAdpnKHly4M=; b=PyPJpm1LRg6H+Zfyd6VjYzcx+FjocGbQzfTGA0Rft7/xmffb8vGInXrHn/KviwTURA+ ZnEtS3u94KoykfmfytxzNmZ4814RPbjzgRz1+rbroW47bLR9G+rcmwbUgzcuKnZTWe8oc NOb1hTP/ckxsn4OMy5LCc+Kjhu3CfVvif/Q= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVohSFcel56Zx3BdTVCczRv3hdgnSEPst7/xqfA== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10b6:c501:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id w00921r3TGS1uGA (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 ; Wed, 29 Apr 2015 18:28:01 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id F2D3750292; Wed, 29 Apr 2015 18:28:00 +0200 (CEST) Date: Wed, 29 Apr 2015 18:28:00 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: passing options to grub in xen,openfirmware and efi Message-ID: <20150429162800.GA32494@aepfle.de> References: <20150423080306.GA15265@aepfle.de> <5540F299.4020304@gmail.com> <20150429151011.GA5931@aepfle.de> <20150429153527.GA12448@aepfle.de> <20150429154801.GA7715@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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::3 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: Wed, 29 Apr 2015 16:28:06 -0000 On Wed, Apr 29, Vladimir 'phcoder' Serbinenko wrote: > There is a standard where to put it. See xen docs Yes, its like that: kernel="/usr/whatever/distro/grub.xen" extra="opt1=val opt2=val" And grub2 does not grab the cmdline provided via extra=. I think that providing root=xen/xvdb is the right way to control grub inside the domU. In anycase, what the OF does today in its init code is valid and should stay. Once I find the time I will do the very same for PV grub. Olaf