Jump to content

xfattonyx

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by xfattonyx

  1. Then what will happen when I deploy the image onto other computers? Will the RT sevenlite create that partition every time for multiple computers? Or will I encounter the same error. Because I did do it on a computer before, but after it worked we tried to do it again, only with updates, and now this has been a reoccuring issue. So it has worked before on a physical box, but now I am stuck.
  2. are you testing it on virtual machine? No because I am lucky enough to have another computer at the office that is simply lying about, one would think that if I could apply it to a real computer why do it to a virtual one? Now, does it actually make a significant diffrence? I am not trying to argue by the way, simply stating my thought process in the matter, and thank you again.
  3. <?xml version="1.0" encoding="utf-8"?> <!--This answer file generated by RT Seven Lite--> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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> </component> <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"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 ULTIMATE</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>DO NOT POST PRODUCT KEYS, THANKS</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Etec</Organization> <FullName>Bobby Grime</FullName> <AcceptEula>true</AcceptEula> </UserData> </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"> <UserAccounts> <LocalAccounts /> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> <SkipMachineOOBE>false</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Pacific Standard Time</TimeZone> </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"> <ComputerName>Grimes</ComputerName> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> </unattend>
  4. Windows could not set a partition active disk 0. The specified partition does not exist on the target drive, The error occurred while applying the unattend answer files <Disk Configuration> Setting. Error coede 0x80300002. I work for a school right now and I have to deploy windows 7 on multiple computers and this is the main issue I am having. When focusing on the unattend aspect, it always tells me that the partition could not be found because of the answer file or something along the lines of the partition and the word "parse." I am using an actual computer as my tester because there are a couple lying about so it seems a little smarter this way. I understand that this is my first post so please go easy on telling me I am an id*** for not looking around here to find the answer first. I rather ask the question to the people who will know and reaserch while they help than simply go looking for something I cant seem to find.
×
×
  • Create New...