Ask the Experts: I recently reinstalled Windows on my dual boot system and now Linux no longer boots...

Question: I recently had to reinstall Windows on my dual boot system and now Linux no longer boots. Rather than booting to the grub boot manager it now boots directly into Windows. How do I recover my ability to dual boot?" --Tara Ryan, Mountain View, CA

Our friends at Apress have kindly offered one free book or ebook of your choice if we publish your Ask the Experts question. Readers, send your Ask the Experts question in to get in on the action. A free book and free tech support if your question is selected -- pretty cool right? Now on to our responses to this week's question:

Tom Metge responds: You'll need to reinstall GRUB to the MBR of your disk- Windows overwrites it on installation. If you've got a live Linux disc handy (the rescue function on your distro's install disk, for example), boot into the rescue environment and do the following:
- mount your boot and root partitions
- chroot to the root partition
- run:
grub-install [dev]
where [dev] = the drive you boot from, in grub format (hd0,0 for the first drive in the system, for example).

Bill Childers, an IT Manager in Silicon Valley responds: Tom's instructions are dead-on. Alternatively, though -- in the event the BIOS doesn't want to probe the drive properly from the chroot you can also re-install grub outside the chroot. Ensure your boot and root partitions are mounted as in Tom's instructions, then run "grub-install --root-directory=/mnt/hda1 /dev/hda" (substitute /mnt/hda1 and /dev/hda for your actual mountpoint and device nodes).

This is also covered in detail in Kyle Rankin's *excellent* book, Knoppix Hacks. It's hack #53 in the first edition and hack #66 in the second edition. You owe me one, Kyle.

Luis Cerezo responds: When using rescue mode the root part and boot, depending on how your system us set up may need to be mounted in rw mode. Mount -I remount,rw /.

Chris Stark of the University of Hawaii College of Education responds: Hi Tara. Tom, Bill, and Luis all had perfect answers for recovering from this sort of problem. For now, follow their advice for getting your GRUB installation back, then follow my advice for a strategy to help avoid the problem from happening again.

As I'm sure you know, there are hundreds of Linux distros out there, each with a slightly different audience or purpose. A specific distro I'd like to bring to your attention is the Clonezilla Live CD, http://clonezilla.org/.

Download the ISO image and burn it to CD as usual. Set the disk aside for now.

Next, get your Windows installation updated and configured to your liking. I tend to do a fairly minimal amount of tweaking: install any drivers & updates, install an anti-virus and Windows Defender, and turn off the annoying interface sounds.

Once you're satisfied with your Windows installation, reboot using the Clonezilla Live CD, and follow the prompts to create an image of your Windows partition. Clonezilla is very flexible in that it lets you save the image to a network share, external drive, or even a local partition. Now that you have an image, you can confidently go about your business, knowing that the next time Windows blows itself up (...and you know it will...), you'll be ready to get back up and running quickly and painlessly.

Be sure the read the "How to use" link from the Clonezilla homepage. You'll find that Clonezilla is very easy to use, albeit a bit quirky, and restoring your perfectly configured Windows partition means no overwriting the Master Boot Record (thus leaving GRUB intact and ready to dual boot).

If you're like me, and only need Windows around for testing purposes, consider running Windows in a virtual machine, like VirtualBox, http://www.virtualbox.org/.

James Ward of Adobe Systems responds: Boot any Live CD and then run the following command:
sudo grub-install --no-floppy /dev/sda

Assuming that /dev/sda is the device you want to install the boot loader on. Since your Grub configuration should still be intact this should just work.


>> Ask the Experts is a new weekly column featured exclusively on LinuxJournal.com.

>> Question for our experts? E-mail them.

______________________

Carlie Fairchild is the publisher of Linux Journal.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

hmmm. i thought the easiest

trythis's picture

hmmm. i thought the easiest way would be restoring grub: boot live cd, from terminal run grub, and in the grub shell type these commands:
> root (hd0,0) #define linux partition, in this case its 1st 1st partition on 1st hdd (counting starts from 0)
> setup
> exit #or quit (don't remember exactly :)

that's it

dual boot

Anonymous's picture

You need to reinstall linux again .

Hahahahahahahahahahahahahahah

Anonymous's picture

Hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaahahahahahahahahahahahahahahahahahaha

One thing that hasn't been

john spence's picture

One thing that hasn't been pointed out is that there are still those distros that use lilo. The reader did not provide all of the information necessary to correctly answer the question without guessing. Also, sometimes distro's will have slightly different methods for repairing either grub or lilo. This is the type of question that could easily been answered by the person's wiki or manual and with more distro specific instructions.

john

Recover your linux boot.

Heinzi's picture

You can also use the Super Grub Disk to recover your grub bootloader very easily. The Super Grub Disk can be found at the following Link. http://www.supergrubdisk.org/

Webcast
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers

Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6

Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.

Learn more about catching the bad guy in this free white paper.

Learn More

Sponsored by DLT Solutions