Results 1 to 8 of 8

Thread: Grub Loader

  1. #1
    Whiz Kid
    Overall activity: 0%

    Join Date
    Sep 2008
    Location
    Albania
    Posts
    1,771
    Liked
    80 times
    Points
    20,857

    Grub Loader

    A few weeks ago I installed Ububtu in my friends laptop. But he didn't like it so I had to remove it. So I deleted the Ububtu partitons (root and swap) with GParted and joined them to the backup partition where my friend keeps his data. Win 7 was preinstalled with 2 partitions (system and backup and of course the 100mb partition with the loader inside I think). But when I restarted the laptop it showed me this message: Loading Grub...No such partition found. I fixed the problem by repairing Win 7 with the boot cd. But I keep wondering:

    In what partition was installed the Grub Loader ???

    Screw Google! Ask me!


  2. #2
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    The GRUB (Notice, all caps, as that's how it should be written) Bootloader was installed on your MBR (Master Boot Record) which then queried to see where Linux was, as it was technically booting Linux first.

    So to sum it up the easiest way, it was on your Linux partition. Because you deleted it, it was trying to boot to it still and just not able to find it.
    pacman -Syyu life not found in sync db

  3. #3
    Whiz Kid
    Overall activity: 0%

    Join Date
    Sep 2008
    Location
    Albania
    Posts
    1,771
    Liked
    80 times
    Points
    20,857
    Ok thanks!! But what do I have to do to avoid this message? Do I have to format Linux Partition then delete it?

  4. #4
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    What you have to do to avoid this message is restore the bootloader of choice.

    Depends on the OS on how to do so, but I'm assuming it's XP, Vista, or Windows 7 you're restoring the MBR to. You'll have to slap in the OS's CD and boot to the recovery install/Repair Install screens of the respective OSes, and open the command prompt in Vista and 7. Then, type the following:

    In XP,
    Code:
    fixmbr
    In Vista,
    Code:
    bootrec.exe /fixmbr
    In 7,
    Code:
    bootsect /nt60 c: /mbr
    Now, if I could tell you why they never kept the command the same among the three OSes, I'd be rich and famous right now

  5. #5
    Experienced User
    Overall activity: 0%

    Join Date
    Oct 2009
    Location
    Chennai
    Posts
    474
    Liked
    2 times
    Points
    6,676
    i had this problem before,fixing the bootloader with windows disk should work.

  6. #6
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    It would work, since GRUB's just a boot loader, nothing more.

  7. #7
    Whiz Kid
    Overall activity: 0%

    Join Date
    Sep 2008
    Location
    Albania
    Posts
    1,771
    Liked
    80 times
    Points
    20,857
    Quote Originally Posted by hellnoire View Post
    What you have to do to avoid this message is restore the bootloader of choice.

    Depends on the OS on how to do so, but I'm assuming it's XP, Vista, or Windows 7 you're restoring the MBR to. You'll have to slap in the OS's CD and boot to the recovery install/Repair Install screens of the respective OSes, and open the command prompt in Vista and 7. Then, type the following:

    In XP,
    Code:
    fixmbr
    In Vista,
    Code:
    bootrec.exe /fixmbr
    In 7,
    Code:
    bootsect /nt60 c: /mbr
    Now, if I could tell you why they never kept the command the same among the three OSes, I'd be rich and famous right now
    Thanks dude!! You're really a linux guru

  8. #8
    *nix Technical Support
    Overall activity: 35.0%

    Join Date
    Jan 2009
    Location
    /home/hellnoire
    Posts
    9,845
    Liked
    319 times
    Points
    26,077
    Hahaha, I've learned from my mistakes, and sometimes, I've had to go back to Windows for something or another.

 

 

Similar Threads

  1. sudo gedit /boot/grub/menu.lst is empty
    By coolczone in forum Linux
    Replies: 13
    Last Post: 07-16-2010, 04:42 AM
  2. Quick Tip: How to edit GRUB
    By Sai Charan in forum Linux
    Replies: 4
    Last Post: 05-02-2009, 11:36 AM
  3. GRUB Question
    By Kabith in forum Linux
    Replies: 17
    Last Post: 04-30-2009, 10:44 PM
All times are GMT +8. The time now is 08:19 AM.