grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-install


From: Pavel Roskin
Subject: Re: grub-install
Date: Tue, 27 May 2008 11:40:57 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]