Jump to content

Question about Windows 7 PE...


alfreire

Recommended Posts

Well... as I am a bit stubborn :cap: I made a test with wimpe.wim file to add drivers and work without problem...

 

Thanks again... ;-)

 

[3556] Caller did not request sparse mount[3556] Mounting new image.Wim:         [C:\Make_PE3\win7pe_amd64\BOOT.WIM]Image Index: [1]Mount Path:  [C:\W7T\Mount][3556] Wimserv process started for guid f8c38e4a-b66b-40f0-a464-8cf5915a68cf.  Id is 924[924] [ INFO ] ImageUnmarshallHandle: Reconstituting wim at C:\Make_PE3\win7pe_amd64\BOOT.WIM.[924] [ INFO ] Mounted image at C:\W7T\Mount.[924] [ INFO ] Received unmount request for image with guid f8c38e4a-b66b-40f0-a464-8cf5915a68cf.[924] [ INFO ] Unmount for image at C:\W7T\Mount complete.

sinttulopb.jpg

 

sinttulo3bi.jpg

 

sinttulo6dx.jpg

Link to comment
Share on other sites

However, I made a full test successfully using instructions here:

 

http://technet.microsoft.com/en-us/library/dd744533(WS.10).aspx

 

Updating path to include dism, oscdimg, imagex

   C:\Program Files\Windows AIK\Tools\PETools\
   C:\Program Files\Windows AIK\Tools\PETools\..\x86
   C:\Program Files\Windows AIK\Tools\PETools\..\x86\Servicing;


C:\Program Files\Windows AIK\Tools\PETools>cd..

C:\Program Files\Windows AIK\Tools>cd x86

C:\Program Files\Windows AIK\Tools\x86>copype.cmd x86 C:\winpe_x86

===================================================
Creating Windows PE customization working directory

    C:\winpe_x86
===================================================

        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\bcd
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\boot.sdi
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\bootfix.bin
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\etfsboot.com
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\chs_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\cht_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\jpn_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\kor_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\wgl4_boot.ttf
9 fichier(s) copié(s)
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\bcd
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\chs_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\cht_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\jpn_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\kor_boot.ttf
C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\wgl4_boot.ttf
6 fichier(s) copié(s)
        1 fichier(s) copié(s).

Success

Updating path to include peimg, cdimage, imagex

   C:\Program Files\Windows AIK\Tools\PETools\
   C:\Program Files\Windows AIK\Tools\PETools\..\x86


C:\winpe_x86>copy C:\winpe_x86\winpe.wim C:\winpe_x86\ISO\sources\boot.wim
        1 fichier(s) copié(s).

C:\winpe_x86>cd..

C:\>Dism /Mount-Wim /Wimfile:c:\winpe_x86\ISO\sources\boot.wim /index:1 /MountDir:C:\winpe_x86\mount

Outil Gestion et maintenance des images de déploiement
Version : 6.1.7600.16385

Montage de l'image
[==========================100.0%==========================]
L'opération a réussi.

C:\>copy c:\winpe_x86\ISO\bootmgr c:\winpe_x86\mount
        1 fichier(s) copié(s).

C:\>mkdir c:\winpe_x86\mount\boot

C:\>xcopy /cherky  C:\winpe_x86\ISO\boot C:\winpe_x86\mount\boot\
C:\winpe_x86\ISO\boot\bcd
C:\winpe_x86\ISO\boot\boot.sdi
C:\winpe_x86\ISO\boot\bootfix.bin
C:\winpe_x86\ISO\boot\etfsboot.com
C:\winpe_x86\ISO\boot\fonts\chs_boot.ttf
C:\winpe_x86\ISO\boot\fonts\cht_boot.ttf
C:\winpe_x86\ISO\boot\fonts\jpn_boot.ttf
C:\winpe_x86\ISO\boot\fonts\kor_boot.ttf
C:\winpe_x86\ISO\boot\fonts\wgl4_boot.ttf
9 fichier(s) copié(s)

C:\>copy "c:\program files\Windows AIK\Tools\x86\ImageX.exe" c:\winpe_x86\mount
        1 fichier(s) copié(s).

C:\>Del c:\winpe_x86\mount\boot\BCD

