On Wed, 2011-01-12 at 20:34 -0500, fred smith wrote:
> 
> How can I get Anaconda to put the boot loader on the boot sector of
> /dev/sdc  ???

Fred,

The contents of /boot/grub/device.map are used by grub-install to
determine which target drives are available. Most of the time it
contains only:

(hd0)   /dev/sda

That's a tab between the two elements. If you add a second line
containing the info for your removable hard drive:

(hd2)   /dev/sdc

then you should be able to run

# grub-install [other_options] '(hd2)'

--Doc Savage
  Fairview Heights, IL

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to