- Bootstrapping operating systems after the BIOS has been loaded
- Holds the primary partition table of system
- Identifying storage medias individually
Problem comes when because of lack of knowledge; inorder to remove Linux from our machine we formats the Linux partition along with the swap and end up with nothing getting booted. The reason is that the MBR resides in the partition in which Linux is installed, which gets removed when we format the Linux partition. So when system boots it doesn't have sufficient information. So in this case we need to fix the MBR. Just follow these steps :
1.Insert the vista cd and boot from it.
2.When the the install screen comes press repair windows
3.Open the command prompt and type the this command
Bootrec.exe /FixMbr
4. Reboot and you are done.
But at last I'll say that you need to give some more time when using Linux . There is a quote
"Linux is a user friendly OS ; But it's very selective in choosing its users.."
No comments:
Post a Comment