tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Bat file crashes after typing the drive letter

Open CrocDev opened this issue 2 years ago • 10 comments

When i typed my drive letter on the .bat file it just crashes. I have the windows 11 iso in a pendrive and its on the letter F, can someone fix that issue ?

CrocDev avatar Jul 27 '23 18:07 CrocDev

Did you run it as administrator?

InputSoldatcc avatar Jul 27 '23 20:07 InputSoldatcc

I have the same issue and I did run as admin.

JCalles5 avatar Aug 03 '23 16:08 JCalles5

Update: I found one issue. The bat file looks for "install.wim" and the iso now uses "install.esd". Fixing that file did not fix the script however. I continue to run into errors. If I find a solution I'll post an update.

JCalles5 avatar Aug 03 '23 17:08 JCalles5

I think the script still expects Install.wim, so it functions to work with install.wim instead of install.esd for the entirety of the script.

Also, you can try moving the ISO file into the C: drive instead.

InputSoldatcc avatar Aug 03 '23 19:08 InputSoldatcc

Did you run it as administrator?

Yea i did run as admin

CrocDev avatar Aug 04 '23 18:08 CrocDev

Update: I found one issue. The bat file looks for "install.wim" and the iso now uses "install.esd". Fixing that file did not fix the script however. I continue to run into errors. If I find a solution I'll post an update.

How do i change the install.esd to install.wim ?

CrocDev avatar Aug 04 '23 18:08 CrocDev

same for me on latest insider build:

Please enter the drive letter for the Windows 11 image: d

Can't find Windows OS Installation files in the specified Drive Letter..

Please enter the correct DVD Drive Letter..
The system cannot find the batch label specified - Stop

So what i did was to replace in 'tiny11 creator.bat' all occurences of install.wim with install.esd (using notepad++ or any other editor)

That wont work. A full rewrite (of the .bat file) to access the install.esd is most likely required. Install.esd is more compressed than install.wim, so its harder to manipulate.

InputSoldatcc avatar Aug 07 '23 19:08 InputSoldatcc

yes well, it turned out to generate a bigger ISO than the original one 🤯

"Hence it became Large11"

InputSoldatcc avatar Aug 11 '23 14:08 InputSoldatcc