From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LpiMY-00074S-Li for mharc-grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpiMW-000737-92 for grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpiMR-0006zv-Hw for grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:07 -0400 Received: from [199.232.76.173] (port=51130 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpiMR-0006zq-9r for grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:03 -0400 Received: from elasmtp-dupuy.atl.sa.earthlink.net ([209.86.89.62]:52393) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpiMQ-00040d-Up for grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:03 -0400 Received: from [24.148.247.152] (helo=[192.168.0.199]) by elasmtp-dupuy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LpiMQ-00084m-BM for grub-devel@gnu.org; Fri, 03 Apr 2009 08:19:02 -0400 Message-ID: <49D5FEB5.2070902@earthlink.net> Date: Fri, 03 Apr 2009 08:19:01 -0400 From: BandiPat Organization: Magic Page Products User-Agent: Thunderbird 2.0.0.21 (X11/20090302) MIME-Version: 1.0 To: The development of GRUB 2 References: <49D52767.4050603@earthlink.net> <1238710774.10732.16.camel@mj> <49D59588.30205@earthlink.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c85a64c14a050764b95206241ab561599ef193a6bfc3dd488ed170dd167a6042f72c4a4b5a2e53fb3ae9702e2e88ebc7350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.148.247.152 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: Re: Grub2 svn2059 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: Fri, 03 Apr 2009 12:19:08 -0000 step21 wrote: > Hey, just a wild guess, but I think boot.mod got dropped and the boot > command is now included in minicmd.mod > So maybe your build script needs to be adjusted for that, to copy that > one to the right place? Not familiar with grub2 booting on i386/bios > though anymore, so just a guess. ------------ This could be a very good guess on your part! Looking at the 2031 build, I see the boot.mod, but do not see that in the 2059 build. So how should this be handled in the build? Add a symlink to minicmd.mod with a boot.mod or something else. Shouldn't the new Grub2 know to look at minicmd.mod instead of boot.mod? I'll try with the symlink to test your theory, but this seems like a bug to me, if that is the case? ...still testing Pat