autounattend.xml

Posted: 10-10-2006, 11:37 AM
I'm trying out the System Image Manager to create an answer file (and
ultimately install Vista completely unattended) but whenever I boot the
Vista DVD with the answer file on a USB stick I can't get past the disk
partition portion of the installation. It either says it couldn't create the
partition or the disk could not be found. My intention is to wipe the disk
clean and install Vista using the whole disk regardless of the size of the
disk or the existing data content.

Here is a snip of my autounattend.xml file. If anyone's got this working I'd
like to see what options you have specified:

<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>20000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>OS_Install</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
</OSImage>

Reply With Quote

Responses to "autounattend.xml"

Kerry Brown
Guest
Posts: n/a
 
Re: autounattend.xml
Posted: 10-10-2006, 02:17 PM
It may be a driver problem for the hard drive controller. When you do a
manual install on the same hardware do you have to add a driver for the
controller?

--
Kerry
MS-MVP Windows - Shell/User
http://www.vistahelp.ca


cpu wrote:
> I'm trying out the System Image Manager to create an answer file (and
> ultimately install Vista completely unattended) but whenever I boot
> the Vista DVD with the answer file on a USB stick I can't get past
> the disk partition portion of the installation. It either says it
> couldn't create the partition or the disk could not be found. My
> intention is to wipe the disk clean and install Vista using the whole
> disk regardless of the size of the disk or the existing data content.
>
> Here is a snip of my autounattend.xml file. If anyone's got this
> working I'd like to see what options you have specified:
>
> <DiskConfiguration>
> <Disk wcm:action="add">
> <CreatePartitions>
> <CreatePartition wcm:action="add">
> <Order>1</Order>
> <Size>20000</Size>
> <Type>Primary</Type>
> </CreatePartition>
> </CreatePartitions>
> <ModifyPartitions>
> <ModifyPartition wcm:action="add">
> <Active>true</Active>
> <Extend>false</Extend>
> <Format>NTFS</Format>
> <Label>OS_Install</Label>
> <Letter>C</Letter>
> <Order>1</Order>
> <PartitionID>1</PartitionID>
> </ModifyPartition>
> </ModifyPartitions>
> <DiskID>0</DiskID>
> <WillWipeDisk>true</WillWipeDisk>
> </Disk>
> <WillShowUI>OnError</WillShowUI>
> </DiskConfiguration>
> <ImageInstall>
> <OSImage>
> <InstallTo>
> <DiskID>0</DiskID>
> <PartitionID>1</PartitionID>
> </InstallTo>
> <WillShowUI>OnError</WillShowUI>
> </OSImage>

Reply With Quote
Matt
Guest
Posts: n/a
 
Autounattend.xml
Posted: 04-20-2007, 02:30 PM
Hi

I've got a autounattend.xml that works great, adds machine to domain etc set
up ready for gpo to take over. However, what I'd like to be able to do is
presever the name of the machine when vista goes on.

According to WSIM
microsoft-windows-deployment, auditcomputername - Name is the field if no
value is present then it "keeps the current machine name

I can't get this to work at all and end up with a randomly generated name
each time; auditcomputername only works in the auditsystem pass and when I
set for the audit to run via oobe/reseal it does go into audi mode but then
does nothing.

is there an easy way to keep the exisiting machine name?

regards Matt
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Vista Deployment - Autounattend in the Vista DVD Netanel Ben-Shushan Windows Vista Install & Setup 4 08-17-2006 11:41 PM
Need Help - Trouble using Autounattend.xml to install Vista Beta 2 Bill S. Windows Vista Install & Setup 4 06-19-2006 07:16 PM