Tuesday 26 September 2017

Windows cannot be installed to this disk the selected disk is of the mbr partition table | Mbr to GPT using command prompt

You will find many solutions on Internet but wont work as I tried many but this is one I got fully working :

You need to convert MBR to GPT and its simple.Follow below steps :

The selected disk has an MBR partition



  • Start the system and start the installation process.
  • On the screen, which says install now, press SHIFT + F10 or SHIFT + fn +F10 (whichever works).
  • You will see a command prompt window.
  • Now follow this carefully.. (beware of case-sensitive commands)
    • Type diskpart. Press Enter.
    • Type list disk. Press Enter.
    • Type select disk 0. Press Enter.
    • Type clean. Press Enter.
    • Type convert GPT. Press Enter.
    • exit.
If still not work you can try Boot options.

No comments:

Post a Comment