From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JLsIB-0003cZ-20 for mharc-grub-devel@gnu.org; Sun, 03 Feb 2008 22:46:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLsI9-0003bj-NM for grub-devel@gnu.org; Sun, 03 Feb 2008 22:46:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLsI8-0003bX-Hh for grub-devel@gnu.org; Sun, 03 Feb 2008 22:46:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLsI8-0003bU-Do for grub-devel@gnu.org; Sun, 03 Feb 2008 22:46:44 -0500 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JLsI8-0001aj-EN for grub-devel@gnu.org; Sun, 03 Feb 2008 22:46:44 -0500 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 03 Feb 2008 22:46:43 -0500 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id F1622619055 for ; Sun, 3 Feb 2008 22:46:42 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1202018311.28138.7.camel@dv> References: <20080131160805.GA6114@io.com> <1201886730.7586.22.camel@dv> <20080201184413.GA9474@io.com> <200802021311.19111.okuji@enbug.org> <20080202143446.GA6583@io.com> <1202018311.28138.7.camel@dv> Content-Type: text/plain Date: Sun, 03 Feb 2008 22:46:42 -0500 Message-Id: <1202096802.21665.2.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Does grub2 solve this problem I am having with grub1? RE: usbsticks. 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: Mon, 04 Feb 2008 03:46:46 -0000 On Sun, 2008-02-03 at 00:58 -0500, Pavel Roskin wrote: > grub> help search > Usage: search [-f|-l|-s] NAME > Search devices by a file or a filesystem label. If --set is specified, > the first device found is set to a variable. If no variable name is > specified, "root" is used. Actually, I was wrong to assume that "root" is used even if "--set" is not specified. > That means, you can use unique labels like "usbstick-fedora8" and then > use: > > search -f usbstick-fedora8 That should be: search -f usbstick-fedora8 -s -- Regards, Pavel Roskin