
mogwuy
Established Members-
Posts
13 -
Joined
-
Last visited
mogwuy's Achievements
Newbie (1/14)
0
Reputation
-
Hello, I tried to follow the tutorial that was posted on how to do this but it wasn't working. The first issue I ran into was needing local admin privileges in order to copy the file to the systems folder. To get around this I just setup a step to create a new folder on the root of C: then another to copy those files to, which it does successfully. After that I have a step to create a task sequence variable which I'm using to represent the GUID on the .POW file. The third step is to run the following command line: Set MYGUID=%MYGUID% powercfg.exe -import "C:\Power\Ultrabook.pow" %MYGUID% See error from smstlog: Failed to execute command line 'Set MYGUID=A6319DFD-EEF4-4644-9D74-9724744F1971 powercfg.exe -import "C:\Power\Ultrabook.pow" A6319DFD-EEF4-4644-9D74-9724744F1971' I've tried running this step as admin and my privileged user account, but then I get can error stating that running command line with a user account is not supported in WinPE. Any ideas?
-
If I go under that tab, and click on the yellow icon up in the corner it does, but it doesn't show them in the actual list otherwise.
-
i get an error when i try to update "Boot Image (x86)"
mogwuy replied to wakmaa's topic in Configuration Manager 2007
A few questions: 1. Did you just install the ConfigMgr? 2. If not, did this just start happening? 3. Are you running with admin priviliges? 4. If not, have you been able to run this succesfully before? 5. Are you accessing remotely? -
Alright, sorry on the delay on getting back to this thread. I have solved my main issue of getting that driver imported at this point. I didn't remove the Boot Image as it appears several task sequences are using it. However what I did figure out is that (atleast the way we have things configured) is during the the updating distribution stage, it looks like the image appears to be copied to a second location. It seems like as the image is copied over is when its getting renamed, which I'm thinking is due to some permission settings (not sure where I would change or check these.) Though I found deleting the image from the second location and re-running the update distribution points allowed the image to be updated succesfully including the driver I needed. This does not however address the fact the image keeps getting larger with every update despite the fact I had removed probably a good 50 drivers or so.
-
Yeah I tell it do so everytime. I've also just recently noticed (after looking through some logs) that the boot image gets renamed from like boot.ACM0000X.wim to boot.ACM0000X.ACM0000X.wim, then it fails because it doesn't have access to the file it created.
-
I have been removing them, it just doesn't show they are completely removed. Also the boot image keeps getting larger regardless of the fact that I am removing them.
-
Alright, I've been researching this further, and still have yet to find any specifics. I found where it says how to remove drivers from the drivers pane, but when I go to run that wizard it doesn't give me an option to remove, only to add.
-
SCCM2007 - OSD sequence cannot join domain.
mogwuy replied to burnzdog's topic in Configuration Manager 2007
I had this issue myself, it turned out to be two simple things 1.) Make sure username and password are correct that the username is part of the domain admin group and 2.) Make sure you have the machine actually connected to the network -
Hello, I've been working in SCCM for awhile now. I've finally got a sequence that works offline just fine. Though recently I've been trying to get it to run over the network from a bootable media. Anyway, I noticed that it fails to detect the network adapter I am using (its a startech usb to nic dongle). I had the drivers in the boot image but still no go. So then I started to remove drivers to see if maybe there was a conflict with the another nic driver. I noticed everytime I tried to remove drivers, I would get an error saying it failed because such and such driver couldn't be injected. So I would delete that driver and update the distribution points and try again only to get the same error but with a different driver. Finally though, I removed enough drivers that the distribution point got update dated succesfully without error, however the problem now is that I had to remove the one driver I needed. Further more the other thing I noticed (and this is where my question comes in) is that the boot image regardless of the fact I was removing drivers, was getting bigger after each update. Also when you click the little yellow flower icon to look at details of the drivers, that list shows all the drivers I removed in it. Is there a reason for that?
-
Sysprep and SCCM 2007 R2
mogwuy replied to mogwuy's question in Deploy software, applications and drivers
Yeah lol thats what it was, I had a restart command in the wrong spot. I just needed to move it down one section in my task sequence and then everything started. I can't believe thats all it was ugh..lol -
Sysprep and SCCM 2007 R2
mogwuy replied to mogwuy's question in Deploy software, applications and drivers
Here is a snippit of the smsts log you can see where it fails and what error codes it gives off: <![LOG[The group (Install Software) has been successfully started]LOG]!><time="08:58:48.290+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="instruction.cxx:2363"> <![LOG[sending status message . . .]LOG]!><time="08:58:48.290+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:292"> <![LOG[Do not send status message in full media case]LOG]!><time="08:58:48.290+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:310"> <![LOG[updated security on object C:\_SMSTaskSequence.]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utils.cpp:829"> <![LOG[set a global environment variable _SMSTSNextInstructionPointer=18]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSNextInstructionPointer=18]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:386"> <![LOG[set a global environment variable _SMSTSInstructionStackString=17]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSInstructionStackString=17]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:414"> <![LOG[save the current environment block]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:833"> <![LOG[successfully save execution state and environment to local hard disk]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="engine.cxx:255"> <![LOG[start executing an instruciton. Instruction name: Install Adobe Flash Player. Instruction pointer: 18]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="engine.cxx:117"> <![LOG[set a global environment variable _SMSTSCurrentActionName=Install Adobe Flash Player]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[set a global environment variable _SMSTSNextInstructionPointer=18]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[set a local default variable _SMSSWDProgramName]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:700"> <![LOG[set a global environment variable _SMSTSLogPath=X:\windows\TEMP\SMSTSLog]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[Expand a string: smsswd.exe /pkg:AMC0001F /install /basevar: /continueOnError:]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:782"> <![LOG[Expand a string: ]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:782"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="commandline.cpp:229"> <![LOG[set command line: smsswd.exe /pkg:AMC0001F /install /basevar: /continueOnError:]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="commandline.cpp:707"> <![LOG[start executing the command line: smsswd.exe /pkg:AMC0001F /install /basevar: /continueOnError:]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="instruction.cxx:2928"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="instruction.cxx:2957"> <![LOG[Expand a string: FullOS]LOG]!><time="08:58:48.306+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:782"> <![LOG[!bInWinPE, HRESULT=80070032 (e:\nts_sms_fre\sms\client\tasksequence\executionengine\instruction.cxx,2725)]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="instruction.cxx:2725"> <![LOG[The step (Install Adobe Flash Player) must be running in full OS]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="instruction.cxx:2725"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="instruction.cxx:2979"> <![LOG[Failed to run the action: Install Adobe Flash Player. The request is not supported. (Error: 80070032; Source: Windows)]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="instruction.cxx:2981"> <![LOG[sending status message . . .]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:292"> <![LOG[Do not send status message in full media case]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:310"> <![LOG[set a global environment variable _SMSTSLastActionRetCode=50]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:668"> <![LOG[Clear local default environment]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="executionenv.cxx:807"> <![LOG[Let the parent group (Install Software) decides whether to continue execution]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="instruction.cxx:3210"> <![LOG[The execution of the group (Install Software) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="instruction.cxx:2424"> <![LOG[Failed to run the last action: Install Adobe Flash Player. Execution of task sequence failed. The request is not supported. (Error: 00000032; Source: Windows)]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="engine.cxx:214"> <![LOG[sending status message . . .]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:292"> <![LOG[Do not send status message in full media case]LOG]!><time="08:58:48.321+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utility.cxx:310"> <![LOG[Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767)]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="tsmanager.cpp:767"> <![LOG[Task Sequence Engine failed! Code: enExecutionFail]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="tsmanager.cpp:767"> <![LOG[****************************************************************************]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="tsmanager.cpp:789"> <![LOG[Task sequence execution failed with error code 80004005]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="tsmanager.cpp:790"> <![LOG[Cleaning Up. Removing Authenticator]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="tsmanager.cpp:578"> <![LOG[Clean up boot image stage path C:\_SMSTaskSequence\WinPE]LOG]!><time="08:59:04.108+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utils.cpp:1389"> <![LOG[Cleaning up task sequence folder]LOG]!><time="08:59:04.124+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utils.cpp:1404"> <![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="resolvesource.cpp:508"> <![LOG[successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="environmentlib.cpp:869"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="commandline.cpp:229"> <![LOG[set command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="commandline.cpp:707"> <![LOG[Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="commandline.cpp:805"> <![LOG[==========[ TsProgressUI started in process 1160 ]==========]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TsProgressUI" context="" type="1" thread="1164" file="winmain.cpp:327"> <![LOG[Command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TsProgressUI" context="" type="0" thread="1164" file="winmain.cpp:330"> <![LOG[unregistering COM classes]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TsProgressUI" context="" type="1" thread="1164" file="winmain.cpp:202"> <![LOG[unregistering class objects]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TsProgressUI" context="" type="1" thread="1164" file="winmain.cpp:503"> <![LOG[shutdown complete.]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TsProgressUI" context="" type="1" thread="1164" file="winmain.cpp:520"> <![LOG[Process completed with exit code 0]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="commandline.cpp:1102"> <![LOG[successfully unregistered TS Progress UI.]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="utils.cpp:1963"> <![LOG[g_TSManager.Run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,657)]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="0" thread="1108" file="tsmanager.cpp:657"> <![LOG[Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="3" thread="1108" file="tsmanager.cpp:689"> <![LOG[sending error status message]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="tsmanager.cpp:690"> <![LOG[Do not send status message in full media case]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="tsmanager.cpp:1549"> <![LOG[Finalize logging request ignored from process 1104]LOG]!><time="08:59:04.140+000" date="01-25-2013" component="TSManager" context="" type="1" thread="1108" file="tslogging.cpp:1732"> <![LOG[Process completed with exit code 2147500037]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSMBootstrap" context="" type="1" thread="1064" file="commandline.cpp:1102"> <![LOG[Exiting with return code 0x80004005]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSMBootstrap" context="" type="1" thread="1064" file="tsmbootstrap.cpp:1118"> <![LOG[Execution complete.]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSBootShell" context="" type="1" thread="876" file="bootshell.cpp:624"> <![LOG[Finalizing logging from process 844]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSBootShell" context="" type="1" thread="876" file="tslogging.cpp:1736"> <![LOG[Finalizing logs to root of first available drive]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSBootShell" context="" type="1" thread="876" file="tslogging.cpp:1578"> <![LOG[successfully finalized logs to C:\SMSTSLog]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSBootShell" context="" type="1" thread="876" file="tslogging.cpp:1635"> <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="08:59:04.155+000" date="01-25-2013" component="TSBootShell" context="" type="0" thread="876" file="tslogging.cpp:578"> -
Sysprep and SCCM 2007 R2
mogwuy replied to mogwuy's question in Deploy software, applications and drivers
65 views and nothing I well post an error log of sorts to see if this helps -
Hello, I have been working on imaging Dell Ultrabooks for the company I work for. Originally I had an image that included a couple pieces of software (office 2007, java, flash and Citrix etc). I had an image setup and task sequence that would run succesfully. However it did have a few bugs that I would manually correct each time I imaged a machine. Eventually I figured out why some most of the bugs were occuring. So we decided to start over with a clean image. So I created a bootable USB device to install a fresh copy of Windows 7. I installed this on the Ultrabook. Then immediately sysprepped it and captured the image off it. I didn't think I needed to do anything else because the rest of the applications and drivers would be installed via the task sequence I had created. So I added the image to the task sequence. Made a standalone media to run it and ran it. The task sequence started, and it worked just fine up until it came to the last section to install the software and then it failed. My first thought was maybe it was an issue with the package, but even trying other packages I was still getting the same error. So this led to me do to some more research. I found that in most cases they say to use an unattend.xml file when doing a sysprep. Now I've gone through numerous threads/forums and technet articles and was able to setup an unattend file, and it works fine. However my problem is I still need to get software installed and all the articles I've read state to install the software before sysprepping, which isn't what I want to do. I would like to be able to install the applications seperately and keep the base image clean. This way if we update anything we don't have to recreate the base image.