1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

HP Desktop , Replaced HD, & Would like to Reload Windows OS

Discussion in 'Microsoft Windows' started by John Stenger, Jul 12, 2021.

  1. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    Got the install started but it then stopped at a popup that reads ....Windows Cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems Windows can only be installed to GPT Disks.
     
  2. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    Ah yes well you are going to have to use another program to change your disk to GPT format. I didn't think of that sorry. If you have a USB external caddy you could pull the hard drive out and do it from another computer also. It can be done through windows disk management then.
     
    Last edited: Jul 14, 2021
  3. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    I have a USB Dock, that allows me to plug In Two SATA Hard Drives, and connect them to another PC
     
  4. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    That would work if it formatted for Linux file system it may not show up. You may have to use Derick Nuke and Boot or another program to do it.
     
  5. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    I found this video that may be helpful.
     
  6. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    Also I have another Hard Drive with Linux Mint on it! .....is there any way for me to confirm If that one might be a GPT format already?
     
    Last edited: Jul 14, 2021
  7. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    Check if your disk is GPT or MBR using gdisk tool
    The gdisk is a command-line menu-driven program for the creation and manipulation of the partition table. It can be used to convert an MBR disk to GPT or a GPT disk to MBR.

    Before you use gdisk command, first run the given command in your terminal to install gdisk if it is not in your system –

    sudo apt install gdisk -y
    After installing gdisk use the following command to list the available disks –

    sudo fdisk -l
    Now see the list and identify the correct disk where you want to check the partitioning style of the disk.

    To check if the disk is GPT or MBR use the following command in your terminal –

    sudo gdisk /dev/sda1
    In the above command /dev/sda1 is my disk that we are going to scan to check which partition table is present on the disk. Repalce it with the your disk name.

    This command will scan for the partition table present on the disk and display it inside the terminal. See the image below the highlighted part shows that the disk is MBR only.

    [​IMG]

    If the partitioning style of the disk is GPT then it will display the output as given in the image below –

    [​IMG]

    GPT or MBR: Check using the parted command
    The parted command is also used to create and manipulate the partition table. It supports multiple partition table formats including MBR and GPT.

    We can use the patrted command to check the partition table format, use the following command in your terminal –

    sudo parted /dev/sda1 p
    And this will display the output as given in the image below. The partition table present on this disk is gpt.

    [​IMG]

    Conclusion
    There may some other ways to check the partition table format on a disk. The method describes one of the easiest ways to find if disk uses GPT or MBR. Now if you have a query on this topic then write us in the comments below.
     
  8. Tony D

    Tony D Administrator Administrator

    Joined:
    Sep 25, 2009
    Messages:
    5,161
    Location:
    SE Pennsylvania, USA
    Operating System:
    Windows XP Professional
    I would think the install disk would ask if you wanted to format the hard drive if that was needed. Guess that's wrong thinking.
     
  9. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    It does but that comes after where he got the error message I believe Tony. This UEFI stuff messes with me I don't totally understand it yet.
     
  10. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    I tried but couldn't get the tool installed, so I switched the other LINUX HD into the intended High Ram PC, Then tried Loading the Windows 10 Flash Drive into that HD, Same thing happened within a few minutes of Installing Looks like neither HD is GPT format!
    Also at the end of that message, it says Windows cannot be installed to this Hard Disk space. The Partition is of an Unrecognized type.
     

    Attached Files:

    Last edited: Jul 14, 2021
  11. Tony D

    Tony D Administrator Administrator

    Joined:
    Sep 25, 2009
    Messages:
    5,161
    Location:
    SE Pennsylvania, USA
    Operating System:
    Windows XP Professional
    I've loaded Windows a number of times using a flash drive created with the Media Creation Tool. I've never seen this before. Try connecting that hard drive to your other Windows machine via a SATA to USB adapter. Then use Windows Disk Management to delete all the partitions. Then create a new partition from the unallocated space. Then try to install Windows using the USB drive you created, See what happens.
     
    IJAC likes this.
  12. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    I 've seen this before you will have to do what Tony suggested. Windows won't recognize Linux file system. You will have to start with a empty hard drive.
     
  13. Seth Anthony

    Seth Anthony Registered Members

    Joined:
    Mar 31, 2017
    Messages:
    1,444
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    Altaire 8800
    CPU:
    Modified Texas Instruments calculator
    Memory:
    2 transistor tubes
    Hard Drive:
    pen and paper
    Graphics Card:
    TV ready
    Power Supply:
    Mouse on a wheel
    The message comes at the screen which shows the partitions. All John should have to do is delete the existing partitions and create one new one. The new partition should automatically be GPT.
     
    IJAC likes this.
  14. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
    I thought that also but wasn't sure since the he got that error message already. This UEFI messes with me also I don't fully understand it either.
     
  15. Seth Anthony

    Seth Anthony Registered Members

    Joined:
    Mar 31, 2017
    Messages:
    1,444
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    Altaire 8800
    CPU:
    Modified Texas Instruments calculator
    Memory:
    2 transistor tubes
    Hard Drive:
    pen and paper
    Graphics Card:
    TV ready
    Power Supply:
    Mouse on a wheel
    Notice I used the word "should" twice ;)
     
  16. IJAC

    IJAC Super-Moderator Super Moderators

    Joined:
    May 8, 2017
    Messages:
    934
    Location:
    Here
    Operating System:
    Linux Based
    Computer Brand or Motherboard:
    I have a Asus prime Z270A MB
    CPU:
    Intel i5 Quad core
    Memory:
    Rip Jaw 32 GB
    Hard Drive:
    Samsung Evo 500 GB SS
    Graphics Card:
    On Board
    Power Supply:
    750 Watt Corsair
  17. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    Thanks for the Updates, I am deleting the Partitions Now!
     
  18. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    1. Could not get that Hard drive when placed in the dock to be recognized by the working windows PC, so using Windows Disk Management to delete all the partitions was not possible!

    2. I then looked on Google and found I could do basically the same thing, using the Linex PC and Linex OS deleting Commands! But the linux deletion kept showing popups reporting Error after Error? Could not delete anything by that method either!

    3. Finally I was mentally exhausted, and decided to wipe the Linux OS, by using the D Ban CD, which It successfully did!

    4. I then plugged in the USB Windows 10 Flash drive, and unfortunately forgot it was in the wrong machine! It did however load the windows program and did not show any problem or warning with the MBR vs. GPT Issue, but after it loaded files, I quit the installation and placed the Hard drive in my Best PC. But now, when installing, it shows the same need of the GPT Partition! So that is where I'm at right now! Thanks John
     
  19. Tony D

    Tony D Administrator Administrator

    Joined:
    Sep 25, 2009
    Messages:
    5,161
    Location:
    SE Pennsylvania, USA
    Operating System:
    Windows XP Professional
  20. John Stenger

    John Stenger Registered Members

    Joined:
    Apr 2, 2013
    Messages:
    429
    Operating System:
    Windows XP Home
    @Tony D I just placed the wiped HD into the Dock and Now it is being recognized by my windows 7 computer! and it shows full Space on it, there is one other partition showing up called System Reserved, and that has some disk usage. So I guess whatever changes have to be made, can be done using the WINDOWS Machine and the HD Dock.

    QUESTION: I just went to the Link you sent last, and I notice the heading is ...Convert a GPT disk into an MBR disk! ...Is that correct? I thought I had to convert the Disk to GPT?
     
    Last edited: Jul 16, 2021

Share This Page