Error message: "Windows cannot be installed to this disk..."

Solution 1:

"windows cannot be installed to disk 0 partition 2. (show details)", when I click show details I get the message, "windows cannot be installed on this disk. The selected disk is of the GPT partition style."

It's the error that you can maybe see when you try to install new Windows on your computer. Be aware that whatever is in your hard drive will be gone forever, including partitions and operating system.
Now I will show you 2 methods to resolve your problem :

Method #1:

  1. Boot up to installation DVD/CD.
  2. Click install but don't follow through.
  3. Press SHIFT-F10 to bring up console.
  4. Type "diskpart"
  5. Once inside diskpart type:
    -> list disk (find the one you want to convert)
    -> select disk 0 (select the one you want from the list)
    -> convert mbr (should take a second or two)
    -> quit
  6. Continue with install

Method #2:

  1. Boot up to installation DVD/CD.
  2. Click install but don't follow through.
  3. Press SHIFT-F10 to bring up console.
  4. Type "diskpart"
  5. Once inside diskpart type:
    -> list disk (find the one you want to convert)
    -> select disk 0 (select the one you want from the list)
    -> clean (wait an hour or so until its done)
    -> quit
  6. Continue with install

Enjoy