MSFN Forum: Make_PE3 Program to Create Portable Windows 7 PE - MSFN Forum

Jump to content


  • 19 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Make_PE3 Program to Create Portable Windows 7 PE Rate Topic: -----

#121 User is offline   dicko1976 

  • Group: Members
  • Posts: 8
  • Joined: 23-April 10
  • OS:Windows 7 x86

Posted 15 June 2010 - 05:01 AM

View Postwimb, on 07 June 2010 - 08:15 AM, said:

View Postdicko1976, on 07 June 2010 - 04:24 AM, said:

but I have had no look in adding the wireless driver for the 5100 AGN. I have added the folder with the windows 7 drivers in to the folder Make_PE3\PE3_mod\WIN7_drivers\x86 as it says in the text file documentation but it still does not work.

Were the wireless drivers processed by Dism during build ?

After booting with pe3_x86.iso you can use Driver Fix from desktop to install the drivers and start WLAN Service.
Check in Device Manager if your Network card is installed.

See if your netdriver.inf is located in X:\Windows\inf folder.

Start PENetwork is neede for Connect and Authentication.

Program AddOnns are preferred to be portable and go in PStart menu.


Sorry for the delay in reply but I fixed this by putting it in a folder Make_PE3\PE3_mod\WIN7_drivers\x86\W\ and then made another folder called IW and dropped the driver files in there. When I packaged it all together it worked fine and installed the drivers on boot.

I was trying to put the drivers folder in the x86 folder where the text file said you could.....but it never worked until I moved it down a tier

Thanks again

PS is there any more additions in the pipeline for the future ?


#122 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 18 June 2010 - 04:43 AM

hi wimb

the pop-ups issue for card readers still occur, even with pe from WAIK build using your make_pe3. i change the way startnet.cmd looking for pstart.exe, wallpaper and asuite/start.exe. (search all the files from z-c then stop if files are found, instead of original startnet looking for each files in every drives even if files already found). at least it will minimize the pop-ups occurence for the missing files only.
on my pc, card reader drives always get drive letter before usb flash disk letter, so i don't get any pop-ups anymore.

and for audio support, finally i got it working :thumbup
i made some changes to get audio working.
- add file dsound.dll (required for foobar. vlc and winamp did not work even on running windows 7)
- your audio_fix.cmd is good but add reg value did not work for my sound device. (error device not found). i add reg value for my dev id now it is works. but again on different hardware i need different reg value to get it working.
is it need different value on different dev id?

i almost finish my batch command, will post it when ready.

#123 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 18 June 2010 - 07:35 AM

Hi trizet,

I will add dsound.dll to the list of required files.
For me not necessary, but may be depends on hardware.

Probably we need to add also more versions of audio_fix code for different sound devices.

Thanks to your approach of using winre.wim as source,
now Make_PE3.cmd is working without AIK and with XP or Windows 7 as OS.
Also the WLAN Hotfix is no longer needed. So you only need a 32-bits Windows 7 Source.
Need to apply the required changes in the AutoIt3 version and then it is ready ....

No problems anymore with empty cardreader drive pop-ups by using correct sequence in startnet.cmd

This post has been edited by wimb: 18 June 2010 - 07:53 AM


#124 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 24 June 2010 - 05:18 AM

*** Update of Make_PE3 package to Create Portable Windows 7 PE ***

  • Added option to make Portable Windows 7 PE without using AIK
    Create 7pe_x86.iso from Winre.wim in Recovery folder by using Dism.exe of Windows 7 Source Drive
    This approach was earlier found by trizet to be successful
  • WLAN HotFix No longer needed by adding dot3svc Service to registry and extending filelist of needed Windows 7 files


Thanks to trizet for optimizing PE3-SOFTWARE_CLID.reg and for making restricted_clsid.reg
http://www.msfn.org/...e/page__st__100

Required as Source - 32-bits Installed Windows 7 Drive
32-bits Windows 7 Setup DVD can be used as well as Source, but requires to auto-collect AIK_Tools,
by Running once Make_PE3 in Windows 7 OS or environment with Installed Windows 7 AIK

Make_PE3.exe and Make_PE3.cmd can be used in XP or Windows 7 as OS

Not Required anymore - AIK for Windows 7 - KB3AIK_EN.iso - Microsoft - Windows PE 3.0
http://www.microsoft...&displaylang=en
Dism.exe of AIK must be version 6.1.7600.16385 (earlier version 7000 gives Errors)

Guide with More Info:
http://www.911cd.net...pic=21883&st=35
http://www.msfn.org/...ws-t143529.html


=
User Interface of Make_PE3.cmd Batch Program to Create 7pe_x86.iso Boot Image
=
Posted Image
=
=
User Interface of Make_PE3.exe Program to Create 7pe_x86.iso Boot Image
=
Posted Image
=

