On 10/22/07, Tim <ignored_mailbox@xxxxxxxxxxxx> wrote: > > I am trying to boot in the F7 partition, which is in /dev/sdc2 and > > /dev/sdc3 (it is lvm). What precisely should I do in order to be > > successful with booting in it? > > And what about the rest of your drives? > > Perhaps you just want to do these three steps: > > Set where /boot and /boot/grub are to be found: > > grub> root (hd2,1) > > Write the boot loader to that drive's MBR: > > grub> setup (hd2) > > Finish the process: > > grub> quit Thanks, Tim. I did as you suggested, and there was some progress: no errror, but when booting, it gets in the Grub command line. Any further ideas? Paul