Jump to content

Unattended leaving D and E partitions as is?


Recommended Posts

I am trying to put together an unattended XP SP3 install. The existing layout is:

Where C is the install drive at 50GB

Where D is the data drive at 175GB

Where E contains a Ghost image file and some application install sources at 25GB

Looking to do a unattended install on C: (unattended reformat of C partition with NTFS using all 50GB)

Leaving D partition alone as it contains legacy user data. Cannot delete this partition

Leaving E alone as it contains a Ghost image file and some application install sources. Cannot delete this partition

Using these settings I can get everything completely installed with an NTFS format and no user interaction but the process takes the entire 250GB drive as the primary. Here are the settings:

[Data]

AutomaticUpdates="Yes"

Autopartition=0

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

Repartition=Yes

FileSystem=ConvertNTFS

UnattendMode=FullUnattended

UnattendSwitch="Yes"

OemPreinstall="Yes"

OemSkipEula="Yes"

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

Hibernation="No"

What I need it to do is take the existing first partition (50GB) and format as NTFS leaving the other two partitions alone. Is there a setting in Winnt.sif that can facilitate that? Am I missing something?

Link to comment
Share on other sites


  • 3 weeks later...

Well after trying several changes to the Winnt.sif file and reading the forum, it seems like I cannot do what I was looking for with the standard XP unattended process. I guess that is just the limitation of XP and the fact that the text part of the install is still tied to DOS. It does appear that using PE or BartPE the auto-partitioning can be accomplished with diskpart.

Link to comment
Share on other sites

  • 1 year later...

It looks a bit old now but I think I managed to do this with the following :

[Data]

Autopartition=1

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

UnattendSwitch="Yes"

FileSystem="ConvertNTFS"

OemPreinstall="Yes"

Other options ...

[Other sections...]

I had 2 partitions on my HD and this configuration just formated into NTFS the first one leaving the second on untouched.

I will check this when finished and come back if not true.

I dont know what to say: It worked fine the first time (cold start after inserting the fresh CD) ; then I forgot to take it off for the next reboot and I thought that it would redo the format again but NO: The screen was asking wich partition I would like to use :-(

I tried another cold start : nada.

Finally I took off the CD and the install continued with the pre-installed files from the first part !

Edited by Dmike92
Link to comment
Share on other sites

It looks a bit old now but I think I managed to do this with the following :

[Data]

Autopartition=1

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

UnattendSwitch="Yes"

FileSystem="ConvertNTFS"

OemPreinstall="Yes"

Other options ...

[Other sections...]

I had 2 partitions on my HD and this configuration just formated into NTFS the first one leaving the second on untouched.

I will check this when finished and come back if not true.

I dont know what to say: It worked fine the first time (cold start after inserting the fresh CD) ; then I forgot to take it off for the next reboot and I thought that it would redo the format again but NO: The screen was asking wich partition I would like to use :-(

I tried another cold start : nada.

Finally I took off the CD and the install continued with the pre-installed files from the first part !

You don't need to remove the cd just don't press any keys when it says Press any key to boot from CD and setup will continue.

Link to comment
Share on other sites

It looks a bit old now but I think I managed to do this with the following :

[Data]

Autopartition=1

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

UnattendSwitch="Yes"

FileSystem="ConvertNTFS"

OemPreinstall="Yes"

Other options ...

[Other sections...]

I had 2 partitions on my HD and this configuration just formated into NTFS the first one leaving the second on untouched.

I will check this when finished and come back if not true.

I dont know what to say: It worked fine the first time (cold start after inserting the fresh CD) ; then I forgot to take it off for the next reboot and I thought that it would redo the format again but NO: The screen was asking wich partition I would like to use :-(

I tried another cold start : nada.

Finally I took off the CD and the install continued with the pre-installed files from the first part !

You don't need to remove the cd just don't press any keys when it says Press any key to boot from CD and setup will continue.

Thanks for your reply urie, you are completely right; In fact I mixed up two threads in this forum :

http://www.msfn.org/board/index.php?showtopic=147460&view=getnewpost

where I explained I had no keyboard anymore and created a fully unatended CD WITHOUT the "press any key to boot from CD" message.

I was just trying to help this old topic sharing my experience on boot partitions.

Thanks again :-)

Michel

Edited by Dmike92
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...