If you have all your data, try to boot to Windows 10 USB boot media and delete all partitions. If it refuses to delete, you can run Command by pressing Shift + F10 and use diskpart tool to delete them. Then try to install Windows 10 again.
Windows 10 freezes at logo, not dots
One of our users' PC is failing to boot. It gets to the Windows logo, but it stays there forever and the spinning dots do not appear. There are two drives, and the same thing happens when I boot directly to both from the BIOS.
I've tried Startup Repair using a USB installer, but that just says it failed to repair. I can't access the recovery menu from the drive, because when I press the power button, it turns off instantly and doesn't wait. The install USB detects all the drives, and I was able to restore the volumes using a third-party backup tool without errors, but that made no difference.
Windows for business | Windows Client for IT Pros | User experience | Other
2 answers
Sort by: Most helpful
-
-
Limitless Technology 39,931 Reputation points
2022-06-28T15:40:38.36+00:00 Hi there,
You can access the Admin CMD and follow the below steps to make the conversion.
-Type diskpart.
-At the DISKPART prompt, type list disk. Note the disk number you want to convert.
-At the DISKPART prompt, type select disk <disknumber>.
-At the DISKPART prompt, type clean.Convert an MBR disk into a GPT disk https://learn.microsoft.com/en-us/windows-server/storage/disk-management/change-an-mbr-disk-into-a-gpt-disk
MBR2GPT.EXE converts a disk from the Master Boot Record (MBR) to the GUID Partition Table (GPT) partition style without modifying or deleting data on the disk. https://learn.microsoft.com/en-us/windows/deployment/mbr-to-gpt
Once it is done you can try to clean install the PC.
-----------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–