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.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 3 comments… read them below or add one }
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.
Gagan,
Thanks for contributing valuable notes. I appreciate your feedback.
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.