C:\>Bcdedit /createstore c:\winpe_x86\mount\boot\BCD
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -create {bootmgr} /d "Boot Manager"
L'entrée {bootmgr} a été correctement créée.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {bootmgr} device boot
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -create /d "WINPE" -application osloader
L'entrée {153b4f21-8d9a-11e2-9d06-0011d88ce374} a été correctement créée.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {153b4f21-8d9a-11e2-9d06-0011d88ce374} osdevice boot
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {153b4f21-8d9a-11e2-9d06-0011d88ce374} device boot
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {153b4f21-8d9a-11e2-9d06-0011d88ce374} path \windows\system32\winload.exe
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {153b4f21-8d9a-11e2-9d06-0011d88ce374} systemroot \windows
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {153b4f21-8d9a-11e2-9d06-0011d88ce374} winpe yes
L'opération a réussi.

C:\>Bcdedit /store c:\winpe_x86\mount\boot\BCD -displayorder {153b4f21-8d9a-11e2-9d06-0011d88ce374} -addlast
L'opération a réussi.

C:\>Dism /Unmount-Wim /MountDir:C:\winpe_x86\mount /Commit

Outil Gestion et maintenance des images de déploiement
Version : 6.1.7600.16385

Fichier image : c:\winpe_x86\ISO\sources\boot.wim
Index de l'image : 1
Enregistrement de l'image
[==========================100.0%==========================]
Démontage de l'image
[==========================100.0%==========================]
L'opération a réussi.

C:\>Oscdimg -n -m -o -bC:\winpe_x86\Etfsboot.com C:\winpe_x86\ISO C:\winpe_x86\winpex86.iso

OSCDIMG 2.55 CD-ROM and DVD-ROM Premastering Utility
Copyright © Microsoft, 1993-2007. All rights reserved.
Licensed only for producing Microsoft authorized content.


Scanning source tree
Scanning source tree complete (17 files in 8 directories)

Computing directory information complete

Image file is 150906880 bytes (before optimization)

Writing 17 files in 8 directories to C:\winpe_x86\winpex86.iso

100% complete

Storage optimization saved 1 files, 2371584 bytes (2% of image)

After optimization, image file is 148535296 bytes

Done.

C:\>

 

Errors.txt using WinToolkit

Exception:

Open Files (20 Max):
C:\zMount\bootmgr
C:\zMount\imagex.exe
C:\zMount\Windows\bfsvc.exe
C:\zMount\Windows\fveupdate.exe
C:\zMount\Windows\regedit.exe
C:\zMount\Windows\system.ini
C:\zMount\Windows\win.ini
C:\zMount\Windows\WindowsShell.Manifest
C:\zMount\Windows\wpeprofiles\all.wpf
C:\zMount\Windows\wpeprofiles\core.wpf
C:\zMount\Windows\winsxs\pending.xml
C:\zMount\Windows\winsxs\x86_wvmic.inf_31bf3856ad364e35_6.1.7600.16385_none_01b814f7adc00eda\IcCoinstall.dll
C:\zMount\Windows\winsxs\x86_wvmic.inf_31bf3856ad364e35_6.1.7600.16385_none_01b814f7adc00eda\vmicres.dll
C:\zMount\Windows\winsxs\x86_wvmic.inf_31bf3856ad364e35_6.1.7600.16385_none_01b814f7adc00eda\vmicsvc.exe
C:\zMount\Windows\winsxs\x86_wvmic.inf_31bf3856ad364e35_6.1.7600.16385_none_01b814f7adc00eda\vmictimeprovider.dll
C:\zMount\Windows\winsxs\x86_wvmic.inf_31bf3856ad364e35_6.1.7600.16385_none_01b814f7adc00eda\wvmic.inf
C:\zMount\Windows\winsxs\x86_wvmbushid.inf_31bf3856ad364e35_6.1.7600.16385_none_f08c80e00dbb37cf\vmbushid.sys
C:\zMount\Windows\winsxs\x86_wvmbushid.inf_31bf3856ad364e35_6.1.7600.16385_none_f08c80e00dbb37cf\wvmbushid.inf
C:\zMount\Windows\winsxs\x86_wvmbus.inf_31bf3856ad364e35_6.1.7600.16385_none_3956fbc30b5af3ca\vmbus.sys
C:\zMount\Windows\winsxs\x86_wvmbus.inf_31bf3856ad364e35_6.1.7600.16385_none_3956fbc30b5af3ca\vmbuscoinstaller.dll
C:\zMount\Windows\winsxs\x86_wvmbus.inf_31bf3856ad364e35_6.1.7600.16385_none_3956fbc30b5af3ca\vmbuspipe.dll