This post has been edited by wimb: 25 September 2010 - 03:07 AM


#125 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 June 2010 - 07:15 AM

Can be a

"Select Windows 7 install.wim - and without waik Makepe3-iso"

button? when the install.wim selected it can mount readonly(for source dvd) to a temporary location and copy files from there and unmount after build. also need a wim number selection from 1-4 or more. If we mount install.wim and select option one will not it work? because of we don't have a Winre.wim in Recovery folder in xp system? it was working before :( i was building like that. mounting the wim to a temporary folder manually and selecting option one. that time it was using boot.wim of waik. i think you understand what i mean. to copy boot.wim from dvd and a button as i suggested can be good. or directy selecting "DVDDrive:\setup" folder and it copy boot.wim from that location and mount the selected wim number image from that folder install.wim building without aik

looks you worked on it too much :blushing: good work. more freedom. less dependencies.

This post has been edited by Kullenen_Ask: 24 June 2010 - 07:37 AM


#126 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 24 June 2010 - 07:37 AM

Hi Kullenen_Ask

You are still allowed to select as Source a folder or drive containing sources\install.wim of 7 Setup DVD
(with option 2 and in case of Setup DVD then sources\boot.wim is used + Win7 files of install.wim)
or a folder with mounted install.wim and then containing Windows folder
(use then option 4 which requires AIK and winpe.wim is used + Windows 7 files)
In that respect nothing has changed .... Have a try.

This post has been edited by wimb: 24 June 2010 - 07:48 AM


#127 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 June 2010 - 07:41 AM

if i do as i do before will not it want a Winre.wim? where will it take winre.wim or boot.wim? ok i checked cmd inside. it looks everything you thought and there are options it to find. soory i commented before test. i will test now. and comment after.

when the install.wim selected it can mount readonly(for source dvd) to a temporary location and copy files from there and unmount after build (need mount manually yet i dont have problem mounting manually not so important for me but maybe for novice users.)

it said winre.wim not found as i expected. (tested)
mounted install wim to a folder and selected option one

This post has been edited by Kullenen_Ask: 24 June 2010 - 07:58 AM


#128 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 24 June 2010 - 07:52 AM

View PostKullenen_Ask, on 24 June 2010 - 07:41 AM, said:

if i do as i do before will not it want a Winre.wim? where will it take winre.wim or boot.wim?

winre.wim (index 1) is available in Recovery folder of Installed Windows 7
boot.wim (index 2) is used when 7 Setup DVD drive or folder is used as Source
I think boot.wim(index2) = winre.wim(index 1)

#129 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 June 2010 - 08:02 AM

View Postwimb, on 24 June 2010 - 07:52 AM, said:

View PostKullenen_Ask, on 24 June 2010 - 07:41 AM, said:

if i do as i do before will not it want a Winre.wim? where will it take winre.wim or boot.wim?

winre.wim (index 1) is available in Recovery folder of Installed Windows 7
boot.wim (index 2) is used when 7 Setup DVD drive or folder is used as Source
I think boot.wim(index2) = winre.wim(index 1)


boot.wim(index2) NOT EQUAL winre.wim(index 1)
boot.wim(index1) EQUAL winre.wim(index 1)
boot.wim(index1) NO BOOT FLAG
winre.wim(index 1) HAS BOOT FLAG

winre.wim has only one index in it. boot.wim has two. i compared the indexes previous posts with integrated packages. post #106 in this topic

when it complained it can not find winre.wim in C:\Make_PE3\win7pe_x86\Winre.wim i manually exported boot.wim 1 as winre.wim to that folder with boot flag. i think it should build now. all can be fixed with a few codes after you successfully coded so many things. should be easy.

(with option 2 and in case of Setup DVD then sources\boot.wim is used + Win7 files of install.wim)
but option 2 says it needs aik??? i dont want to use aik (i talk about gui options)

in my test it says it couldn't find bootmgr (doesnt copy bootmgr? maybe because localized version setup?)

This post has been edited by Kullenen_Ask: 24 June 2010 - 08:48 AM


#130 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 24 June 2010 - 02:08 PM

hi Wimb, i just post My_7PE.cmd here : http://www.boot-land...showtopic=11801

perhaps you want to take a look what has been changes since the preview. (i add some more registry tweaks)
i use dism to detect image number, international settings and distribution language.

@Kullenen_Ask
on my experiment
boot.wim(index2) EQUAL winre.wim(index 1) > only different shell
boot.wim(index1) NOT EQUAL winre.wim(index 1)
boot.wim(index1) NO BOOT FLAG
boot.wim(index2) HAS BOOT FLAG
winre.wim(index 1) HAS BOOT FLAG

it has been tested on Ultimate/en-US language, i don't know if boot flag/image index will different with others distribution.

