|
sounddoc -> RE: TS does not auto logon to finish the sequence (5/27/2008 10:01:38 AM)
|
Sorry man, I don't think that's the cause of it. Here's a snippet of my log files from a machine that autologs on and completes successfully; <![LOG[Updated C:\sysprep\Sysprep.inf section [GuiUnattended] with TimeZone=035 (value was 010)]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> <![LOG[Updated C:\MININT\unattend.txt section [GuiUnattended] with TimeZone=035 (value was "010" ; Sets Timezone 010=Mountain)]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> <![LOG[No value found for AutoLogon]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> <![LOG[No value found for AutoLogonCount]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> <![LOG[<Message containing password has been suppressed>]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> <![LOG[Updated C:\sysprep\Sysprep.inf section [Display] with BitsPerPel=32 (value was 32)]LOG]!><time="17:02:33.000+000" date="05-20-2008" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure"> The weird thing is that I can't find the phrase "No value found for AutoLogon" in any of the ZTI scripts... Are you building your gold image yourself, or do you have a task sequence doing it? I made the mistake of trying to build my own image, and then capturing it by calling imagex directly from PE. I had a lot of problems with things not being cleaned up, drivers ending up on machines that shouldn't have them, you get the idea. I guess i'm unsure of what you're trying to do from your first message. If you're sysprepping your gold image, then this should be the last part of the build - i.e. sysprepping so it can be deployed to another piece of hardware. If you want a task sequence to continue after the image is deployed to a machine, then using a standard / generic task sequence in BDD/MDT will do this for you automatically - just select your custom wim to be the operating system to be installed. I wouldn't reccommend making a system like this though - I ended up switching to using one task sequence to build a gold image, and another to deploy it. I'm able to use a single image this way on 8 or so different models and 2 HALs. (bloody t42s won't cooperate [:@]) This is how Ben Hunter does it, so there must be some benefit :)
|
|
|
|