Find the answer to your Linux question:
Results 1 to 3 of 3
Installing in external drive at the point where to put the GRUB loader I have these choices : 1. Master Boot Record (MBR) at -dev/sda (internal HDD) 2. First Sector ...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2

    F14 - Installation in External USB Drive

    Installing in external drive at the point where to put the GRUB loader I have these choices :

    1. Master Boot Record (MBR) at -dev/sda (internal HDD)

    2. First Sector of boot partition - dev/sdc1 (external USB HDD)

    How can I put MBR in sdc instead of sdc1 ?
    Last edited by speare; 11-03-2010 at 11:15 AM.

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,939
    If those are the only options you have, then don't install Grub during the Fedora installation. After the installation completes, you can re-boot the Fedora install CD and install Grub: Log in as root in a terminal and run command:

    grub-install /dev/sdc

    This should install to the mbr of sdc. Make sure you have the right drive.

  3. #3
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2
    Thank you for your answer...I'll try it...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...