From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E03HH-00077d-Ao for mharc-grub-devel@gnu.org; Tue, 02 Aug 2005 16:22:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E03G7-0006Sk-5L for grub-devel@gnu.org; Tue, 02 Aug 2005 16:21:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E03FN-00069v-3L for grub-devel@gnu.org; Tue, 02 Aug 2005 16:20:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E03FM-0005xz-Cj for grub-devel@gnu.org; Tue, 02 Aug 2005 16:20:20 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E038E-000816-83 for grub-devel@gnu.org; Tue, 02 Aug 2005 16:12:58 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 0C7C81279E79D for ; Tue, 2 Aug 2005 22:00:09 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 2 Aug 05 20:00:08 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 2 Aug 2005 21:59:26 +0200 User-Agent: KMail/1.7.2 References: <200508012239.19691.okuji@enbug.org> <42EF6959.7060407@gmail.com> In-Reply-To: <42EF6959.7060407@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508022159.26366.okuji@enbug.org> Subject: Re: grub-probefs 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: Tue, 02 Aug 2005 20:22:18 -0000 On Tuesday 02 August 2005 14:38, Vladimir Serbinenko wrote: > I tested it. As I understand the syntax is > > ./grub-probefs -m The argument can be a file or a directory. > I have my GRUB floppy image mounted on ../../mnt (from current path) > I tried: > > $ ./grub-probefs -m ./device.map \(fd0\)/boot/grub/core.img > grub-probefs: error: Cannot stat `(fd0)/boot/grub/core.img' > > And also: > > ./grub-probefs -m ./device.map ../../mnt/boot/grub/core.img > cannot find a GRUB device for ../../mnt/boot/grub/core.img. > > my device.map: > > (fd0) /home/vova/grub/grub.img > > my /etc/fstab: > > .... > /home/vova/grub/grub.img /home/vova/grub/mnt auto > umask=0,user,iocharset=utf8,noauto,exec,users,loop 0 0 > .... Currently, it does not work with loopback. I know this problem but I don't intend to fix it at the moment. This is the same problem as grub-setup cannot guess a root device automatically with loopback. Okuji