Jump to content

offering a format option


Recommended Posts

hi there, i have an issue which i would like to be solved

this is a relevant part of my winnt.sif

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=yes

[Unattended]
   UnattendMode=DefaultHide
   UnattendSwitch="yes"
   WaitForReboot="No"
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=No
   OemSkipEula=Yes
   DriverSigningPolicy=Ignore
   KeyboardLayout="Croatian"

so, when i select a partition for setup to use, it doesn't offer me a format options (unless partiton is not fat32/ntfs) so I always have to recreate first partition. personaly for me this is not a problem, but it's still an issue.

now, default windows installation asks you this, but unattended versions doesn't.

any solution?

Link to comment
Share on other sites


ok under unattended you need a section called FileSystem

[Unattended]
   UnattendMode=ReadOnly
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch=Yes
   TargetPath=\WINDOWS
   Repartition=No
   FileSystem=*
   WaitForReboot=No

Link to comment
Share on other sites

I got it as:

[unattended]

FileSystem = *

It will ask what partition to install, also asks about formating,

I've been using VM like over 100 time (atleast in this week allready) :lol:

and I do the quick-format to ntsf everytime.

I want to get rid of anything on the partition so there would

be no conflicts etc.

Link to comment
Share on other sites

Hmm....

Actually, it doesn't seem to work that way. I know, since I myself was using those all along, and had resigned to the fact that I couldn't format a partition from unattended setup. You will see that if you choose to install onto an existing windows (FAT32/NTFS) partition, you aren't offered the option to format it. So you end up having the old files onboard, and threfore not a clean install. You HAVE to delete and re-create the partition to get the option to format using the winnt.sif settings you have mentioned above.

But adding the new settings to what I already have (which you have mentioned in post above) do help in fulfilling what was needed all along:

 [Unattended]
 FileSystem = *

:thumbup

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...