From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1K11IP-0003Qr-UN for mharc-grub-devel@gnu.org; Tue, 27 May 2008 11:41:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K11IN-0003Pa-B4 for grub-devel@gnu.org; Tue, 27 May 2008 11:41:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K11IM-0003O2-0C for grub-devel@gnu.org; Tue, 27 May 2008 11:41:02 -0400 Received: from [199.232.76.173] (port=60866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K11IJ-0003ND-TS for grub-devel@gnu.org; Tue, 27 May 2008 11:40:59 -0400 Received: from c60.cesmail.net ([216.154.195.49]:63864) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1K11IJ-00027E-Lk for grub-devel@gnu.org; Tue, 27 May 2008 11:40:59 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 27 May 2008 11:40:58 -0400 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 0D50F619058 for ; Tue, 27 May 2008 11:40:57 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Tue, 27 May 2008 11:40:57 -0400 Message-Id: <1211902857.29738.3.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: grub-install 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, 27 May 2008 15:41:04 -0000 On Tue, 2008-05-27 at 09:36 +0430, E.R wrote: > hi! > i can't install grub2 into sdb hard, it install in sda but dont > install in sdb, how to do it? You need to mount one of the partitions on /dev/sdb and specify it in the --root-directory: mount /dev/sdb1 /mnt/tmp grub-install --root-directory=/mnt/tmp /dev/sdb umount /mnt/tmp In the future, please provide more details, such as the exact command line, the exact error messages and the version of GRUB. -- Regards, Pavel Roskin