Page 2 of 2 FirstFirst 12
Results 13 to 15 of 15

Thread: How to make a Universal XP GHOST???

  1. #13
    naveed_221 is offline Senior Member+
    Last Online
    11th May 2016 @ 05:15 PM
    Join Date
    04 Mar 2012
    Gender
    Male
    Posts
    148
    Threads
    33
    Credits
    21
    Thanked
    5

    Default

    sir i am new member on this forum plz help me

    mein apni window xp ka ghost tyar kerna cahahta hon

    kis tarha hoga

  2. #14
    fiazmunaf is offline Senior Member+
    Last Online
    26th December 2020 @ 04:45 PM
    Join Date
    03 Jan 2009
    Age
    45
    Posts
    265
    Threads
    42
    Credits
    176
    Thanked
    8

    Default universal ghsot


    bhai ye kafi lamba hai , mein ne, kafi search ki hai, magar meri samaj mein kuch khas nahi aya, mein ne kisi we site se kuch information copy ki hai, aap check kari agar aap ki samaj mein Aa jai to mujhe bhi batain,
    ----------------------------------------------------------------------------

    Create Universal Ghost or WIM Image of Windows XP
    =============================
    Step_01 : Note befor begining the job
    =============================


    First thing that we should know is "HAL"(Hardware Abstraction Layer).In
    simple define we can say "in Windows NT, 2000, and XP,HAL is a kind of driver
    that provides interface between Operating System and hardware".

    There are several kinds of HAL that windows can use,some of them are:

    Standard PC
    Advanced Configuration and Power Interface[ACPI] PC
    ACPI Multiprocessor PC
    ACPI Uniprocessor PC
    MPS Multiprocessor PC
    MPS Uniprocessor PC

    If you want to know which kind of HAL is used by your PC,do as below:
    1. Right-click the "My Computer" icon on desktop,and click "Properties".
    2. Go to the "Hardware" tab,then Click "Device Manager".
    4. Double-click "Computer" to view which HAL is loaded.

    (see figure 01 from attachment for my system HAL).

    Now let's talk a little more about different kinds of HAL:

    Standard PC = Is Old Hal, Uses Hal.dll,and does not support a lot of newer systems.
    you can use this kind for imaging just for computers that have the same HAL.

    Advanced Configuration and Power Interface[ACPI] PC = Uses Halacpi.dll,and seems to
    be more compatible by most of systems.

    ACPI Multiprocessor PC = uses Halmacpi.dll,and can be can be used to deploy sysprep
    image for computers that uses the HAL (Halmacpi.dll) and (Halaacpi.dll)

    ACPI Uniprocessor PC =Uses Halaacpi.dll

    MPS Multiprocessor PC =Uses Halmps.dll.and can be can be used to deploy sysprep
    image for computers that uses the HAL of (Halapic.dll)and (Halmps.dll) types

    MPS Uniprocessor PC =Uses Halapic.dll

    Last Point: If you want to make your image as compatible with most systems,you should
    use the "Advanced Configuration and Power Interface (ACPI) PC" HAL. This HAL will work
    on most any modern computer, but it won't take advantage of multiple processors or
    even hyperthreading. It also won't work at all on older Xeon based computers.and i will
    use this HAL in tutor.

    =============
    Step_02 : Needs
    =============

    sp2.cab (from I386 folder of your XPCD).
    deploy.cab (from Your XPCD)
    patches (hotfixes):KB883667,KB887816,KB910678.
    SysPrep Driver Scanner, from http://www.vernalex.com/tools/spdrvs...2/spdrvscn.exe

    I suppose that you have saved files above some where in your system.

    ================================
    Step_03 Installing system and applications
    ================================

    1. Install Windows XP sp2 (Clean Install and in drive C .
    Notes:

    _ If you do this work in virtual pc,after installation,install virtual pc's
    addons too.
    _ During install process,do not use addministrator passwoord,and do not join
    domain.
    _ After installation,restart,then logon as Administrator (To do this during logon
    hold Ctrl + Alt and press Del twice ,then Enter 'Administrator' as the username
    and leave the password field blank).


    2.Install Needed Drivers (Just manufacturer specific drivers for hardware that
    Windows cannot detect ).

    3.Extract files below from sp2.cab some where:

    halacpi.dll (not halaacpi.dll)
    ntkrnlpa.exe
    ntoskrnl.exe

    Rename "halacpi.dll" to "hal.dll",then copy these three files to your system32
    directory (overwrite).

    4.Install hotfixes (KB883667,KB887816,KB910678),then restart computer.

    5.Delete some files that you do not need for example MSN Explorer and
    unneeded screen savers and...

    6.Make your favorite adjustments for example set wallpaper,adust monitor
    resolution to 1024 x 768 and Disable hibernation,Setup Start Menu and Desktop
    shortcuts and...

    7.Install and configure necessary softwares.(Note that Do not run softwares that
    require user registration for example MS Office).

    =============================
    Step_04 Getting ready for taking image
    =============================

    1.Create directoy sysprep in root of your C: drive (C:\sysprep).

    2.Extract "deploy.cab" to "C:\sysprep" folder.

    3.Copy spdrvscan.exe (SysPrep Driver Scanner) to "C:\sysprep" folder.

    4.create directory "C:\drivers".

    5.Copy All drivers Needed for all computers that you want to use the image
    on them.Note that you need to use 3rd party to prepair needed driver files
    (Normaly INF and DLL files).

    The form of driver folder should be some thing like:

    C:\Drivers\Audio\C-Media\9880\"Needed files for this model"
    C:\Drivers\Audio\C-Media\8738\"Needed files for this model"
    C:\Drivers\MassStorage\Marvell\"Needed files for this model"

    6.Now you should create sysprep.inf file.for this job run C:\sysprep\setupmgr.exe
    go through wizard process,during wizard select "Sysprep setup" ,"Fully automate".
    at the end sysprep.inf file will be made at C:\sysprep\ directory.open that by
    notepad,check it,make any changes you prefer,and also add sections below to it:
    [Unattended]
    DriverSigningPolicy=Ignore
    UpdateInstalledDrivers=Yes

    [SysprepMassStorage]

    Note:
    We can add some other entries and add some other commands to sysprep.inf ,but
    because of keeping tutor as simple as posible,i do not talk about them.

    7.Run C:\sysprep\spdrvscan.exe
    _make sure "inf" is selected in Extention section

    _In "Search Path" section type: "C:\Drivers"

    _Click "Scan" button.after a while it will show drivers pathes

    _Click "Add" button and in coming window type: C:\Windows\inf and ok it.

    _Click "Save" button. the program will add needed information to registry in:
    HKLM\Software\Microsoft\Windows\DevicePath

    _Click "Done" button,to exit the program.

    8.Open command prompt and go to C:\sysprep

    _Type: sysprep -bmsd

    _Press Enter

    The command will write mass storage devices under "[SysprepMassStorage]"
    section in "sysprep.inf" . this process may take from few seconds to even
    one hour with respect to your system.(you will see a window during it works).

    9.Clean any Temp folders and unneeded files and also Make sure to empty recycle bin.

    10.It is beter to backup your system by ghost or other tools in this step.because
    if we had a problem in next step,or we wanted to make some changes ,we can do that
    by restoring this image.


    ===================
    Step_05 Finishing the job
    ===================

    1.Now system is ready to use SysPrep.

    _Run sysprep.exe (from C:\sysprep),you will see a widow

    _Enable "Use Mini-Setup"

    _In "Shutdown mode" section select "Shut down"

    _Click on "Reseal" button.The process of program will begin.if you have the
    [SysprepMassStorage] section in sysprep.inf,the process will take a while.
    and,when finished it will automatically shut down the computer.


    2.Now use 3rd party for example ghost and get image of your drive.
    This image can be restored to any computer that uses the same HAL,
    and after boot you will have a mini setup process (few minutes) to finish.

    After taking image you can turn on your computer to see mini setup process.


    Note: SYSPREP will automatically delete c:\sysprep directory when it completes.

  3. #15
    nasirali479's Avatar
    nasirali479 is offline Senior Member+
    Last Online
    24th May 2020 @ 09:57 PM
    Join Date
    17 Jan 2012
    Location
    Dera Bugti
    Age
    30
    Gender
    Male
    Posts
    93
    Threads
    2
    Credits
    0
    Thanked
    4

    Default

    sorry yar mujha pata nhi ha yar
    koi our bataya

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Universal Ghost Xp boot from USB
    By Jamshed_Ali in forum Ask an Expert
    Replies: 11
    Last Post: 7th January 2017, 12:24 PM
  2. Win7 Universal Ghost
    By it_leapard in forum Ask an Expert
    Replies: 7
    Last Post: 26th October 2016, 10:06 PM
  3. universal xp ghost needed
    By Rana_6512 in forum Ask an Expert
    Replies: 1
    Last Post: 12th March 2014, 04:09 PM
  4. xp universal ghost
    By mobile_master0 in forum General Discussion
    Replies: 13
    Last Post: 18th April 2013, 01:41 AM
  5. Answered Universal Ghost Windows XP
    By simpleproka in forum Ask an Expert
    Replies: 6
    Last Post: 1st October 2011, 02:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •