Master Boot Record and Boot Sector:
The MBR finds the boot partition by reading the partition table that is located at the end of the master boot record.
Then the control is passed on to the boot sector in that partition that contains the disk boot program.
The boot sector then copies the IO.sys file from the root directory into the memory.