This post has been edited by trizet: 24 June 2010 - 02:10 PM


#131 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 June 2010 - 02:15 PM

With default settings, My_7PE will look for Winre file on Recovery folder then it will
look for bootmgr files from local computer. If you have bootmgr in System Reserved
partition, it will temporary assign drive letter to copy necessary files. Optionally
you can use Winre/bootmgr files from system repair cd or Windows installation DVD.

from your read me explains why there is no bootmgr in my build.

This post has been edited by Kullenen_Ask: 24 June 2010 - 03:57 PM


#132 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 24 June 2010 - 03:12 PM

here is packages listing, winre packages=boot.wim image 2 packages.
you did not post your winre packages, only boot.wim image 1 and 2.
different shell could be same packages/files/registry, winre start recovery shell, winsetup (boot.wim) start setup.exe.
but you can start recovery from command winsetup, and the other hand you can start setup.exe in winre.
(btw i use windows PE from winre image to install windows 7)

Quote


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385

Packages listing:


-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Package Identity | State | Release Type | Install Time
-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:40 AM
Microsoft-Windows-WinPE-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Foundation | 7/14/2009 2:38 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-Setup-Client-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 3:05 AM
WinPE-Setup-Client-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 3:05 AM
WinPE-Setup-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 3:05 AM
WinPE-Setup-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 3:04 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:51 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:53 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM

The operation completed successfully.


boot.wim image 2

Quote

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385

Packages listing:


-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Package Identity | State | Release Type | Install Time
-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:40 AM
Microsoft-Windows-WinPE-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Foundation | 7/14/2009 2:38 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-Setup-Client-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 3:05 AM
WinPE-Setup-Client-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 3:05 AM
WinPE-Setup-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 3:05 AM
WinPE-Setup-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 3:04 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:51 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:53 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM

The operation completed successfully.


boot.wim image 1

Quote


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385

Packages listing:


-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Package Identity | State | Release Type | Install Time
-------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:40 AM
Microsoft-Windows-WinPE-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Foundation | 7/14/2009 2:38 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-Scripting-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-SRT-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:51 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:52 AM
WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 | Install Pending | Language Pack | 7/14/2009 2:53 AM
WinPE-WMI-Package~31bf3856ad364e35~x86~~6.1.7600.16385 | Install Pending | Feature Pack | 7/14/2009 2:52 AM

The operation completed successfully.

This post has been edited by trizet: 24 June 2010 - 03:20 PM


#133 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 June 2010 - 03:18 PM

do you use oem custom build notebook? they modify windows setup files. i don't know what to say. is it a clean install from a retail dvd? then i am false. sorry.

my operating system is xp. i investigated that long time before and i remember like that. didnt test short time before. it is stupid to have setup packages in winre that you can not install windows from system boot hidden partition. why the boot.wim 1 is for then? it should be copied to system boot partition at install as a winre.

you install windows 7 from its own dvd from inside winpe. not from the setup packages integrated in winre.???
not from x:\windows\setup.exe or x:\sources\setup.exe should be from dvddrive\setup.exe
when you boot in winre. open cmd prompt. write "setup.exe" and installed windows? where will it search for install.wim. probably in x:\sources\install.wim that doesnt exist in 1gb partition.

if we think the windows setup exports wims at install. why it should exports boot.wim 2 modify files and change shell from setup to recovery inside wim (mount,change shell,dismount,export) if it can only export boot.wim 1 without changing shell as recovery(export and bootflag)?

This post has been edited by Kullenen_Ask: 24 June 2010 - 04:06 PM


#134 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 24 June 2010 - 04:14 PM

i use windows 7 RTM DVD.
there are 4 setup.exe in dvd
1. dvddrive\setup.exe this one can be execute from windows to upgrade
2. dvddrive\sources\setup.exe this one can be execute from windows to upgrade
3. mounted PE x:\setup.exe this one as a normal install execute from PE (i use this one same as from boot.wim)
4. mounted PE x:\sources\setup.exe this one has larger file size, i don't know what this file for. but i can use this file as installer as well.
i mean use winre to install is to executes installer, same as what boot.wim does. and i have all the required files (include install.wim) in usb.

yes i have the same questions with you. why there are 2 images in boot.wim, and i have read similar question in others forum but i still can not get clear answer.

This post has been edited by trizet: 24 June 2010 - 04:20 PM


#135 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 24 June 2010 - 05:43 PM

@Kullenen_Ask
when you said it doesn't copy file "bootmgr" do you mean you build using Wimb's Make_PE3 or using My_7PE.cmd?
because you replying to wimb's post but quoting my readme file, it is confusing me :unsure:

@wimb
i tested your latest build, like Kullenen_Ask said it does not copy bootmgr from "system reserved". looks like your Make_PE3 needs to temporary assign drive letter for System Reserved. we can temporary assign drive letter using diskpart /s, either manually or automatically with get volume name first.

