tiny11builder
tiny11builder copied to clipboard
An Issue with the .bat file
Whenever I launch the .bat file and press enter the thing just force closes me and i cannot type the ISO mounted drive letter.
I apologize but i am stupid and don't know anything
Try launching the .bat file from Windows Terminal (if you're on 11) or CMD/Powershell (if on 10) as administrator, you'll find it pressing Windows and X. Then you'll see which error the script will report.
Thank you. Now it at least worked but now it's showing me this
for reference this is the windows DVD drive file
You seem to be using the script correctly. Maybe it's related to the other issue where some people said the install.wim was not present and instead they have an install.esd file in the iso under "/sources/install.wim". Please check if you have one of these two files in the sources directory in your E: drive. If you have .esd, it's an issue because the current .bat tools doesn't support this (but there is a pull request that patch this issue).
Anyways I find it odd that people no longer have install.wim in their iso. I always download my windows iso from Microsoft directly, not from uup, and I always had install.wim file. Anyone know where those iso with .esd come from?
Actually, there was a time (I think it was back in the Windows 8 era and the first 2 or 3 releases of 10) when Microsoft would send you an install.esd file inside its ISO file to make it as small as possible.
Hi @MysticMCO I faced the same issue and modified the .BAT file to find the install.esd file instead of install.wim You can download it here: https://github.com/ntdevlabs/tiny11builder/issues/18#issuecomment-1456896584
You seem to be using the script correctly. Maybe it's related to the other issue where some people said the install.wim was not present and instead they have an install.esd file in the iso under "/sources/install.wim". Please check if you have one of these two files in the sources directory in your E: drive. If you have .esd, it's an issue because the current .bat tools doesn't support this (but there is a pull request that patch this issue).
Anyways I find it odd that people no longer have install.wim in their iso. I always download my windows iso from Microsoft directly, not from uup, and I always had install.wim file. Anyone know where those iso with .esd come from?
@ianis58 I got the ISO from Microsoft website and found the install.wim missing more details here: https://github.com/ntdevlabs/tiny11builder/issues/18
@elasticskyx hi, thanks for your feedback about wim/esd. I've seen your pull request and that's why I was able to answer this issue in the first place :) Anyways I don't get why I never had esd in iso downloaded from Microsoft. I've downloaded it multiple times (at least 5 or 6 times) between the 4 and 11 march 2023.
On the download page, I select the multi-edition. Then on the language I select English United States.
I think I've seen esd recently in the already built Tiny11 builds.
try my fixed fork at https://github.com/ShadowPuppa/tiny11builder-fixed it does remove some logging but has both wim and esd versions.