SIW2 Posted May 8, 2014 Posted May 8, 2014 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
JFX Posted May 8, 2014 Author Posted May 8, 2014 @jaclazWell here, the link you gave has the same tutorial as the one I posted (at least the same pictures).
cdob Posted May 8, 2014 Posted May 8, 2014 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.
JFX Posted May 8, 2014 Author Posted May 8, 2014 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
jaclaz Posted May 8, 2014 Posted May 8, 2014 @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
bphlpt Posted May 8, 2014 Posted May 8, 2014 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
jaclaz Posted May 8, 2014 Posted May 8, 2014 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
wimb Posted May 9, 2014 Posted May 9, 2014 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. 1
JFX Posted May 10, 2014 Author Posted May 10, 2014 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 1
SIW2 Posted May 10, 2014 Posted May 10, 2014 Thanks. How is it so fast at applying image from esd to partition?
JFX Posted May 10, 2014 Author Posted May 10, 2014 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.
JFX Posted May 12, 2014 Author Posted May 12, 2014 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.
ljycslg Posted May 15, 2014 Posted May 15, 2014 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
ljycslg Posted May 16, 2014 Posted May 16, 2014 win8.1's Hyper-V installselect the boot drive invaild
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now