Ask the Experts: I recently reinstalled Windows on my dual boot system and now Linux no longer boots...
January 26th, 2009 by Carlie Fairchild in
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.
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-19-09
- Nov-04-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








hmmm. i thought the easiest
On February 14th, 2009 trythis (not verified) says:
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
On February 14th, 2009 Anonymous (not verified) says:
You need to reinstall linux again .
Hahahahahahahahahahahahahahah
On January 29th, 2009 Anonymous (not verified) says:
Hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaahahahahahahahahahahahahahahahahahaha
One thing that hasn't been
On January 26th, 2009 john spence (not verified) says:
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.
On January 26th, 2009 Heinzi (not verified) says:
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/
Post new comment