rbalsleyMSFT / FFU

Using Full Flash Update files to speed up Windows Deployment
MIT License
78 stars 18 forks source link

2409.2 - Error 1167 - The device is not connected. #96

Closed robzilla10001 closed 1 month ago

robzilla10001 commented 1 month ago

Getting the error above when utilizing 2409.2. Attaching my DISM log, hoping you can point me in the right direction. Here's the command I'm using, and my DISM log:

.\BuildFFUVM.ps1 -ISOPath 'c:\users\corprpollock01\downloads\win11_23h2_business.iso' -ProductKey '*****' -WindowsSKU 'Enterprise' -Installapps $true -InstallOffice $false -InstallDrivers $false -VMSwitchName 'External' -VMHostIPAddress 'xx.xx.xx.xx' -CreateDeploymentMedia $true -BuildUSBDrive $true -UpdateLatestCU $true -UpdateLatestNet $false -UpdateLatestDefender $true -UpdateEdge $true -UpdateOneDrive $false -CompactOS $false -CopyUnattend $true -CleanUpDeployISO $true -CopyPPKG $false -verbose

dism.log

robzilla10001 commented 1 month ago

It appears to have been an issue with free space; once I moved a 115GB BIN file to another drive, it began working. Sorry to bother.