From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IQ3aZ-00063k-Ee for mharc-grub-devel@gnu.org; Tue, 28 Aug 2007 12:06:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQ3aX-00062c-CC for grub-devel@gnu.org; Tue, 28 Aug 2007 12:06:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQ3aV-00061R-AI for grub-devel@gnu.org; Tue, 28 Aug 2007 12:06:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQ3aU-00061M-W0 for grub-devel@gnu.org; Tue, 28 Aug 2007 12:06:43 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IQ3aU-0007bf-Io for grub-devel@gnu.org; Tue, 28 Aug 2007 12:06:42 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IQ3Ys-0001IH-93 for grub-devel@gnu.org; Tue, 28 Aug 2007 18:05:02 +0200 Received: from wsip-70-164-58-67.tu.ok.cox.net ([70.164.58.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2007 18:05:02 +0200 Received: from gmane8756 by wsip-70-164-58-67.tu.ok.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2007 18:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Robert Date: Tue, 28 Aug 2007 16:00:41 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: wsip-70-164-58-67.tu.ok.cox.net User-Agent: Pan/0.127 (Eckythump) Sender: news X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Chaining to the MBR on a second hard disk 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, 28 Aug 2007 16:06:45 -0000 Hello everyone, I have two SATA hard disks. Each can be used by itself and boots without a problem when it is the first disk. Unfortunately the BIOS does not allow selection between the two for booting. I have been unable to GRUB to chain to GRUB on the second hard disk MBR. Many things have been tried. The closest I have come is to loop back to GRUB on the first disk. Using (hd0) and (hd1) both loop back to GRUB on the first disk. Any comments or suggestions would be appreciated. Thanks, Robert H.