TechUnRestricted / WinDiskWriter

🖥 Windows Bootable USB creator for macOS. 🛠 Patches Windows 11 to bypass TPM and Secure Boot requirements. 👾 UEFI & Legacy Support
GNU General Public License v3.0
1.41k stars 36 forks source link

Cant verify the image i just downloaded from the offical site [Windows 10] #12

Closed jncheung closed 5 months ago

jncheung commented 6 months ago
image

I got the message right after i clicked the start button

The ISO what i am using is : Win10_22H2_Chinese_Traditional_x64v1

TechUnRestricted commented 6 months ago

It appears that the hdiutil on your Mac is unable to mount the downloaded Windows 10 image due to a specific system issue that is beyond my control.

Please follow these steps:

  1. Manually attempt to mount the Windows image by double-clicking on it.
    This step is required to verify if the image is even mountable.
  2. If the image mounts successfully, proceed to use WinDiskWriter and select the mount path
    (Example: /Volumes/Windows_Image) (not the .iso itself) for the Windows Image text field.
  3. If the image does not mount, a system reboot of your Mac is recommended.
vinceroti commented 5 months ago

Just as a note, I got this error because I had the windows ISO mounted. Unmounting it fixed it.

TechUnRestricted commented 5 months ago

@vinceroti Got it. That's an error on hdiutil (macOS built-in binary) side.

I'll think about how can I minimize the occurrence of it, since I'm doing a complete rewrite of WinDiskWriter from Objective-C to Swift. So some new logic can be added.

Thank you very much for the report! 👍

vinceroti commented 5 months ago

@TechUnRestricted

Thank you very much for this tool!!

jncheung commented 4 months ago

Thanks so much both. i got it fixed as well after unmount.