ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
22.74k stars 1.39k forks source link

MicroWin fails to mount the latest Win11 ISO on Win10 21H2 #2938

Open CesarBerriot opened 1 day ago

CesarBerriot commented 1 day ago

Describe the bug

MicroWin fails to mount the latest Win11 ISO on Win10 21H2 with a bunch of "Invalid Property" and "Failed to mount the image" errors.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Things working I guess.

Screenshots

image

Additional context

I'm running Windows 10 21H2 OS Build 19044.1288.

Here's the log and some more info about what it says :

You may not have enough space for this operation.

I have 75 gigabytes free on my C:\ drive.

This is NOT winutil's problem, your ISO might be corrupt

I think microsoft would be aware thanks.

====Chris Titus Tech=====
=====Windows Toolbox=====
Invoking WPFGetIso
         _                     __    __  _
  /\/\  (_)  ___  _ __   ___  / / /\ \ \(_) _ __
 /    \ | | / __|| '__| / _ \ \ \/  \/ /| || '_ \
/ /\/\ \| || (__ | |   | (_) | \  /\  / | || | | |
\/    \/|_| \___||_|    \___/   \/  \/  |_||_| |_|
oscdimg.exe on system: False
[INFO] oscdimg.exe SHA-256 Hash: AB9E161049D293B544961BFDF2D61244ADE79376D6423DF4F60BF9B147D3C78D
Hashes match. File is verified.
oscdimg.exe was successfully downloaded from github
File path C:\Users\Administrator\Downloads\Win11_24H2_English_x64.iso
Get-Volume : Invalid property
At C:\Users\Administrator\Downloads\winutil.ps1:4806 char:20
+ ... iveSpace = (Get-Volume -DriveLetter ([IO.Path]::GetPathRoot([Environm ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : MetadataError: (MSFT_Volume:ROOT/Microsoft/...age/MSFT_Volume) [Get-Volume], CimExceptio
   n
    + FullyQualifiedErrorId : HRESULT 0x80041031,Get-Volume

WARNING: You may not have enough space for this operation. Proceed at your own risk.
Mounting Iso. Please wait.
Mount-DiskImage : Invalid property
At C:\Users\Administrator\Downloads\winutil.ps1:4823 char:23
+         $mountedISO = Mount-DiskImage -PassThru "$filePath"
+                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : MetadataError: (MSFT_DiskImage:ROOT/Microsoft/.../MSFT_DiskImage) [Mount-DiskImage], Cim
   Exception
    + FullyQualifiedErrorId : HRESULT 0x80041031,Mount-DiskImage

Done mounting Iso
Invoke-WPFGetIso : Failed to mount the image. Error: Cannot validate argument on parameter 'DiskImage'. The argument
is null. Provide a valid value for the argument, and then try running the command again.
At C:\Users\Administrator\Downloads\winutil.ps1:4151 char:22
+         "WPFGetIso" {Invoke-WPFGetIso}
+                      ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-WPFGetIso

Invoke-WPFGetIso : This is NOT winutil's problem, your ISO might be corrupt, or there is a problem on the system
At C:\Users\Administrator\Downloads\winutil.ps1:4151 char:22
+         "WPFGetIso" {Invoke-WPFGetIso}
+                      ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-WPFGetIso

Please refer to this wiki for more details: https://christitustech.github.io/winutil/KnownIssues/#troubleshoot-errors-during-microwin-usage
CesarBerriot commented 1 day ago

Its a non-solution but rn I'm setting up a vmware win11 vm to see if microwin will work under that, I'll be back with results.

CesarBerriot commented 1 day ago

Its a non-solution but rn I'm setting up a vmware win11 vm to see if microwin will work under that, I'll be back with results.

it does image