Jump to content

screamer

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by screamer

  1. Hi I have tryed this over and over and it still does not boot to the USB stick : (my Dell laptop is USB boot ready)

    I started it of in CMD

    diskpart

    select disk 1 (being the usb drive)

    clean

    create partition primary

    select partition 1

    active

    format fs=fat32

    assign

    exit

    then I copyed using this command from the XP CD xcopy d:\*.* /s/e/f e:\ (the XP cd is fully bootable)

    Is their a different method of doing it. Please all the help I can get would be great.

  2. Hi.. :hello:

    I am trying to make an winnt.sif I have created it so far and it works on VMWARE… I want to had more stuff to it like upon first logon it asks for Ctrl Alt Del and the start menu looks like classic start menu…with windows classic style theme and the desktop icons are their too…does any have the proper string. Yes I have looked for it on the forums and found a little but need more info I have attached my winnit.sif here…

    [Data]

    AutoPartition=0

    MsDosInitiated = 0

    UnattendedInstall = Yes

    AutomaticUpdates=yes

    [unattended]

    UnattendMode = ProvideDefault

    UnattendSwitch = Yes

    OemPreinstall = Yes

    OemSkipEula = Yes

    FileSystem = *

    WaitForReboot = No

    NoWaitAfterTextMode = 1

    NoWaitAfterGUIMode = 1

    TargetPath = "Windows"

    DriverSigningPolicy = Ignore

    NonDriverSigningPolicy = Ignore

    Hibernation = No

    [GuiUnattended]

    AutoLogon = No

    TimeZone = 4

    OEMSkipRegional = 1

    OemSkipWelcome = 1

    [Display]

    Xresolution = 800

    Yresolution = 600

    BitsPerPel = 32

    Vrefresh = 75

    AutoConfirm=1

    [userData]

    ProductKey = "*****-*****-*****-*****-*****"

    [TapiLocation]

    CountryCode=31

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=Yes

    [Components]

    msmsgs=off

    msnexplr=off

    freecell=off

    hearts=off

    minesweeper=off

    pinball=off

    solitaire=off

    spider=off

    zonegames=off

    [shell]

    DefaultStartPanelOff = Yes

    DefaultThemesOff = Yes

    Home_Page=http://www.google.ca

    [iEPopupBlocker]

    BlockPopups=Yes

    FilterLevel=High

    ShowInformationBar=No

    [GuiRunOnce]

    %systemdrive%\install\start.cmd

    winnt.txt

  3. Yeah it was a bad image, when I used nlite it said these messages:

    Warning: creating filesystem that does not conform to ISO-9660.

    Warning: creating filesystem with (nonstandard) Joliet extensions

    but without (standard) Rock Ridge extensions.

    It is highly recommended to add Rock Ridge

    Size of boot image is 4 sectors -> No emulation

    when I did a normal cd it worked then I add my custom files in and everything okay and thanks again RyanVM :D

  4. I made a windows xp pro sp2 unattended dvd and I used this winnt.sif file to do the custom install, I don't now why when I boot to the dvd it says:

    "Line 1 of the inf file \i386\winnt.sit is invalid

    setup cannot continue. Press any key to exit"

    this is what my winnt.sif has in it

    ;SetupMgrTag BY screamer
    [Data]
       AutoPartition=0
       MsDosInitiated="0"
       UnattendedInstall="Yes"

    [Unattended]
       UnattendMode=FullUnattended
       OemSkipEula=Yes
       OemPreinstall=Yes
       UnattendSwitch="yes"
       WaitForReboot = No
       TargetPath=\WINDOWS
       DriverSigningPolicy = Ignore
       NonDriverSigningPolicy = Ignore
       Hibernation = No

    [GuiUnattended]
       AutoLogon = Yes
       AdminPassword=*
       EncryptedAdminPassword=NO
       OEMSkipRegional=1
       TimeZone=4
       OemSkipWelcome=1

    [Shell]
    DefaultThemesOff = Yes
    DefaultStartPanelOff = Yes

    [UserData]
       ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
       FullName="screamer"
       OrgName=
       ComputerName=VIPER

    [TapiLocation]
       CountryCode=31

    [Identification]
       JoinWorkgroup=workgroup

    [Networking]
       InstallDefaultComponents=Yes

    [URL]
    Home_Page=http://www.google.ca

    [Components]
    msmsgs=off
    msnexplr=off
    freecell=off
    hearts=off
    minesweeper=off
    pinball=off
    solitaire=off
    spider=off
    zonegames=off

    [GuiRunOnce]
    %systemdrive%\install\start.cmd

    Can someone please help me out... :(

×
×
  • Create New...