Results 1 to 3 of 3

Thread: Need help to create iso image of WINPE 2.0

  1. #1
    Join Date
    Nov 2004
    Posts
    41

    Need help to create iso image of WINPE 2.0

    I need some help here to create a iso file of WinPE 2.0. I am not able to do that. I am looking for some tools that can help to me to make the sameon XP or Vista. I am facing issue with WinPE RAM DISK. I also tried to find the information on the same on web. There is no proper instruction provided. Does one has a proper idea how to do this. Thanks.

  2. #2
    Join Date
    Oct 2005
    Posts
    51
    I found a detailed documentation on the same that can guide you for the process. The link below is a kind of complete guide which offers you detailed information how to create a iso file of WinPE.

  3. #3
    Join Date
    Jun 2007
    Posts
    1

    How To Make a WinPE 2.0 Flat Iso

    It took some time but I finally found the answer. I will be posting it on various forums. Feel free to spread the news. If you wish to contact me please email me(Steve) at reizend@directbox.com . If you do spread the word credit is always appreciated.

    how to flat iso for winpe2.0

    call microsoft support and after some wrestling get the unpublished hot fix for KB928570. They will try to convice you that it doesn't exist yet but you can get it. If you try to get support from Microsoft on how to install the hot fix you will get endless hours of them trying to convince you it is for vista. (You get an error trying to install it on vista)

    import the hotfix cab file into BDD as an os package or do the following if your like me and want to make your own disk with custom scripts

    Code:
    copype x86 flatdisk
    cd flatdisk
    imagex /mountrw winpe.wim 1 mount
    peimg /import="Windows6.0-KB928570-x86.cab" /image=mount
    peimg /install=*HTA* /image=mount
    peimg /install=*WMI* /image=mount
    peimg /install=*XML* /image=mount
    peimg /install=*Scripting* /image=mount
    peimg /install=*KB928570* /image=mount
    Now is the time to load any drivers that may be needed. Note that if the mass storage driver is missing WinPe will blue screen when it can no longer find the CDROM
    Code:
    peimg /inf="drivers.inf" /image=mount

    Code:
    peimg /prep /image=mount /f
    xcopy ISO\bootmgr mount
    mkdir mount\bootfile:///usr/share/ubuntu-artwork/home/index.html
    xcopy ISO\boot\*.* mount\boot /E /S /H /Y
    NOTE bcdedit is not in path by default

    Code:
    bcdedit /store mount\boot\bcd /set {default} device boot
    bcdedit /store mount\boot\bcd /set {default} osdevice boot
    Now is the time to copy scripts and edit Windows\System32\startnet.cmd to launch the first script
    Afterwards capture an iso
    Code:
    oscdimg -u2 -m -bETFSBOOT.COM mount flatdisk.iso
    Finally save the wim image for future use
    Code:
    imagex /unmount mount /commit

    Burn flatdisk.iso and boot it

Similar Threads

  1. How to create Image of NT Server
    By RamBarose in forum Networking & Security
    Replies: 4
    Last Post: 12-01-2011, 07:45 PM
  2. Don't know how to create GIF animated image
    By teena_pansare in forum Windows Software
    Replies: 5
    Last Post: 18-12-2009, 10:14 AM
  3. How to Create image in PHP ?
    By NICKAN in forum Software Development
    Replies: 3
    Last Post: 07-05-2009, 04:43 PM
  4. How to create image library ?
    By Balgovind in forum Windows Software
    Replies: 3
    Last Post: 06-04-2009, 01:35 PM
  5. How to create a 3D image
    By TechyGuy in forum Guides & Tutorials
    Replies: 6
    Last Post: 21-03-2009, 09:05 PM

Tags for this Thread

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
  •  
Page generated in 1,714,728,577.40581 seconds with 17 queries