[HOW TO] Restore GRUB bootloader after a new Windows installation
SPONSORED LINKS                              
GRUB is widely used bootloader for booting linux systems. It lets you choose the OS you want to boot from the list of all OSs loaded on your system.
If you install any Windows OS on your PC after installing Linux then you will not see the GRUB bootloader any more. Instead of that you will see only windows OSs will be listed now in the list. As Windows bootloader does not support Linux systems. So to get back your original GRUB bootloader you will have to do some changes in your Master Boot Record.
To do so you will require a live cd to boot linux. After booting from the live cd go to terminal and execute following commands.
sudo grub
find /boot/grub/stage1
Now it will show you the location of the drive on the hard disk where the GRUB loader is stored.
root (hd *, *)
setup (hd0)
quit
In place of * type the output you got with the previous command. Now restart your system and you can see your GRUB loader again.
BAS
Enjoy
Popularity: 2%
Related Articles
[HOW TO] Restore GRUB bootloader after a new Windows installationSubscribe to COOL COMPUTER TRICKS by Email
Support Us keeping this website online 24*7 Please
Recent Entries
- Firebug for Google Chrome
- Set a Video as Desktop backgorund in Windows 7
- Redesign your Desktop in your own way with BumpTop
- Start multiple applications with single click : Lacuna Launcher
- Lock your private files with Easy File Locker
- Tweak your Ubuntu with Ubuntu tweak 0.5
- Arrange folders according to their size in Windows
- [Get]Microsoft Live SkyDrive – Free 25GB Online File Hosting
- [How To]Easily access and manage Google Bookmarks in Chrome
- Windows 7 troubleshooting tips[ebook][download]







































November 11th, 2009 at 1:58 am
really a cool trick …. i use to install fresh linux over windows if got tracked with above problem …. but now its absolutely fine …. please send some more tricks based on linux …… thanxxxx ….. .!!!
November 11th, 2009 at 12:51 pm
hmm
sure