h4x0r Posted March 20, 2013 Report post Posted March 20, 2013 (edited) Binarymime, I was following your thread, and it looks like there's a somewhat decent solution now available, which was mentioned early on in the thread, but no exact details given... Unfortunately, the first step is a little tedious as it requires you to setup SCCM in a VM all over again, but I was able to get this to work for our older workstations so it makes it worth it to me... Build an SCCM 2012 RTM server (Site code TST) and copying off the boot.TST0001.wim from D:\Program Files\Microsoft Configuration Manager\OSD\boot\i386 Create a bootable USB using the Task Sequence wizard in you SCCM 2012 SP1 installation Copy the boot.wim, off the newley created USB (D:\sources\boot.wim) and mount the image using DISM. This should be winPE4.0 Browse the mounted image and copy the (d:\sms\bin\i386) to a local drive for later use. Mount the boot.TST0001.wim, which is winPE3.0, and copy the above directory (which should contain all the SMS SP1 OSD functions) into the same location on the mounted wim. Click yes to overwrite all files. Un-Mount and commit the boot.TST0001.wim, rename it to boot.wim and copy to the USB key in place of the WinPE 4.0/Overwriting this What I hadn't thought about at the time, was that you might have been able to find a VM from Microsoft that already had ConfigMgr installed as some sort of trial (if such a thing exists)...this would save you having to setup SCCM 2012 RTM yourself. I would also note that it would be a good idea to add the USB stick drivers to your WinPE image, otherwise you might get an error that says WinPE cannot read from the task sequence disk. Now, what this means is that you're looking at LTI for all your old workstations, and no ZTI...this could be very problematic depending on your organization. Also, I believe that the workaround as was proposed will not allow you to import this boot image into SCCM, because even though it has the 4.0 binaries, I think SCCM will still recognize it as a WinPE 3.0/3.1 image. I'll try here shortly and let you know what happens. [edit] Yeah, it won't let you import the hacked boot image. Edited March 20, 2013 by h4x0r Quote Share this post Link to post Share on other sites More sharing options...
jrekkedal Posted April 1, 2013 Report post Posted April 1, 2013 Anyone know where I can get a copy of the non-SP1 SCCM download? Or perhaps someone just nice enough to shoot me a generic boot.wim from theirs? Quote Share this post Link to post Share on other sites More sharing options...
h4x0r Posted April 1, 2013 Report post Posted April 1, 2013 If you have a volume licensing agreement, then you can download the non-SP1 version there. Unfortunately, just the boot.wim file will not work...it needs to be the "boot.TST0001.wim" file that SCCM creates, so that it has all the CM components with it. Does anyone know what all is included with the modified boot.wim that CM creates? I wouldn't have a problem sharing it out, if I knew for certain that there wasn't any info stored in the those binaries that could be used to compromise my CM environment on some level. 1 Quote Share this post Link to post Share on other sites More sharing options...
jrekkedal Posted April 1, 2013 Report post Posted April 1, 2013 Thanks h4x0r, for the prompt reply and the info. Unfortunately, I can't seem to find it in my volume licensing site. Nothing can be easy can it? Microsoft really sold us up the river on this one when they didn't realize that some organizations are non-profit and have tight budgets that don't allow hardware refreshes on a regular basis. Let me know if you find it suitable to share out the correct file. Quote Share this post Link to post Share on other sites More sharing options...
h4x0r Posted April 1, 2013 Report post Posted April 1, 2013 That's odd...here's what I see in our volume licensing download section when I search just for "System Center 2012"...you can see the RTM products, and then below them are their SP1 counterparts. Quote Share this post Link to post Share on other sites More sharing options...
binarymime Posted July 19, 2013 Report post Posted July 19, 2013 MS has now released CU2 for sccm 2012 which allows importing of 3.1 boot wims, albeit with some limitations, they must be serviced and customized externally from your SCCM environment http://support.microsoft.com/KB/2854009 Quote Share this post Link to post Share on other sites More sharing options...
osmancito Posted July 25, 2013 Report post Posted July 25, 2013 a complete guide to use CU2 http://blogs.technet.com/b/brandonlinton/archive/2013/06/21/how-to-create-and-import-a-winpe-3-1-boot-image-for-use-in-configmgr-2012-sp1-cu2.aspx Quote Share this post Link to post Share on other sites More sharing options...
Grudd Posted July 26, 2013 Report post Posted July 26, 2013 I posted a PS script on my blog to enable command-shell (F8) in winpe 3.1 for use in CU2 - R2 http://sccmosd.blogspot.fr/2013/07/powershell-script-to-enable-command.html Quote Share this post Link to post Share on other sites More sharing options...