Questions tagged [mbr]

Master Boot Record (MBR) is a type of boot sector popularized by the IBM Personal Computer. It consists of a sequence of 512 bytes located at the first sector of a data storage device such as a hard disk.

From wikipedia

A master boot record (MBR) is a type of boot sector popularized by the IBM Personal Computer. It consists of a sequence of 512 bytes located at the first sector of a data storage device such as a hard disk. MBRs are usually placed on storage devices intended for use with IBM PC-compatible systems.

The MBR may be used for one or more of the following:

  • Holding a partition table, which describes the partitions of a storage device. In this context the boot sector may also be called a partition sector.
  • Bootstrapping an operating system. The BIOS built into a PC-compatible computer loads the MBR from the storage device and passes execution to machine code instructions at the beginning of the MBR.
  • Uniquely identifying individual disk media, with a 32-bit disk signature, even though it may never be used by the operating system.

Because of the broad popularity of PC-compatible computers, the MBR format is widely used, to the extent of being supported by computer operating systems in addition to other pre-existing or cross-platform standards for bootstrapping and partitioning.[

862 questions
51
votes
4 answers

How to fix the Windows 10 boot loader from Windows?

I installed Ubuntu on a system that has Windows 10 installed. I can boot to Windows or Ubuntu normally using GRUB. I want to delete Ubuntu partition, but first I must restore the Windows 10 MBR. In Use Bootrec.exe in the Windows RE to troubleshoot…
Codyfly
  • 611
51
votes
3 answers

Converting between GPT and MBR hard drive without losing data

NOTE: I don't know a lot about hard drives so you're going to have to work with me here. My question: Can I change my hard drive from GPT to MBR without losing data on it? NOTE: there isn't an operating system on the laptop which I'm going to do…
29
votes
2 answers

Are GPT partitions less likely to get corrupted than MBR-based partitions?

GPT (GUID Partition Table) partitioning has some benefits over MBR (Master Boot Record), including Support for: More partitions (128) Drives larger than 2 TB But are there any other benefits like less likelihood of corruption? (The two HD failures…
Clay Nichols
  • 5,448
28
votes
2 answers

How to add Windows 10 to grub boot loader?

I have installed Windows 10 I have installed Linux Mint Silvia and I have chosen a device for boot loader installation - sda. There is not Windows 10 in grub menu when the system starts I have booted via Linux Mint live USB. I Do step by step…
user918291
27
votes
2 answers

MBR equals msdos for gparted?

I want to create a MBR partition table with GParted. In the confirmation window I can choose between various types of partition table. Default is msdos. Is it the same as MBR partition table? I'm running GParted off Ubuntu LiveCD.
27
votes
8 answers

boot Windows from GRUB rescue

This is my situation: installed Ubuntu without a CD (using unetbootin) dual boot installation (Windows XP+Ubuntu) didn't like the installation and decided to boot into Windows and delete the Linux partitions forgot to fix the mbr from within…
26
votes
3 answers

How to see if USB stick has MBR?

I have a USB stick supposed to be bootable, but the computer does not boot it. I suspect that there is no MBR (Master Boot Record). How do I test if this is so, preferably from command line in Linux.
Mads Skjern
  • 1,559
  • 8
  • 26
  • 40
25
votes
5 answers

How to correct 512-byte sector MBR on a 4096-byte sector disk?

Final update: I already knew what I needed to do to fix this problem; I just didn't know how to do it. I was hoping there would be some ready-made tool to do that automatically - but couldn't find any. I am accepting Rod's answer because despite not…
24
votes
2 answers

What are the differences between MBR vs GPT vs any other partition scheme?

Can anyone tell me what the main differences between i.e. MBR vs GPT or any other partition scheme are? Why would one choose one over the other? I am not an expert but from new release of Mac OS X which includes a feature called Time Machine, which…
23
votes
4 answers

Cloned disk - duplicate disk signature, how to resolve?

I have cloned a hard drive to an SSD using Clonezilla. Both drives were of identical size, and the process appears to have worked successfully. I can boot into Windows 10 from the SSD without any apparent issues, however the other disk (the…
22
votes
2 answers

How can I move the boot sector to another drive?

When I installed Windows 7 on my new SSD it seems I messed some parts up during the partition selection, and now I have my system partition with the boot sector on another harddrive, and the boot partition containing Windows on my SSD. How can I…
22
votes
7 answers

Clone a Windows Installation to a 3TB Hard Drive; MBR to GPT

I have Windows 7 Professional 64-bit installed on my desktop. Unfortunately for me and my wallet my hard drive is failing. I have purchased a 3TB hard drive as a replacement for my current 2TB drive. I would like to avoid as much hassle as…
22
votes
5 answers

Mac OS X This Disk doesn't use the GUID partition Scheme when upgrading to Mac OS Sierra

I want to do the update to the latest version of Mac OS X Sierra. When I launch the update I get following error message: This Disk doesn't use the GUID partition Scheme Use Disk Utility to change the partition Scheme. Select the disk, choose the…
mFabing
  • 321
  • 1
  • 2
  • 3
21
votes
4 answers

Using GParted to convert GPT to MBR without access to an OS

I wiped my Windows 8 thinking I could install Windows 7 x86 but I can't because the disk is GPT. I need to convert to MBR. I'm trying to use GParted to convert to MBR but it seems GParted can only do the opposite. Can GParted be made to convert to…
19
votes
3 answers

How do boot sectors and multiple drives works?

I don't fully understand the concept of a boot sector, I was hoping someone could clear this up for me. If you have two hard drives, with an OS installed on each, does each drive have its own boot sector? Does each drive need an MBR partition? I've…
GiH
  • 4,059
1
2 3
57 58