From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YnUQK-00065O-8N for mharc-grub-devel@gnu.org; Wed, 29 Apr 2015 12:01:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnUQH-00060e-Hk for grub-devel@gnu.org; Wed, 29 Apr 2015 12:01:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnUQC-0003SD-W1 for grub-devel@gnu.org; Wed, 29 Apr 2015 12:01:17 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::5]:26561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnUQC-0003Rg-Ms for grub-devel@gnu.org; Wed, 29 Apr 2015 12:01:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1430323270; l=429; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=DsHODRhOZL55H2+V7dTzOW878qonqiZoAJojQP7wniA=; b=K29gXeoR8agcQ9OroLgBAVtaNKM/I/rHNpE0fb4wgdrFONEi8EjeRUHgHgt7iiMQ96t p611+tvI/xtOxaWos5frDpNqEQ7tYE1RjeylF/5+ExX9HiDcf8nzuFd+roLuTBfIeE2u4 OtjWh/lexofTu/Bi2Lmxq9m9SdAt1M+UHZE= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssUt1SQsSlJPHNSnsuG/FaLOSSn4wXo16Sj/Z/Wg== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10fc:4601:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id e06034r3TFm5ydf (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 17:48:05 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id B4B1750292; Wed, 29 Apr 2015 17:48:02 +0200 (CEST) Date: Wed, 29 Apr 2015 17:48:01 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: passing options to grub in xen,openfirmware and efi Message-ID: <20150429154801.GA7715@aepfle.de> References: <20150423080306.GA15265@aepfle.de> <5540F299.4020304@gmail.com> <20150429151011.GA5931@aepfle.de> <20150429153527.GA12448@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::5 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:01:18 -0000 On Wed, Apr 29, Vladimir 'phcoder' Serbinenko wrote: > This info is already in grub.cfg. Why does grub.cfg need help to find disk with > distro if it already contains a refence to it? How does the info which disk inside the guest to use initially get into grub.cfg? The distro can certainly not know that in advance. This is like setting the boot-device, which is up to the host admin, not grub or the distro. Olaf