#136 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 25 June 2010 - 01:20 AM

View Posttrizet, on 24 June 2010 - 02:08 PM, said:

hi Wimb, i just post My_7PE.cmd here : http://www.boot-land...showtopic=11801

perhaps you want to take a look what has been changes since the preview. (i add some more registry tweaks)
i use dism to detect image number, international settings and distribution language.

Hi trizet

Thanks a lot for your new version of My_7PE.cmd :thumbup
I will have a look at the recent changes and your solution to copy bootmgr from System Reserved.

I have also no idea where index=1 of boot.wim is used for.
Good to know that index=2 of boot.wim corresponds to winre.wim
So I used the right index=2 of boot.wim :)

This post has been edited by wimb: 25 June 2010 - 01:21 AM


#137 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 25 June 2010 - 02:02 AM

@Kullenen_Ask
when you said it doesn't copy file "bootmgr" do you mean you build using Wimb's Make_PE3 or using My_7PE.cmd?
because you replying to wimb's post but quoting my readme file, it is confusing me :unsure:

i use Wimb's Make_PE3. because he used your cmd files as base thats why i quote your read me. if something wrong at yours can be wrong at his too. isn't it?

all i want to learn that why both of you don't use setupdvd boot.wim as option to copy wim. because xp users will not have hidden boot partition to copy wim.

This post has been edited by Kullenen_Ask: 25 June 2010 - 02:05 AM


#138 User is offline   trizet 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 17-May 10
  • OS:none specified
  • Country: Country Flag

Posted 25 June 2010 - 04:42 AM

there are a lots of changes in my batch cmd since the preview i gave to wimb, i think i include cmd to copy bootmgr from system reserved on the preview. he will fix it anyway, he much better then me in making program :thumbup , i am just a beginner :D

on my batch cmd there are options to use boot.wim and bootmgr from setup dvd or system repair cd. it will look for file :\sources\boot.wim, so it could be setup dvd/system repair cd/iso file/usb flash disk or any partitions.

@wimb and @Kullenen_Ask
do you have windows 7 other than en-US with system reserved partition installed?
if yes, can you help me to see "volume label" of system reserved using diskpart.
on en-ES version it is reads as "System Rese" , i want to includes commands to automatically assign drive letter for system reserved but i am not sure the "Volume label" will be the same for all language versions.

#139 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 30 June 2010 - 04:53 AM

*** Update of Make_PE3 package to Create Portable Windows 7 PE ***

  • Added support to use mounted install.wim as Source for making Windows 7 PE without WAIK
  • Changed how to copy bootmgr file, to support case of System Reserved partition
  • Added getsgt.exe and updsgt.exe made by oriensol to Add Seagate DiscWizard to boot.wim


Thanks to oriensol for making addsgtti with getsgt.exe and updsgt.exe
- Tool to Add Seagate DiscWizard to PE3 Wim, Free Acronis TrueImage 11
http://www.boot-land...showtopic=11819

Required as Source - 32-bits Installed Windows 7 Drive
32-bits Windows 7 Setup DVD can be used as well as Source, but requires to auto-collect AIK_Tools,
by Running once Make_PE3 in Windows 7 OS or environment with Installed Windows 7 AIK
Make_PE3.exe and Make_PE3.cmd can be used in XP or Windows 7 as OS

Not Required anymore - AIK for Windows 7 - KB3AIK_EN.iso - Microsoft - Windows PE 3.0
http://www.microsoft...&displaylang=en
Dism.exe of AIK must be version 6.1.7600.16385 (earlier version 7000 gives Errors)

Guide with More Info:
http://www.911cd.net...pic=21883&st=35
http://www.msfn.org/...ws-t143529.html

@trizet
I don't have a system reserved partition, but have found another workaround to copy bootmgr for such case.

@Kullenen_Ask
Use of mounted install.wim as Source is now supported for making Windows 7 PE
In that case you have to copy first manually from Setup DVD a few files:
- copy file sources\boot.wim to workfolder win7pe_x86
- copy file bootmgr and folder boot to folder win7pe_x86\ISO

Cheers,

wimb

This post has been edited by wimb: 25 September 2010 - 03:07 AM


#140 User is offline   Kullenen_Ask 

  • Member
  • PipPip
  • Group: Members
  • Posts: 295
  • Joined: 10-September 04
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 June 2010 - 06:44 AM

sorry but it gets worse then ever with my every comment :blushing: i dont understand why. maybe better to be calm. i use imagex vista version and it was working until now without problem. now it complain for new version dism and dism errors.

trizet your batches also doesnt support xp as base operating system isnt it?

This post has been edited by Kullenen_Ask: 30 June 2010 - 06:55 AM


Share this topic:


  • 19 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy