Jump to content

Recommended Posts

Posted

Well I was think, what if you were to change the setup and input different sizes for the separate partitions?

I haven't tried this and don't even know if would work

[DiskConfig]

Disk1="Disk1.config"

[Disk1.config]

Size1="*"

Size2="*"

PartitionType1="primary"

PartitionType2="logical"

FileSystem1="ntfs"

FileSystem2="ntfs"

Quickformat1="yes"

Quickformat2="yes"


Posted (edited)

You guys are right on with the DiskConfig. It can be used if you wanted to divide the drive into multiple partitions.

Edit: Sorry I didn't read all of the post until after I made my post but the reason for the NoWaitAfterTextMode or GuiMode is explained in this article

WaitAfterTextMode

It basicly eliminates the 15 second delay when setup has to reboot

Edited by bullet
Posted

Additionally, I didn't come up with the DiskConfig thing I'm not trying to take credit for it if you look at this thread you will find out some more information about it. :thumbup

Posted
Setup ignores all entries in this section unless you run factory -winpe

this is stated right in the chm. I tried many ways to get it to work, no luck,perhaps

someone else will do better.............

BD B)

Posted (edited)

yes, it does

PS: The parser of the Winnt.sif file is the same that's used for Winbom.ini and most other answer files used in setup....theoretically, unless Microsoft disabled it in one file and not the other, most things should work across the files the problem is....microsoft has a hard time documenting it's features at times... - from Alanoll

Edited by evilvoice
Posted

I went the chm and used one there;

;SetupMgrTag

[Data]    AutoPartition="0"

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=FullUnattended

    DisableDynamicUpdates = Yes

    OemSkipEula=Yes

    OemPreinstall=yes

    TargetPath=\WINDOWS

    UnattendSwitch=yes

    FileSystem=*

    Repartition=no

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    Hibernation=No

    OemPnPDriversPath="Drivers\001_Chipset;Drivers\002_graphic\ati58\2kxp_inf;"

    WaitForReboot=No

    CrashDumpSetting=0

   

[DiskConfig]

    Disk1 = First.Config

[First.Config]

    Size1 = 19500

    FileSystem1 = NTFS

    SetActive1 = Yes

    PartitionType1 = Primary

    Size2 = 46800

    PartitionType2 = Extended

    Size3 = 8308

    PartitionType3 = Logical

tried changing repartition and autopartition with no change......what about filesytem*,

should I remove it??

BD

Posted (edited)

you use repartition = no...set it to yes. hmmm, nm, you said you had already tried that...

test it out removing filesystem=*...also, switch back repartition and autopartition.

Edited by evilvoice

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