Windows 10: Broken MBR Win 10 no disk

Discus and support Broken MBR Win 10 no disk in Windows 10 Installation and Upgrade to solve the problem; Another computer has stopped working after a power cut. It is an HP Pavilion laptop, originally Win 8 but upgraded to Win 10. There is no installation... Discussion in 'Windows 10 Installation and Upgrade' started by GeoffBailey1, Dec 20, 2019.

  1. Broken MBR Win 10 no disk


    Another computer has stopped working after a power cut. It is an HP Pavilion laptop, originally Win 8 but upgraded to Win 10. There is no installation disk. There is an mbr issue and it can't find the OS. What's the fix please?

    :)
     
    GeoffBailey1, Dec 20, 2019
    #1

  2. 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, Dec 20, 2019
    #2
  3. anctop Win User
    Convert GPT Disk to MBR Disk in Windows 10


    Recently I met an occasion where a Win10 installation on a GPT disk needed to be converted to MBR.
    I think my experience may be of some help.

    The target system was Win10 Enterprise, installed on an empty 300GB HD. The layout (as reported by "diskpart") was :
    Code:
    Code:
     Volume ###  Ltr  Label        Fs     Type        Size     Status     Info   ----------  ---  -----------  -----  ----------  -------  ---------  --------   Volume 1     C                NTFS   Partition    297 GB  Healthy    Boot   Volume 2         Recovery     NTFS   Partition    450 MB  Healthy    Hidden   Volume 3                      FAT32  Partition     99 MB  Healthy    System
    Basically I followed "OPTION ONE" of Shawn Brink (the author of the original post).
    Steps 1-3 were straightforward.
    After clicking "Convert GPT Disk to MBR Disk" in Step 3, a warning poped out :


    Broken MBR Win 10 no disk [​IMG]


    Click "OK" to dismiss, then proceed to Step 4.
    After clicking "Apply", another warning appeared soon :


    Broken MBR Win 10 no disk [​IMG]


    Click "Restart Now" to proceed.
    The restart triggered the conversion before loading the OS.
    When the conversion was completed (in just one or two minutes), the system was restarted again.
    But this time it CRASHED : some error message saying OS not found.

    This is normal, because the conversion tool did not mark the system partition as "bootable".
    Now :
    1. Boot the target system with the Win10 installation media (DVD/USB etc).
    2. Select language & click the "Next" button.
    3. Click the "Repair your computer" link.
    4. Click the "Troubleshoot" square.
    5. Click the "Command Prompt" square.
    6. At the command prompt, invoke the "diskpart" tool.
      • Locate the target partition by using the "select" and "list" commands.
      • Execute the "select partition x" command, where x is the target partition number.
      • Execute the "active" command to mark it as "bootable".
      • "exit" the "diskpart" tool.
    7. "exit" the command prompt.
    8. Click the "Startup Repair" square. The system will restart after the repair.
    9. Done.
    After the fix, the layout of the target disk looked like :
    Code:
    Code:
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info    ----------  ---  -----------  -----  ----------  -------  ---------  --------    Volume 1                             Partition    450 MB  Healthy    Offline    Volume 2                             Partition     99 MB  Healthy    Offline    Volume 3     C                NTFS   Partition    297 GB  Healthy    System
    Finally, a couple of remarks :
    • The time required for the "Startup Repair" step varies on different systems. For the 300GB disk mentioned above, it was finished in less than a minute. On another case with 1TB HD, it took nearly 3 hours of heavy disk read-write to complete the operation.
    • One downside of the method is worth notice : almost all of the functions in "Advanced startup" ("Start" -> "Settings" -> "Update & security" -> "Recovery" -> "Advanced startup") were gone after the conversion.
     
    anctop, Dec 20, 2019
    #3
  4. Broken MBR Win 10 no disk

    Smittychat., Dec 20, 2019
    #4
Thema:

Broken MBR Win 10 no disk

Loading...
  1. Broken MBR Win 10 no disk - Similar Threads - Broken MBR disk

  2. How do I prevent Win 10 from changing a MBR disk to GPT

    in Windows 10 Gaming
    How do I prevent Win 10 from changing a MBR disk to GPT: I have a couple of external USB MBR hard drives I use for making backups of my various PC's. They include PC's with Win XP, Win Vista, Win 7, Win 10 using legacy bios boot MBR and Win 10 with UEFI boot GPT. It seems when I plug the drives into the UEFI PC it goes ahead and...
  3. How do I prevent Win 10 from changing a MBR disk to GPT

    in Windows 10 Software and Apps
    How do I prevent Win 10 from changing a MBR disk to GPT: I have a couple of external USB MBR hard drives I use for making backups of my various PC's. They include PC's with Win XP, Win Vista, Win 7, Win 10 using legacy bios boot MBR and Win 10 with UEFI boot GPT. It seems when I plug the drives into the UEFI PC it goes ahead and...
  4. win 10 broken

    in Windows 10 Network and Sharing
    win 10 broken: SAD, all I get in this community forum of experts is junior solutions to professional problems. win 10 will not discover my network exists. win 10 did at one time. tried smb, network discovery, all services on, changed windows firewall. Edition Windows 10 Pro Version...
  5. The selected disk is not a fixed MBR disk message on Windows 10

    in Windows 10 News
    The selected disk is not a fixed MBR disk message on Windows 10: [ATTACH] [ATTACH]Disk Management and the DISKPART utility on Windows 10 are useful tools for managing their disk space allocation and more. But some users are reporting an error The selected disk is not a fixed MBR disk when trying to use [...] This post The selected disk is...
  6. convert MBR to GPT disk

    in Windows 10 Installation and Upgrade
    convert MBR to GPT disk: DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 465 GB 0 B Disk 1 Online 7633 MB 0 B DISKPART> list disk Disk ### Status Size...
  7. Converting Windows 10 MBR Disk to GPT

    in Windows 10 Drivers and Hardware
    Converting Windows 10 MBR Disk to GPT: I have two internal disks and one external on my desktop. One of the internals is a GPT 1Tb disk for data and archive storage. The other is an MBR Windows 10 system disk and the external one is a 1TB USB. The system disk contains a System Reserved partition and the Windows 10...
  8. Win 10 pro MBR TO GPT

    in Windows 10 Installation and Upgrade
    Win 10 pro MBR TO GPT: I,m sorry if this has been posted before . I managed to secure erase my Samsung evo 850 m.2 250GB SSD then reinstalled windows using the official Microsoft tool . I don't know how but the disc is now MBR so wont allow me to use secure boot UEFI . I understand that the disc...
  9. Convert GPT Disk to MBR Disk in Windows 10

    in Windows 10 Tutorials
    Convert GPT Disk to MBR Disk in Windows 10: How to: Convert GPT Disk to MBR Disk in Windows 10 How to Convert GPT Disk to MBR Disk in Windows 10 [img] Information GPT (GUID Partition Table) and MBR (Master Boot Record) are two different partition styles that can be used for a disk. MBR disks use the standard...
  10. Convert MBR Disk to GPT Disk in Windows 10

    in Windows 10 Tutorials
    Convert MBR Disk to GPT Disk in Windows 10: How to: Convert MBR Disk to GPT Disk in Windows 10 How to Convert MBR Disk to GPT Disk in Windows 10 GPT (GUID Partition Table) and MBR (Master Boot Record) are two different partition styles that can be used for a disk. MBR disks use the standard BIOS partition...