From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Md7rC-00028H-So for mharc-grub-devel@gnu.org; Mon, 17 Aug 2009 15:27:02 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md7rA-00027n-N3 for grub-devel@gnu.org; Mon, 17 Aug 2009 15:27:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md7r5-00026R-Kf for grub-devel@gnu.org; Mon, 17 Aug 2009 15:26:59 -0400 Received: from [199.232.76.173] (port=59000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md7r5-00026M-El for grub-devel@gnu.org; Mon, 17 Aug 2009 15:26:55 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:59522) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Md7r4-0006oi-V0 for grub-devel@gnu.org; Mon, 17 Aug 2009 15:26:55 -0400 Received: from [85.180.48.42] (e180048042.adsl.alicedsl.de [85.180.48.42]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MKt2u-1Md7r21Gk3-000SOl; Mon, 17 Aug 2009 21:26:52 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <806dafc20908171222l1e150442r199689c85dace971@mail.gmail.com> References: <806dafc20908161802y58934067jf2ebdffa753af403@mail.gmail.com> <806dafc20908171222l1e150442r199689c85dace971@mail.gmail.com> Content-Type: text/plain Date: Mon, 17 Aug 2009 21:26:52 +0200 Message-Id: <1250537212.7963.0.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.27.90 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX186M/U687JHClf+L4KfbKVSJ2yqMH2q9n+2vhp 5rpUjFr8y1POLPSqG7u+CIMZwrkWi5HRAv4/NoM9Qo+3M+E3HD qf/0Q00Z4y5jl8qTdU/PtGx3hvgr1Ma X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Large disk support for XFS 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, 17 Aug 2009 19:27:00 -0000 Am Montag, den 17.08.2009, 15:22 -0400 schrieb Monty Montgomery: > On Mon, Aug 17, 2009 at 6:09 AM, Vladimir 'phcoder' > Serbinenko wrote: > > On Mon, Aug 17, 2009 at 3:02 AM, Monty Montgomery wrote: > >> After applying the patch, "grub-probe -v -t fs /" and "grub-install > >> /dev/sda" both succeed without incident on the 6TB XFS volume. > >> However, upon reboot: > >> > >> GRUB loading. > >> Welcome to GRUB! > >> > >> Entering rescue mode.... > >> error: out of disk > >> grub rescue> > >> > > Looks like biosdisk is unable to access post-2TiB. Can you try with > > ata.mod? (by adding --disk-module=ata to grub-install line) > > No go. This reports: > > GRUB loading. > Welcome to GRUB! > > Entering rescue mode.... > error: no such disk > grub rescue> With `ls' you see all recognized disks. But ata mod isn't that well tested so it could be it doestn't work for you.