Jump to content

gareththegod

Member
  • Posts

    113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About gareththegod

gareththegod's Achievements

0

Reputation

  1. I have resolved my problem with the drives not formatting. I had <Extend>true</Extend> when I was setting the size causing it to not work. See below the fixed code: <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>false</Extend> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>System</Label> <Order>1</Order> <PartitionID>1</PartitionID> <TypeID>0x27</TypeID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>OS</Label> <Letter>C</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> Does any one know how to remove these screens??
  2. Hi all. I've been trying to get an unattended.xml to wipe all of the partition information on disk 0. Then create 2 partitions a 100MB System (boot files) (Label System) and the rest of the drive as C (label OS). I have created a drive that works formatting with one partition but I can't make it work. Another small problem is that it keeps asking me to pick the language at first start. I would like this to be English (United Kingdom). I'm using an all in one disk so it prompts for the OS version as well. Is it possible to remove this sometimes. Find attached my file that I'm having problems with. Gareth Unattend with 2 partitions.xml
  3. Steven4554 Thanks for the information. I thought the 976002 updated wouldn't be included. Gareth
  4. Steven4554 I was wondering where you get the download links from. I have noticed that you have not included a few updates and I wanted to add them to the download list. These are kb976002 (this is the EU update only), the 4 updates for Virtual PC and xp mode KB958559, KB977206, KB977632 and WindowsXPMode_en-us, and the Microsoft .NET Framework 4 Client Profile for Windows 7 (KB982670). Gareth
×
×
  • Create New...