Does Linux grub replace Windows MBR?
Q. I’m willing to try out Ubuntu Linux but my question is Does Linux grub replace Windows MBR? Can I dual boot between Windows and Linux system?
A. Yes when you install GRUB on first partition, windows MBR get replaced. In most cases GRUB automatically adds an entry for Windows XP / Vista so that you can enjoy dual booting out of box after Ubuntu Linux installation.
In case if you made any mistakes while performing Linux installation you can restore GRUB.
I recommend making a backup of all important data / files before making any changes to MBR / file system or operating system or Ubuntu Linux installation.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Linux / UNIX FAQ:
- grub.conf for Windows vista or xp dual boot
- Disable graphical GRUB splash screen
- How to uninstall GRUB
- Error /dev/hdX does not have any corresponding BIOS drive and Solution
- I2O block arrays trouble - Linux fails to install GRUB at the end of successful installation
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Please do not use the comment form to ask for help / question. Ask your question on the excellent Linux tech support forum. Thank you very much for stopping by our site!
Tags: dual_boot, dual_booting, linux_grub, linux_installation, linux_system, mbr, partition_windows, ubuntu_linux ~ Last updated on: September 7, 2007



September 10th, 2007 at 2:32 am
You need to make sure that while installing the Linux on the machine you leave a part of the drive unassigned. Once you are at the installation screen, you will see the unassigned partition where you can install the Linux. During the course of installation Grub will ask you the default OS that is to be booted, you can select the value. Generally, the windows os is not recognized so Grub will read it as “Others” which can be named later on in the /boot/grub/grub.conf file.
September 11th, 2007 at 11:29 am
Gagan,
Thanks for contributing valuable notes. I appreciate your feedback.
September 13th, 2007 at 12:07 am
I suppose people have misunderstood, if you install
grub on your *hard disk*, The MBR of the disk
is replaced by grub and not the Windows MBR, if you
install grub on a windows partition then it will
overwrite the windows MBR. Remember
Bios –> Hard Disk (MBR) –> MBR Finds the active partition (0×80) –> Loads the boot loader at sector
0 of the active partition and passes control.