Jump to content

zzzz

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by zzzz

  1. Anyone knows how to make the active drive (the one that has the OS booted) become drive C?

    Like before I had Vista on C and XP on D (if I'm using vista). When I booted to XP, the XP drive became C and Vista drive became D.

    But now (after a new reinstallation), they stay the same regardless what OS I boot into. Why is that?

  2. By saying that this method supports RAID drivers, do you mean that you don't need to do anything at the "press F6..." stage? Does it work with nvidia nf680 raid (if anyone happens to know)?

    And is there anything that this method can/cannot do while pyron's method cannot/can do?

  3. In the guide, it says, "RunOnceEx can be used to replace [GuiRunOnce] completely. They will both run at the same time".

    But "The GuiRunOnce section is where you set the paths to batch files that run when Windows XP Setup has finished. These batch files run when the Admin account (or your own user account) is logged in"

    and "RunOnceEx: we will need to import the registry keys during GUI-mode of Windows Setup by using cmdlines.txt which executes a series of commands during the T-12 minute stage of Windows XP Setup".

    So, at T-12 cmdlines executes all other commands and saves RunOnceEx for after the first log in?

  4. Sorry for the word, not really "many", just "some" :D:P

    As far as I go (intermediate), I've found the following:

    _ In the OOBEINFO.INI Method of creating user accounts, the INI file should be placed in "$OEM$\$$\system32\oobe" instead of just "$OEM$\$$\system32".

    _ In the "Drivers via CD -> Prepare Windows Source files" section, the file SETUP.EX_ should be extracted from I386 folder, not the source folder.

    I'll add more if I find one.

    _ In the reg tweaks section (which is giving error now), you can give the link to the 2 threads about this

    Part 1

    Part 2

    And the Utility

  5. Hi websee,

    I haven't tried yet but I see in the picture you posted it's just a part of the screen. What variable do I need to change to make it expand to the whole screen? Like in this picture:

    reboot4dr.jpg

    Do the pictures in the slideshow has to be in the same format as described in the section about WINNTBBU.DL_?

    Thanks in advance.

  6. I just began to make an unattended cd not long ago, and most of the time I look at the guide on the homepage, because it is organized.

    But after encountering some problems, and having it solved through the forum, I find that the guide has many mistakes in it, they are misleading to beginners.

    So anyone of you admins here can update that guide? So fewer of the questions like mine will be asked on this forum (partly caused by the guide), and it saves time too.

    Just a little request, I know you are all busy.

    Thanks again for the great tutorials and tips.

  7. The next time it reboots, if you have an old Win98 boot disk, boot from that and navigate to the windows folder, then type
    edit setuperr.log

    I think that is right, you may need to have edit.com on the disk I can't remember if it is an internal or external dos command, then you should be able to see the reason for the reboot.

    Another suggestion is copy the setuperr.log file from the machine and open it on another with windows installed, just makes it easier reading.

    Thanks for the tip. I used WinPE and was able to see the log. Turns out that it's the duplicate computer name that causes the problem. Sorry benners, you were right :P, didn't check the network :D.

    It seems that in these installations, setup reads winnt.sif on the harddrive? Cause it doesn't help when I replace the winnt.sif on the cd.

  8. I have this weird problem. The setup automatically reboots when it finishes installing network (about T-30). And when setup restarts, it keeps rebooting at that point.

    reboot4dr.jpg

    I don't use nLite, no Reg Tweaks.

    I integrate hot fixes manually from Ryan's pack, use Pyron's method to install drivers, and BTS's WMP10 slipstreamer.

    I change the billboard screen by the one I found here.

    My Winnt.SIF: (still use $OEM$ folder to copy some files to harddrive)

    ;SetupMgrTag
    [Data]
       AutoPartition=0
       MsDosInitiated="0"
       UnattendedInstall="Yes"
       AutomaticUpdates=1

    [Unattended]
       UnattendMode=FullUnattended
       OemSkipEula=Yes
       OemPreinstall=Yes
       UnattendSwitch="yes"
       TargetPath=\WINDOWS
       FileSystem=*
       UnattendSwitch="yes"
       WaitForReboot="No"
       KeyboardLayout="US"
       OemPnPDriversPath="Drivers"    
       DriverSigningPolicy=Ignore
       NonDriverSigningPolicy=Ignore

    [GuiUnattended]
       AdminPassword=*********
       EncryptedAdminPassword=Yes
       OEMSkipRegional=1
       TimeZone=20
       OemSkipWelcome=1

    [Display]
       AutoConfirm=1

    [UserData]
       ProductKey=************
       FullName="*******"
       OrgName="******"
       ComputerName=*******

    [TapiLocation]
       CountryCode=1
       AreaCode=***
       LongDistanceAccess="*"

    [RegionalSettings]
       LanguageGroup=1

    [Identification]
       JoinWorkgroup=******

    [Networking]
       InstallDefaultComponents=Yes

    [Components]
       msmsgs=off
       msnexplr=off
       zonegames=off

    [Shell]
       DefaultStartPanelOff = Yes

×
×
  • Create New...