From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1P0kX7-0002Hf-GX for mharc-grub-devel@gnu.org; Tue, 28 Sep 2010 20:28:29 -0400 Received: from [140.186.70.92] (port=56612 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0kX5-0002GG-1Q for grub-devel@gnu.org; Tue, 28 Sep 2010 20:28:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0kX3-0004y5-TV for grub-devel@gnu.org; Tue, 28 Sep 2010 20:28:26 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:47040) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0kX3-0004xZ-R8 for grub-devel@gnu.org; Tue, 28 Sep 2010 20:28:25 -0400 X-Authority-Analysis: v=1.1 cv=bIBSZXpmrgTXcjBzqJLqEaAgfcuu3otB1kIRKzOpDo0= c=1 sm=0 a=8nJEP1OIZ-IA:10 a=znT3HYeYn0u1vGJIbmIclg==:17 a=JuHcFHExyUgFLvwDC5EA:9 a=C3fmbEA1rRYz1kczNgpuZAjc-IMA:4 a=wPNLvfGTeEIA:10 a=znT3HYeYn0u1vGJIbmIclg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 184.91.185.153 Received: from [184.91.185.153] ([184.91.185.153:40490] helo=[192.168.1.3]) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id F9/75-11601-42882AC4; Wed, 29 Sep 2010 00:28:20 +0000 Message-ID: <4CA28823.8050103@cfl.rr.com> Date: Tue, 28 Sep 2010 20:28:19 -0400 From: Phillip Susi User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100922 Thunderbird/3.1.4 MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Testing for broken bios X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 00:28:28 -0000 Is there a command I'm missing to print the int 13 information provided by the bios to diagnose possible errors? I have a user on the Ubuntu forums that is getting an "error: out of disk" and rescue shell. Looking at the code it seems this would be caused by a partition being outside the disk, but that does not appear to be the case. The only other explanation I can come up with is that the bios is reporting the wrong size for the disk, but I'm not sure how to test for this.