Jump to content

androidtopp

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by androidtopp

  1. Well, I did find a solution...but not a good one, in this context. I switched from injecting the x64 mass storage drivers from the sysprep.ini to injecting from driver packages in my SCCM task sequences. So that fixed the issue, but unless you have SCCM, that's not a terribly helpful suggestion.
  2. TranceEnergy, That's exactly what I've tried uysed - any number of different versions of the drivers from Dell. I have no problem with this when it comes to x86 - it's just x64 where I have issues. Interestingly enough, even after I disable the step in my task sequence where the machine being imaged contacts the SCCM server for drivers (leaving only the Windows XP build in drivers and a couple MSDs - Intel Matrix, SAS5, SAS6) I have the exact same issue. Starting to get very frustrated...I've disabled everything I can think of, but I need NIC, SATA (for CD-ROM) and obviously the SAS to be enabled, so short of audio and USB, there's not a whole lot I can turn off. Thanks, Andrew
  3. I am also seeing this issue - Interestingly enough, my Precision 490 works fine (SAS5/iR controller) but a Precision T5400 (SAS6/iR controller) hangs at acpitabl.dat. Both are being deployed the exact same Windows XP x64 SP2 OS task sequence from SCCM. Both complete their minisetup fine (although the T5400 takes a long time to do so, I assume related to this issue) but the 490 continues to work perfectly while the T5400 never completes the post-minisetup reboot. Anyone else see this issue?
  4. So, I've heard in a couple places now that one reason some settings are being ignored is becuase the version of Vista I'm using (downloaded from my MSDN site) is NOT a VLK version, and thus does not observe a lot of the unattended settings. Some people with better beta connections than I have (like real members of the TAP, or something) might have actual VLK versions of the beta. Does anyone know if there is any truth to this rumor?
  5. Fizban, I've been quite careful to post all my difficulties. I'm still trying to get my sysprepped image to work...this time I'm injecting the driver database in offline mode (which, according to the log file that it creates, works just fine) and sysprepping straight to the OOBE phase, skipping audit. Now, on the first reboot after sysprep, I'm told that "Windows cannot configure this computer's hardware" or something to that effect...even though this is the build machine I had Vista installed to before I ran sysprep. Argh!
  6. So maybe I'm not totally crazy...not all of the unattended settings are working properly. And while we're at it...what's the deal with the new (5728 and 5744) builds not working with the new version of the BDD (3.3)? The BDD is useless to businesses if they can't test what Microsoft is actually planning on releasing...
  7. Yes, the file does validate properly inside the WAIK. But you're right...it's doesn't look correct. This might explain why my Sidebar constantly appears on first boot.
  8. This is my unattend.xml file. Sorry the tabbing goes away when I post...If anyone knows how to fix this, lemme know and repost/edit. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <Disk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> <Label /> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <UserData> <ProductKey> <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>FullName</FullName> <Organization>Org</Organization> </UserData> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OEMInformation> <Model>Windows Vista RC1 Internal Beta</Model> <SupportHours></SupportHours> <SupportPhone></SupportPhone> <HelpCustomized>false</HelpCustomized> <SupportURL>URL</SupportURL> </OEMInformation> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>Org</RegisteredOrganization> <RegisteredOwner>Owner</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <StartPanelOff>false</StartPanelOff> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget1 /> <Gadget2 /> <Gadget3 /> <SidebarOnByDefault>false</SidebarOnByDefault> <SidebarVisible>false</SidebarVisible> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OEMInformation> <HelpCustomized>false</HelpCustomized> <Model>Windows Vista RC1 Internal Beta</Model> <SupportURL>URL</SupportURL> </OEMInformation> <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> <RegisteredOrganization>RegOrg</RegisteredOrganization> <RegisteredOwner>RegOwner</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <StartPanelOff>false</StartPanelOff> <CopyProfile>true</CopyProfile> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FavoritesList> Removed </FavoritesList> <QuickLinkList> Removed </QuickLinkList> <StartPages> Removed </StartPages> <AllowedSites>Sites</AllowedSites> <BlockPopups>yes</BlockPopups> <CompanyName>Name</CompanyName> <FavoritesDelete>true</FavoritesDelete> <FavoritesOnTop>true</FavoritesOnTop> <Help_Page>URL</Help_Page> <ShowInformationBar>true</ShowInformationBar> <Home_Page /> <IEWelcomeMsg>false</IEWelcomeMsg> <LocalIntranetSites>Intranet</LocalIntranetSites> <TrustedSites>Trusted</TrustedSites> <Window_Title_CN>Title</Window_Title_CN> </component> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <Credentials> <Domain>Domain</Domain> <Password>PW</Password> <Username>User</Username> </Credentials> <JoinDomain>Domain</JoinDomain> <MachineObjectOU>OU</MachineObjectOU> </Identification> </component> <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fDenyTSConnections>false</fDenyTSConnections> </component> <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SecurityLayer>0</SecurityLayer> </component> <component name="Microsoft-Windows-SQMApi" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CEIPEnabled>0</CEIPEnabled> </component> <component name="Networking-MPSSVC-Svc" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications> <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall> <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications> <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall> <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications> <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall> </component> <component name="Security-Malware-Windows-Defender" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-BrowserService" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MaintainServerList>No</MaintainServerList> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>KgB3AGkAcgBlAGQATQBBAFQAUgBJAFgAKgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value>KgB3AGkAcgBlAGQATQBBAFQAUgBJAFgAKgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <ShowWindowsLive>false</ShowWindowsLive> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> </component> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:keyValue="b29728d8" wcm:action="add"> <Path>\\schidep200\Vista\Deployment\Vista\Distribution\Out-of-Box Drivers</Path> <Credentials> <Domain>Domain</Domain> <Password>xxxxxxx</Password> <Username>User</Username> </Credentials> </PathAndCredentials> </DriverPaths> </component> </settings> <cpi:offlineImage cpi:source="wim://schidep200/deployment/vista/source/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  9. Fizban, Perhaps I should more clearly explain what I'm doing. I think I understand what you're saying, but I want to make sure. I've got TONS of XP image/build experience, but Vista and all the phases are kinda throwing me for a loop. I have an environment comprised 100% of IBM Thinkpad laptops. Anywhere from the T40 to the T43, and a few X41 tablets thrown in for good measure. I want to have an image that I can deploy to any of these machines, so I don't have to worry about building/maintaining a per machine image. To that end, I was following these steps: 1. Deploy image to baseline machine, with unattend.xml file. 2. Allow to boot normally. 3. Apply common customizations (install flash, shockwave, look & feel tweaks) 4. Specify with unattend.xml file the network location of a driver repository containing all the drivers for all of my models 5. Sysprep /audit /generalize, so on the next boot, Windows checks that driver database and installs any required drivers, generalizes the hardware, etc. 6. Capture an image. This would be the image I would deploy to all my new laptops. 7. Boot to audit mode, make sure all hardware is detected, etc. 8. Boot to OOBE mode (which would, optimally, be nearly totally skipped, as I'm joining a domain automatically during the specialize phase, specifying product key, what kind of network I'm on, etc...but this doesn't seem to be working. 9. Log in for first time with user, double check things are working. 10. Hand off to user. The steps you listed, as I read them, directly mirror what I am trying to do.
  10. Fizban, if I don't boot to audit mode, the driver path I inserted using the System Image Manager won't be included. Should I instead be injecting these drivers in offline mode? Thanks, Andrew
  11. Is anyone having big problems with preparing an image for deployment? Most of the settings I am specifying in the Windows AIK, such as turning off the Sidebar, or providing the product key, are completely ignored by the Windows Setup process. I know the unattend.xml file is getting used, becuase some of the settings are being applied, and they are specified in the same setup phase as those that aren't working at all...so...can I chalk this up to beta? Anyone else noticing this? Also, once I resign myself to manually tweaking my beta build, after I sysprep and image, I can't redeploy the image I create to any other computers. After running: sysprep /audit /generalize /shutdown /unattend:<filename> the computer does it's sysprep thing and shuts down. I use WinPE 2.0 to capture a .wim of the hard drive: imagex /capture c:\ z:\<imagename> "Image Name" On the next boot of the same computer, everything works great, except for most of the unattend.xml file's settings being ignored. However, if I deploy the .wim to any other computers, or redeploy it to my build machine, I get one of a large variety of error messages, ranging from "Windows cannot configure the hardware on this computer" to "A serious error has occurred. Please restart Setup." Bear in mind that the computer in question has run Vista through the sysprep process once before...but never again... I have to be doing something wrong. Hopefully someone has encountered these issues before...I'm about to just give up!
  12. i figured it out. for anyone trying this, be sure to use the bootloader files from a PE 2005 CD, not from a bart build. they're not quite the same, apparently.
  13. sorry if this has been asked before, but the only stuff i can find on it is from the 911cd.net forums, which are down from that hack last week. i am trying to boot bart PE to a ramdisk. the /inram switch does not accomplish what i need. i've found several things to try, but nothing much works. i have WinPE 2005, so i could theoretically use their ramdisk boot method, but i need to use the actual BartPE builder. whenever i try to use the WinPE 2005 ramdisk method, i get a blue screen 0x0000007B error, inaccessible boot device. i assume i'm missing some mass storage controllers...can anyone point me in the right direction for this method, or suggest one of their own? thanks, Andrew
  14. where is this formatufd.exe file? i see it in the documentation, but it is nowhere to be found on my WinPE 2005 CD...
  15. Has anyone had selective luck with this working? I have a Lexar Jumpdrive 256MB, and the install went slicker than you know what. Just copied everything over, renamed some files, and I'm off to the races...as long as I boot an IBM using the key. My workplace has a lot of Dell and a lot of IBM laptops and desktops, depending on who is cheaper during each purchasing cycle, and the Dells don't seem to want to boot from my key. I've tried the GX270, GX280, D400, and D600, and each time, I get a stop code of 0x0000007b. To me, this means the right drivers for the HDD contollers aren't installed, but everything works smoothly if I boot the exact same WinPE installation from a CD-ROM. Has anyone else seen this, or anyone else had success with Dell machines?
×
×
  • Create New...