Jump to content

c2j

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About c2j

c2j's Achievements

0

Reputation

  1. Thanks a lot !! This solve my problem !
  2. Hello, I've problem to modify a WinPe image. I create a Winpe directory with : copype.cmd x86 c:\winpe I mount the image : imagex /mountrw c:\winpe\winpe.wim 1 c:\winpe\mount I modify the image as I want and before preparing it in capture it with : imagex /capture c:\winpe\winpe\mount c:\winpe\winpe_base.wim "WimPe modified" /verify I prepare and unmount my image : peimg /prep c:\winpe\mount\windows imagex /unmount c:\winpe\mount /commit I replace the boot.wim by my new image and put all the ISO directory on an USB key. At this step all is ok, WinPe start well on my key. My problem is to use my winpe_base.wim image to add modifications: imagex /apply c:\winpe\winpe_base.wim 1 c:\winpe\mount Add modifications to c:\winpe\mount peimg /prep c:\winpe\mount\windows imagex /capture c:\winpe\mount c:\winpe\boot.wim "Modified" /verify replace the boot.wim in the ISO directory format the USB key Copy the ISO directory on the USB key Now I've always an error on \windows\system32\boot\winload.exe status 0xC0000001 Where I'm wrong ? Is it the right way to use a captured Winpe image? Could you help me please? Thanks
×
×
  • Create New...