Windows 10: No boot disk found after converting disk to GPT

Discus and support No boot disk found after converting disk to GPT in Windows 10 BSOD Crashes and Debugging to solve the problem; Converted the disk 0 after deleting all logical partitions on a Dell with UEFI ROM to GPT from MBR which has legacy mounted window 10 pro. After... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Pennat, Apr 28, 2020.

  1. Pennat Win User

    No boot disk found after converting disk to GPT


    Converted the disk 0 after deleting all logical partitions on a Dell with UEFI ROM to GPT from MBR which has legacy mounted window 10 pro.

    After changing Bios from Legacy to Uefi without secure mode, 'No bootable Disk found error message popped. Is there anyway to change the disk0 from GPT to MBR without loss of data or without losing windows 10. I have system image from the past and saved data.

    :)
     
    Pennat, Apr 28, 2020
    #1

  2. Converting a MBR disk to a GPT disk

    I would put Windows on Disk 2. There is plenty of space. If you want to start with a clean slate then you should do this:

    • Disconnect disks 0 and 1.
    • Boot the machine with your installation medium.
    • Launch diskpart.
    • Select disk 0 (it was disk 2 before).
    • clean.
    • Reboot with your installation medium.
    • Install Windows.
    • When it runs nicely, connect the other disks and tell the BIOS which is the primary disk to boot from.
    Since disk 2 is only 232 GBytes you will not need UEFI / GPT. After Windows is installed you can convert the 3 TByte disk to GPT.
     
    Frederik Long, Apr 28, 2020
    #2
  3. convert MBR to GPT disk

    convert mbr to gpt

    There is a way to convert mbr to gpt without data loss. clean command deletes all datas inside the disk, so dont use this command

    boot with windows dvd , and get into command prompt

    type diskpart , find the disk number , which is need to convert mbr to gpt

    say disk number is 0

    exit diskpart

    type below command in command prompt

    mbr2gpt /convert /disk:0

    wait for some minutes to complete , once you get commpleted successfuly means, exit and close ,

    shutdown the pc , remove windows dvd

    important

    After the disk has been converted to GPT partition style, the firmware must be reconfigured to boot in UEFI mode.


    Make sure that your device supports UEFI before attempting to convert the disk.
     
    RAJU.MSC.MATHEMATICS, Apr 28, 2020
    #3
  4. No boot disk found after converting disk to GPT

    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 Free Dyn Gpt
    -------- ------------- ------- ------- --- ---
    Disk 0 Online 465 GB 0 B

    DISKPART> select disk 0

    Disk 0 is now the selected disk.

    DISKPART> list partition

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Primary 549 MB 1024 KB
    Partition 2 Primary 151 GB 550 MB
    Partition 3 Primary 152 GB 152 GB
    Partition 4 Primary 161 GB 304 GB

    DISKPART> select partition 2

    Partition 2 is now the selected partition.

    DISKPART> clean

    Virtual Disk Service error:
    Clean is not allowed on the disk containing the current boot,

    system, pagefile, crashdump or hibernation volume.

    I am having above highlighted error while converting MBR to GPT disk .

    please get me the solution.
     
    {-}ARIOM MAKWANA, Apr 28, 2020
    #4
Thema:

No boot disk found after converting disk to GPT

Loading...
  1. No boot disk found after converting disk to GPT - Similar Threads - boot disk found

  2. convert disks to gpt help

    in Windows 10 Network and Sharing
    convert disks to gpt help: For context I have a 2tb hard drive and a 500mb ssd and im trying to upgrade to windows 11. So I'm trying to upgrade to windows 11 and I had to activate tpm Which I did with no issues and enable secure boot. After a little research I found I had to convert my drives to gpt,...
  3. convert disks to gpt help

    in Windows 10 Gaming
    convert disks to gpt help: For context I have a 2tb hard drive and a 500mb ssd and im trying to upgrade to windows 11. So I'm trying to upgrade to windows 11 and I had to activate tpm Which I did with no issues and enable secure boot. After a little research I found I had to convert my drives to gpt,...
  4. convert disks to gpt help

    in Windows 10 Software and Apps
    convert disks to gpt help: For context I have a 2tb hard drive and a 500mb ssd and im trying to upgrade to windows 11. So I'm trying to upgrade to windows 11 and I had to activate tpm Which I did with no issues and enable secure boot. After a little research I found I had to convert my drives to gpt,...
  5. How to convert a system MBR disk to GPT disk ?

    in AntiVirus, Firewalls and System Security
    How to convert a system MBR disk to GPT disk ?: Hi,I need to convert my system disk to GPT without losing data or reinstalling windows 10.So I can convert my system from legacy BIOS to UEFI. https://answers.microsoft.com/en-us/windows/forum/all/how-to-convert-a-system-mbr-disk-to-gpt-disk/e5c6c129-e5c7-49c0-bb2f-979136b58b36
  6. "No Boot Device Found" after converting MBR to GPT disk and "roll back" to MBR

    in Windows 10 BSOD Crashes and Debugging
    "No Boot Device Found" after converting MBR to GPT disk and "roll back" to MBR: Hello, everyone. I was wondering if there's a way to fix the "No boot device found. Press any key to reboot..." In upper lines it says, "PXE-E61: Media test failure, check cable." When I enter BIOS, the hard disk isn't showing blank. However, when I run tests on Diagnostics,...
  7. Windows 10 will not boot, No disk found after converting disk

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 will not boot, No disk found after converting disk: Converted primary/Dynamic Disk0 where I have c drive with windows 10pro from mbr to gpt on my 2 year old DELL notebook after removing 2 logical partition and kept 3 pri.ary partitions. So all I have were 4 primary partitions. One has system restore two are system partitions....
  8. How to convert an MBR disk into a GPT disk

    in Windows 10 Installation and Upgrade
    How to convert an MBR disk into a GPT disk: why does windows 10 32 bit(x86) clean install as mbr when i pre-format the hard drive as gpt? is there a solution or is that the default and only option for installation? i've contacted asus who makes my motherboard to check for uefi details and everything i can think of...
  9. 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...
  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...