May 8, 201412 yr Newest dism versions can ( not build 16384 ). Trying to apply esd without newest dism . Apparently wimlib can do it, but I haven't got it to work so far. Probably I am using the wrong commands. http://sourceforge.net/projects/wimlib/?source=pdlp
May 8, 201412 yr Author @jaclazWell here, the link you gave has the same tutorial as the one I posted (at least the same pictures).
May 8, 201412 yr Normally WimBoot only supports optimized WIM files, exported or captured with the /WimBoot parameter. These files have XPRESS compression with smaller dictionary size. However, normal XPRESS or LZX compressed WIM files can be used, too.Thanks for the information. A Win8.1 UP1 DVD bootet: C:\wimboot>copy d:\sources\install.wim C:\wimboot>Dism /Apply-Image /ImageFile:C:\wimboot\install.wim /ApplyDir:F:\ /Index:1 /WIMBoot Unsupported operation. Check that the WIMBoot applied image is WIMBoot compatible. Error: 0xc1440137 Contrary: WinNTSetup applies the same file C:\wimboot\install.wim to drive f: as wimboot. Windows does boot from the wim file. Awesome, good work.
May 8, 201412 yr Author C:\wimboot>Dism /Apply-Image /ImageFile:C:\wimboot\install.wim /ApplyDir:F:\ /Index:1 /WIMBootUnsupported operation. Check that the WIMBoot applied image is WIMBoot compatible.Error: 0xc1440137Dism will check if the WIMBoot entry is set in the Wim XML.But this check can be skipped by setting an environment variable: set WIM_SKIP_WIMBOOT_CHECK=1
May 8, 201412 yr @jaclazWell here, the link you gave has the same tutorial as the one I posted (at least the same pictures).Sure it has. The wiki you posted is a "reprint" (correctly linked to, BTW) of the "Original". There is NOT any difference (since they are the "exact same" thing), though when re-posting it in the Wiki that you linked to some formatting of the text got lost, and or some lines were made a link.Examples:Point #83 on https://sites.google.com/site/vmwarethewiki/Create-WIM-images-of-Windows-XP-for-system-deploymentis a link leading to nowhere While Point #83 in the original is "plain text".The Wiki has no date, the original has Author and date: Sunday, August 08, 2010 Posted by Jerry Shum jaclaz
May 8, 201412 yr jaclaz, was your second link meant to be the same as the one that JFX gave? Your link gave me a "Not found" error. Cheers and RegardsStrange, it works here.The link JFX gave is to:https://sites.google.com/site/vmwarethewiki/Create-WIM-images-of-Windows-XP-for-system-deploymentWhich is wiki that begins with the text:How to create a hardware independent sysprepped WIM imagewhich is the link I posted to the "base" document:http://www.jerryblogger.com/2010/08/create-wim-image-of-windows-xp-for.html jaclaz Ah, it seems that link that didn't work, and still doesn't, has some extraneous characters at the end of the link. A copy link and paste into Notepad gets this, without the extra spaces of course: http :// www .jerryblogger.com/2010/08/create-wim-image-of-windows-xp-for.html%C2%A0 The new copy of the link you provided works fine. Cheers and Regards
May 8, 201412 yr Ah, it seems that link that didn't work, and still doesn't, has some extraneous characters at the end of the link. A copy link and paste into Notepad gets this, without the extra spaces of course: http :// www .jerryblogger.com/2010/08/create-wim-image-of-windows-xp-for.html%C2%A0 The new copy of the link you provided works fine. Cheers and RegardsCorrected original link , however, JFYI, my Opera has no troubles with it, even with the "spurious" characters at the end, good catch. jaclaz
May 9, 201412 yr Okay thanks for the info.I added a combo box to Beta 4, with the 3 firmware option that bcdboot has.As well as a new cmdline switch: -bcd:{ALL|BIOS|UEFI} Hallo JFX, Thanks for the new version and I just like to confirm that Beta 4 is doing fine.Wimboot option is working OK and I can use UEFI Secure booting from MBR FAT32 USB-Stick used as Boot Drive.
May 10, 201412 yr Author Thanks for the report.I see no reason to still call it Beta. WinNTSetup 3.5 Final added support for WimBootfixed mounted ISO files on Windows 8 was not unmounted on exitfixed EditionID was not detected on self made WIM filesfixed missing English fallback on not translated stringsadded combo box to select bcdboot firmware optionadded new cmdline switch: -bcd:{ALL|BIOS|UEFI} to specific bcdboot firmware option
May 10, 201412 yr Author Fast? It took 2,5 minutes here, that's much slower that normal wim file.Well the speed dependent on the used wimgapi.dll.Currently the Windows 8.1 versions is the fastest, but this one is no longer compatible with windows xp.
May 12, 201412 yr Author You should have mentioned why you think it's fast. 1. reason why Wimlib is so much slower could be cause it's a cross platform library.Properly using a not so great compiler. 2. There seams to be a bug, while applying and image to NTFS. Apparently, it messed up hard links.Well if it writes 2GB more data, it's actually not that slow.
May 15, 201412 yr found a bug wimboot with one partition onlyput wimboot image in a path apply drive root path , but the point files are in the path
Create an account or sign in to comment