Home/Blog
Current (2015)
2014 2013
2012 2011
2010 2009
2008 2007

BabyBlogs
Majandra
Aliana

Travel Blogs
Europe/Egypt '06
Peru/Bolivia '08
Central Aust '09
Fiji '11

Cycling Maps & Routes

Links







Best viewed with Firefox


Site Built with gedit on Ubuntu

[Restore GRUB after Windows Installer takes over]

In any Linux-based system, you have the ability to dual boot - that is, you're presented with a boot menu when you turn your computer on and you can boot into any one of multiple operating systems you have installed.

Linux being the well thought-out system that it is, quite happy sets up dual boot during the install process, and automatically sets up the menu items for any other operating systems you have installed. Windows install, however, is not so friendly. It takes over, and destroys any dual boot system you had set up prior to installing. The reason this happens is because Windows overwrites the MBR (Master Boot Record) to point only to itself, instead of pointing to the GRUB boot manager.

The good news - it's easy to get GRUB back!

  • Boot from a Live CD, like Ubuntu Live, Knoppix, Mepis, or similar
  • Open a Terminal
  • Type sudo grub which makes a GRUB prompt appear (or, in some Linux distros, switch to the root user with "su" and then just type "grub")
  • Type find /boot/grub/stage1 and you'll get a response like "(hd0)" or in my case "(hd0,3)"
  • Type root (hd0,3) of course making sure you type in exactly what was presented in the previous command
  • Type setup (hd0) (per above results, but only the first number such as hd0 or hd1, don't include the comma or anything after)
  • Type quit
  • Restart the system. Remove the bootable CD.





www.linux.org firefox ubuntu Last modified: Wednesday, 01-Aug-2018 13:25:37 ACST
Site created by Callan Davies / CRUZN 2007-2010
Some content protected. Other content free for your use. Contact the Webmaster

Random Photo:

Random Photo



Animals Australia's monthly e-update

[Articles]

Talking to the Topfield TF5000PVRt using Linux and ftpd-topfield

Setting up DynDNS in Ubuntu/Linux

Restore GRUB boot manager after Windows destroyed it