Jump to content

BikinDutchman

Member
  • Posts

    231
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by BikinDutchman

  1. only a not nlited win xp cd was able to delete the partitions.

    Yes that remains strange. I can barely imagine that you removed something that disabled disk management.

    You might have an incomplete installation. Do you have nLite 1.4.8 for sure? Did you look at Windows\Setuperr.log?

  2. Well, one situation where you can sit behind your screen and wait for you PC apparently doing nothing for a long time is when it is searching for unavailable network locations.

    -One of the most notorious examples is pointers to icons that resided on \\Whatever\No_Longer_There.

    It is difficult to beleave that is an issue during installation; I am not sure if the network is already installed at t13.

    -Anyway the fact that there is so little disk activity for so long reminds me of the PC either searching for "something" out there.

  3. What I meant to say is completely delete the partitions not just format them. There are several ways to do that.

    -If you booted from another disk you could work with My Computer > Manage > Disk Management or:

    --CMD > diskpart > list disk > select yourdisknumber > clean

    You end up with a single disk in raw format and no partitions; then start partitioning again.

  4. this is the XP that installs very fast and that is also very fast inside Windows but unforrtunately unstable.

    Fast and unstable does not sound good. We recently had issues with the windows install crashing due to WBEM copy errors. That crashing means that during unattended install the installer cannot do/find something, drops the ball (stops copying, registring etc) and moves on to the next step. This has all been fixed in nLite 1.4.8. The crash would generally leave some errors in setuperr.log though.

    The installation loitering at t13 is normal, see previous posts, and it is a matter of taste whether long is too long. I would be more concerned about the installation being too fast there.

  5. If you can start all over again I would just delete all partitions and create one primary partition with un attended windows install. After that create one, two ot three PRIMARY partitions after you are back in windows. There are more ways of doing this but this is the simplest.

  6. I see you have two Silicon Image drivers installed; that can cause trouble if certain file names are the same. For testing you may get rid of the other one.

    Also there are subfolders in your driver package. Personally I would "flatten" the driver: delete the IA64 folder; merge the contents of ext64 in the root and adjust oemsetup.sif accordingly.

    For real analysis of the problem you need to look in DOSNET.inf and TXTSETUP.sif and see if all the right files are present and get copied in either textmode or guimode.

    This is difficult to spell out; you might look at what happens with a simple integration that works such as forthe Intel AHCI/RAID drivers.

  7. Are you sure that any one of the "drivers" in the All folders is actually installed? The SMBUS bang may be a symptom that nothing happened at all.

    Look under Device Manager > System Devices if any installed device has a recent Intel "driver".

    As far as I know you would normally integrate the drivers in the All folder with nLite by Insert > Single driver and picking one of the inf files.

    You can verify what nLite copies by inspecting DOSNET.inf.

  8. This should normally work. I assume there is no hard drive problem.

    Regarding your code: I believe there should be no "\" after "I386" and there should be a "\" before "unattend.txt".

    And also that /s:P: should be /s:P:\I386.

    There might be a problem with DOSNET.inf, TXTSETUP.sif. I would just start all over again with a fresh windows install.

  9. You should be able to disable unattended by either deleting or renaming the file, WINNT.SIF.

    1. Just open a command window (Start --> Run --> "cmd").

    2. Peruse to your i386 folder in your XP source files.

    3. Type in "ren winnt.sif winnt.old"

    4. The installation will no longer be unattended.

    If you delete/rename WinNT.sif you also loose all unattended settings. To avoid that you might edit WinNT.sif for:

    [unattended]

    UnattendMode=ProvideDefault

  10. SigmaTel.

    This is for a Dell D630 laptop.

    This should work; did you use the folder with ADIHdAud.inf in it?

    For Windows XP SP2 KB888111 should be integrated as well.

    For Windows XP SP3 nothing special needs to be done.

  11. OK sorry.

    Edit: from the Unattended help file I derive that more than 2 DNS addresses can be specified in the unattended file:

    -DNSServerSearchOrder = server_address[, server_address [, ...]]

    -As long as nLite does not do that for you, you have to manually edit the unattended file (often WinNT.sif)

    But you can use a script, for instance:

    netsh interface ip add dns name="Local Area Connection" addr=xxx.xxx.xxx.xxx index=3

    There are several option: for instance adding it to $oem$\Cmdlines.txt (watch out for the quotes)

  12. Some of the MS hotfixes for x64 are 64 bit executables. They simply do not run on a 32 bit system.

    If you have no access to an existing x64 you have to create one using your x64 installation set (CD).

  13. Back to the drive problem.

    I never have the problem that I get anything else than C: for my system drive. My PC has two usb reader slots, two optical drives and 4 primary partitions on 2 SATA RAID arrays each (8 primary partitions in total).

    There are probably two important conditions:

    -AutoPartition=0 (in you WinNT.sif or unattend parameter file)

    -No logical partitions.

  14. So no one has a possible answer to this question. Has anyone tried SP3 slipstreamed and SP3 pre integrated with nlite and seen a difference once installed?

    You may be one of the first to come across this problem. I figured things out by using a synchronizer, in my case ViceVersa Pro (you can download a trial).

    -That gives you the exact difference between two installation sets. It is probably best to figure that out first.

×
×
  • Create New...