Find the answer to your Linux question:
Results 1 to 5 of 5
I installed windows 7 after i installed fedora so now i can't access my fedora OS. I've tried all the guides i found on the internet but fedora 10/11 guides ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8

    F12 GRUB after W7 Install

    I installed windows 7 after i installed fedora so now i can't access my fedora OS.

    I've tried all the guides i found on the internet but fedora 10/11 guides doesn't seem to work for 12.

    So, how do i fix this problem?

    //JoccE

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Reinstall grub using the Fedora install DVD and rescue mode.
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    There is no "Rescue mode" when i boot with cd :S i've tried that.

    There is only like:
    Boot
    Boot & Verify
    Memory test
    and one more i don't remember the name of

  4. #4
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Hi!

    Boot from live Fedora 12 CD/DVD as as live user go to terminal and execute the following:

    Code:
     # grub
    grub> find /boot/grub/stage1
     (hd0,4) 
     (hd0,7)
     (hd0,8)
    
    grub> root (hd0,7)  This is where I want my grub to be installed. Your numbers probably are going to be different
    
    grub> setup (hd0)
     Checking if "/boot/grub/stage1" exists... yes
     Checking if "/boot/grub/stage2" exists... yes
     Checking if "/boot/grub/e2fs_stage1_5" exists... yes
     Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  19 sectors are embedded.
    succeeded
     Running "install /boot/grub/stage1 (hd0) (hd0)1+19 p (hd0,7)/boot/grub/stage2
    /boot/grub/menu.lst"... succeeded
    Done.
    
    grub> quit
    reboot
    You might want to give it a try. Best of luck!
    nujinini
    Linux User #489667

  5. #5
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Quote Originally Posted by JoccE View Post
    There is no "Rescue mode" when i boot with cd :S i've tried that.

    There is only like:
    Boot
    Boot & Verify
    Memory test
    and one more i don't remember the name of
    Yeah there is. The third one listed is "Rescue Installed System". This is on the install CD, #1, not the Live CD.
    Attached Images Attached Images
    Last edited by glennzo; 05-21-2010 at 09:45 AM.
    Glenn
    Powered by Fedora 16 and Arch Linux

Posting Permissions

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