grub-install

2008-05-27 Thread E . R
hi! very thnx Pavel Roskin, i do : mount /dev/sdb1 /mnt/tmp grub-install --root-directory=/mnt/tmp /dev/sdb umount /mnt/tmp but grub2 don't install in sdb, i have 2 hard, sda & sdb , & my linux is into sdb. i want to change my grub-0.97 to grub-1.96, i bulid grub-1.96.rpm and install it with co

Re: grub-install

2008-05-27 Thread Gregg Levine
On Tue, May 27, 2008 at 1:06 AM, E. R <[EMAIL PROTECTED]> wrote: > hi! > i can't install grub2 into sdb hard, it install in sda but dont install in > sdb, how to do it? > > -- > e.r > ___ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.

Re: Replacing the legacy 'map' command

2008-05-27 Thread Tomáš Ebenlendr
Dne 27 Květen 2008, 23:47, Javier Martín napsal(a): >>> For grub, i'd suggest >>> map [olddrive newdrive] ... eg. map (hd1) (hd0) (hd0) (hd1) > That was the syntax used in GRUB Legacy, it was successful and could be > reused, but I'd prefer the "drivemap" command I suggested earlier, with > option

Re: Replacing the legacy "map" command

2008-05-27 Thread Javier Martín
> > For grub, i'd suggest > > map [olddrive newdrive] ... > > eg. map (hd1) (hd0) (hd0) (hd1) That was the syntax used in GRUB Legacy, it was successful and could be reused, but I'd prefer the "drivemap" command I suggested earlier, with options not just to map drives, but also to show the mappings

Re: grub-probe gets a segfault

2008-05-27 Thread Pavel Roskin
On Fri, 2008-05-23 at 19:40 -0430, Isaac M. Marcos wrote: > Sorry for the delay, other problems had higher priority :-) > > Fine, to the problem at hand: > > Patch applied, compiled, and working OK: > $ sudo grub-probe -t device / > /dev/sda2 > > Would this change be committed to c