From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MrrfE-0007dZ-Ve for mharc-grub-devel@gnu.org; Sun, 27 Sep 2009 07:11:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrrfC-0007dT-NL for grub-devel@gnu.org; Sun, 27 Sep 2009 07:11:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrrf8-0007cV-3V for grub-devel@gnu.org; Sun, 27 Sep 2009 07:11:34 -0400 Received: from [199.232.76.173] (port=55328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrrf8-0007cS-0t for grub-devel@gnu.org; Sun, 27 Sep 2009 07:11:30 -0400 Received: from rzaixsrv2.rrz.uni-hamburg.de ([134.100.32.71]:50304) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mrrf7-00024Q-Gc for grub-devel@gnu.org; Sun, 27 Sep 2009 07:11:29 -0400 Received: from wendelstein.zbh.uni-hamburg.de (wendelstein.zbh.uni-hamburg.de [134.100.209.3]) by rzaixsrv2.rrz.uni-hamburg.de (8.13.6/8.12.9) with ESMTP id n8RBBRJS063042 for ; Sun, 27 Sep 2009 13:11:27 +0200 Received: from localhost (localhost [127.0.0.1]) by wendelstein.zbh.uni-hamburg.de (Postfix) with ESMTP id 85C7F164D1F for ; Sun, 27 Sep 2009 13:11:27 +0200 (CEST) Received: from wendelstein.zbh.uni-hamburg.de ([127.0.0.1]) by localhost (wendelstein [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22127-02 for ; Sun, 27 Sep 2009 13:11:23 +0200 (CEST) Received: from lausanne.zbh.uni-hamburg.de (lausanne.zbh.uni-hamburg.de [134.100.209.143]) by wendelstein.zbh.uni-hamburg.de (Postfix) with ESMTP id 0444E164D09 for ; Sun, 27 Sep 2009 13:11:23 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lausanne.zbh.uni-hamburg.de (Postfix) with ESMTP id DAA1F1C06E3 for ; Sun, 27 Sep 2009 13:11:22 +0200 (CEST) Message-ID: <4ABF485A.6030207@zbh.uni-hamburg.de> Date: Sun, 27 Sep 2009 13:11:22 +0200 From: Stefan Bienert User-Agent: Thunderbird 2.0.0.23 (X11/20090923) MIME-Version: 1.0 To: grub-devel@gnu.org References: <4AB65A8C.9020809@zbh.uni-hamburg.de> <4AB8E0DE.4040908@zbh.uni-hamburg.de> <4AB8EA28.5010209@zbh.uni-hamburg.de> <4AB90A90.7000703@zbh.uni-hamburg.de> <1253641375.2840.32.camel@fz.local> <4AB90F3F.7020904@zbh.uni-hamburg.de> <4AB92F99.3020302@zbh.uni-hamburg.de> <4ABBBC1B.7020102@zbh.uni-hamburg.de> <4ABE0A5A.7020709@zbh.uni-hamburg.de> <4ABE245E.5030909@gmail.com> <4ABE71A6.6000707@zbh.uni-hamburg.de> <1253995266.4058.6.camel@fz.local> <4ABE7E32.70604@zbh.uni-hamburg.de> <1254047950.2872.1.camel@fz.local> In-Reply-To: <1254047950.2872.1.camel@fz.local> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: AIX 4.3.2 and earlier Subject: Re: Macbook, Efi, Display mode X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 11:11:34 -0000 >>>> Where do I get it from? >>> grub-probe -t fs_uuid / >>> or grub-probe -t fs_uuid -d /dev/sda1 >>> >>>> How do I incorporate this into >>>> grub.cg? >>> search --set --fs-uuid abc-123... >> Just for the sake of completion: abc-123.../path/to/kernel? > No. If you use --fs-uuid instead of --file then you use the UUID. > I thought it would be clear, to just use the UUID value grub-probe tells > you. Without any path appended to it. OK, after search-setting the UUID I just load the kernel as usual? >> I prefer using the search for a file, since I may switch disks without >> resetting the uuid. > If the file you use for the search command only exists once in your > system then it's fine. This was obvious to me ;-) greetings, Stefan