-
Whiz Kid
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!
-
*nix Technical Support
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
-
Whiz Kid
Ok thanks!! But what do I have to do to avoid this message? Do I have to format Linux Partition then delete it?
-
*nix Technical Support
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,
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
-
Experienced User
i had this problem before,fixing the bootloader with windows disk should work.
-
*nix Technical Support
It would work, since GRUB's just a boot loader, nothing more.
-
Whiz Kid

Originally Posted by
hellnoire
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,
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
-
*nix Technical Support
Hahaha, I've learned from my mistakes, and sometimes, I've had to go back to Windows for something or another.
Similar Threads
-
By coolczone in forum Linux
Replies: 13
Last Post: 07-16-2010, 04:42 AM
-
By Sai Charan in forum Linux
Replies: 4
Last Post: 05-02-2009, 11:36 AM
-
Replies: 17
Last Post: 04-30-2009, 10:44 PM
All times are GMT +8. The time now is 08:19 AM.