in my case. UEFI doesn’t work on my HDD. so I need an SD card to run UEFI to boot into my HDD. maybe this is a bug from UEFI. I will try to report it to Andrei (the person who made this UEFI)
It isn’t a bug in the UEFI as far as I can tell. Using a 1TB HDD and it works fine, SD card’s empty formatted NTFS for my gigantic pagefile.sys.
Here’s what I recommend:
Next time you try to install it, use DISKPART:
- Open DiskPart (open cmd, type DISKPART, you get it)
- Type
list disk
- Remember the number of your disk. To determine it, see what disappears and reappears when you unplug/replug your USB disk.
- Type
select disk #
(# being the number of disk you are using) - Type
clean
- Type
convert mbr
(this will report back with success if it was converted or was already MBR, do it anyways) - Type
create PARTITION PRIMARY
- Type
exit
- Type
diskmgmt.msc
to open the Disk Management MSC - Find your drive, you should see a new partition formatted as RAW on your disk
- Format it as NTFS
- Done! Use WoA Deployer and you should be working.
If this doesn’t work, or the CREATE PARTITION fails, try typing recover
as that fixed my issue.
WOA formats the disk to gpt. and that resulted in a conflict with the disk on my PC.
note: my pc’s disk is formatted to gpt. and Windows only allows 1 disk with GPT format
Boot your pc with a linux distro then use gparted from there.It will give you UN-permmisioned ability to format.Should solve your issue.If not hit me up and we can work it out together.