Windows 10: Windows 11 Install - new build, error "The selected disk has an MBR partition table"

Discus and support Windows 11 Install - new build, error "The selected disk has an MBR partition table" in Windows 10 Software and Apps to solve the problem; Following a previous response to this issue, I've run 'diskpart', selected the disk, cleaned the disk, and ran 'convert gpt'. Same issue repeats.The... Discussion in 'Windows 10 Software and Apps' started by DavidColes74, Jun 11, 2022.

  1. Windows 11 Install - new build, error "The selected disk has an MBR partition table"


    Following a previous response to this issue, I've run 'diskpart', selected the disk, cleaned the disk, and ran 'convert gpt'. Same issue repeats.The disk is showing in setup as 'Disk 0 Partition 1 total size 2048.0 GB free space 0.0 MB type primaryThe SSD is an ADATA SU635 480 GB.Any suggestions? Thanks.

    :)
     
    DavidColes74, Jun 11, 2022
    #1

  2. Error Windows cannot be installed to this disk. The selected disk has an MBR partition table.

    Hello,

    Thank you for posting your query on Microsoft Community.

    I understand your inconvenience. Don’t worry. We will assist to resolve this issue.

    The error message is saying that your BIOS is UEFI but your disk's partition system is not GPT. In order to verify this claim:

    • Open any CLI (cmd or PowerShell)
    • Right click on the start button and select Command Prompt (Admin).
    • Type "diskpart" (without the quotes) and hit Enter.
    • Wait for it to load (the command line will begin with DISKPART>)
    • Type "list disk" (without the quotes) and hit Enter.
    • GPT disks will have an asterisk in the far right column.
    If your disk is indeed GPT, there's a problem with the installer. Otherwise, change BIOS to legacy mode to install on an MBR disk.

    Try the above suggestion and let us know if it helps. For further assistance feel free to post your queries in Microsoft forums. We will be glad to assist you.

    Thank You.
     
    Sangeeta Sarkar, Jun 11, 2022
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, Jun 11, 2022
    #3
  4. Windows 11 Install - new build, error "The selected disk has an MBR partition table"

    clone MBR HD to bootable GPT partition?

    Hi,

    1. You cannot convert mbr to gpt without data loss. otherwise, you can follow directions here:

    FROM WINDOWS RECOVERY CONSOLE:

    To change a master boot record disk into a GUID partition table disk using a command line


    • Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUID partition table (GPT) disk.

    • Open an elevated command prompt (right-click Command Prompt, and then click Run as Administrator) and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.

    • At the DISKPART prompt, type list disk. Make note of the disk number you want to convert.

    • At the DISKPART prompt, type select disk <disknumber>.

    • At the DISKPART prompt, type clean.

    2. I'd suggest converting your vista drive to a virtual machine, load that up on your windows 10 system and use a program like virtualbox to run it.
     
    CoatH4nger, Jun 11, 2022
    #4
Thema:

Windows 11 Install - new build, error "The selected disk has an MBR partition table"

Loading...
  1. Windows 11 Install - new build, error "The selected disk has an MBR partition table" - Similar Threads - Install build error

  2. i get error , "The Selected dis has an MBR partition table. windows can only be installed...

    in Windows 10 Gaming
    i get error , "The Selected dis has an MBR partition table. windows can only be installed...: Hello friends, I have a problem that I could not solve.I encountered this problem while changing Windows. I saw solutions that clean the disk, but I have important information on the disk.I have a disk, which contains several partitions. And I already deleted partition 3...
  3. i get error , "The Selected dis has an MBR partition table. windows can only be installed...

    in Windows 10 Software and Apps
    i get error , "The Selected dis has an MBR partition table. windows can only be installed...: Hello friends, I have a problem that I could not solve.I encountered this problem while changing Windows. I saw solutions that clean the disk, but I have important information on the disk.I have a disk, which contains several partitions. And I already deleted partition 3...
  4. i get error , "The Selected dis has an MBR partition table. windows can only be installed...

    in Windows 10 Installation and Upgrade
    i get error , "The Selected dis has an MBR partition table. windows can only be installed...: Hello friends, I have a problem that I could not solve.I encountered this problem while changing Windows. I saw solutions that clean the disk, but I have important information on the disk.I have a disk, which contains several partitions. And I already deleted partition 3...
  5. The selected disk has an MBR partition table [Fix]

    in Windows 10 News
    The selected disk has an MBR partition table [Fix]: [IMG]Some users have reported that when they try to install Windows OS on their hard disk, the installation process is interrupted. As soon as they press the Install now button in the Windows Setup process, the Windows installation fails, and the Windows Setup shows Windows...
  6. Windows cannot be installed to this disk because it has an mbr partition table.

    in Windows 10 Gaming
    Windows cannot be installed to this disk because it has an mbr partition table.: So I was trying to install windows on my laptop and then windows threw this error at me. Obviously, I need to convert my disk to gpt but let’s say that’s not an option. I am using Uefi hybrid boot mode so could I use legacy boot mode to bypass this error?...
  7. Windows cannot be installed to this disk because it has an mbr partition table.

    in Windows 10 Software and Apps
    Windows cannot be installed to this disk because it has an mbr partition table.: So I was trying to install windows on my laptop and then windows threw this error at me. Obviously, I need to convert my disk to gpt but let’s say that’s not an option. I am using Uefi hybrid boot mode so could I use legacy boot mode to bypass this error?...
  8. Windows 11 Install - new build, error "The selected disk has an MBR partition table"

    in Windows 10 Gaming
    Windows 11 Install - new build, error "The selected disk has an MBR partition table": Following a previous response to this issue, I've run 'diskpart', selected the disk, cleaned the disk, and ran 'convert gpt'. Same issue repeats.The disk is showing in setup as 'Disk 0 Partition 1 total size 2048.0 GB free space 0.0 MB type primaryThe SSD is an ADATA SU635...
  9. Installing Windows 10 on SD drive with MBR partition table on EFI system

    in Windows 10 Installation and Upgrade
    Installing Windows 10 on SD drive with MBR partition table on EFI system: I'm trying to install Windows 10 on an SD drive. I keep getting this message: "Windows cannot be installed to this disk. the selected disk has an MBR partition table. On EFI system, Windows can only be installed to GPT disks" I went into the BIOS to disable the EFI Boot...
  10. the selected disk has an MBR partition needs GPT

    in Windows 10 Installation and Upgrade
    the selected disk has an MBR partition needs GPT: I upgraded my windows 7 pro to Windows 10 pro and decided to do a clean install. The install partition ( boot partition ) is on a HDD with three other partitions. I tried to install from the Windows 10 disk, created from the downloaded ISO image. but greeted with "windows...