Open Directories (20 Max):
C:\zMount\boot
C:\zMount\Program Files
C:\zMount\ProgramData
C:\zMount\Users
C:\zMount\Windows
C:\zMount\Windows\Boot
C:\zMount\Windows\Branding
C:\zMount\Windows\Fonts
C:\zMount\Windows\fr-FR
C:\zMount\Windows\Globalization
C:\zMount\Windows\Help
C:\zMount\Windows\inf
C:\zMount\Windows\L2Schemas
C:\zMount\Windows\Logs
C:\zMount\Windows\Microsoft.NET
C:\zMount\Windows\PolicyDefinitions
C:\zMount\Windows\resources
C:\zMount\Windows\schemas
C:\zMount\Windows\security
C:\zMount\Windows\servicing
C:\zMount\Windows\System32

Running Processes:
Agent, armsvc, Ati2evxx, audiodg, CCC, csrss, dllhost, dwm, EuWatch, Everything, explorer, GuardAgent, Idle, lsass, lsm, MOM, MsMpEng, msseces, NisSrv, RtHDVCpl, SeaPort, SearchFilterHost, SearchIndexer, SearchProtocolHost, services, sidebar, smss, spoolsv, svchost, System, taskeng, taskhost, TrayNotify, TuneUpUtilitiesApp32, TuneUpUtilitiesService32, vds, vspdfprsrv, wimserv, wininit, winlogon, WinToolkit, WLIDSVC, WLIDSVCM, wmpnetwk, WUDFHost, XSnapShotTip,

 

WinToolkit can't customize winpe.wim file!

Edited by myselfidem
Link to comment
Share on other sites

But what is winpe.wim...? Windows 7 PE only has a boot.wim into sources folder, not...? I meant to integrate drivers into Windows PE (boot.wim), and some more, not to customize Windows PE as if an Operating System...

 

Note:  I only use Win Toolkit to customize Install.wim or Boot.wim files from Windows 7...

Edited by alfreire
Link to comment
Share on other sites

boot.wim files and winpe.wim files are different.

 

http://technet.microsoft.com/en-us/library/cc709665(v=ws.10).aspx

 

About WinPE Image:

A Windows PE RAM disk boots directly into memory and is assigned the drive letter X, which does not correspond to the media (for example, a UFD or a CD-ROM) from which you booted. Ensure that you have sufficient memory to support the size of your Windows PE image plus any additional memory requirements, for example, if you plan on running any customized applications that need additional working memory.

Edited by myselfidem
Link to comment
Share on other sites

Well... as I am a bit stubborn :cap: I made a test with wimpe.wim file to add drivers and work without problem...

 

[3556] Caller did not request sparse mount[3556] Mounting new image.Wim:         [C:\Make_PE3\win7pe_amd64\BOOT.WIM]Image Index: [1]Mount Path:  [C:\W7T\Mount][3556] Wimserv process started for guid f8c38e4a-b66b-40f0-a464-8cf5915a68cf.  Id is 924[924] [ INFO ] ImageUnmarshallHandle: Reconstituting wim at C:\Make_PE3\win7pe_amd64\BOOT.WIM.[924] [ INFO ] Mounted image at C:\W7T\Mount.[924] [ INFO ] Received unmount request for image with guid f8c38e4a-b66b-40f0-a464-8cf5915a68cf.[924] [ INFO ] Unmount for image at C:\W7T\Mount complete.

sinttulopb.jpg

 

Like many guys there is an confusion about boot.wim (2 images) and winpe.wim files!

 

And you asked about winpe.wim !

Link to comment
Share on other sites

boot.wim files and winpe.wim files are different.

 

http://technet.microsoft.com/en-us/library/cc709665(v=ws.10).aspx

 

About WinPE Image:

Hey... But then my boot.wim file is wimpe.wim, because when you boot appears as drive X: (load into RAM)...

I made Win PE ISO with Make_PE3 https://sites.google.com/a/rmprepusb.com/www/tutorials/make_pe3

post-27023-0-31598100-1363380163_thumb.j

Edited by alfreire
Link to comment
Share on other sites

No. boot.wim file is not winpe.wim file !

 

The  boot.wim files are Inside your Windows 7 DVD.

 

winpe.wim file is Inside Windows OPK or Windows AIK

Ok, understood... ;-)

Edited by alfreire
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...