You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run WinUtil as an administrator
Get to the MicroWin tab
Click "Get Windows ISO"
Select the latest Win11 ISO freshly downloaded from microsoft's website
Watch the console
Expected behavior
Things working I guess.
Screenshots
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
The text was updated successfully, but these errors were encountered:
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
Additional context
I'm running Windows 10 21H2 OS Build 19044.1288.
Here's the log and some more info about what it says :
I have 75 gigabytes free on my C:\ drive.
I think microsoft would be aware thanks.
The text was updated successfully, but these errors were encountered: