x23piracy
Members
-
Joined
-
Last visited
Reputation Activity
-
x23piracy got a reaction from Boskorp in Export current tweaks to a .reg fileHi,
the most easy way would be that lego implements a save button! finished!
Regards
-
x23piracy got a reaction from Humfri in Installation of Windows 7 over Network Boot PXETHIS TUTORIAL ISN'T FINISHED YET SO STAY TUNED I WILL EXPLAIN MORE DETAILED BUT AT THIS POINT YOU CAN START WITH THE INFORMATION I PRESENT HERE
Why:
No need of any boot media except network connection
Easy Update of Installer changes
No space boarder (no DL-DVD or big USB Stick needed)
Requirements:
DHCP Server with Option 66 and 67 enabled and configured
TFTP Server
Syslinux
Microsoft Windows AIK
Windows 7 Installation files
Steps to procede:
Setup DHCP Server
Prepare the Base Directory for TFTP Server
Prepare WinPE to Start Windows Setup
Tell Windows Setup howto find Wintoolkit_Apps folder:
Setup DHCP Server:
For my case (Corporate) i have a running Microsoft DHCP Server (Windows Server 2003)
Just enable the DHCP Options 66 and 67
Option 66 is the Hostname or IP of the machine where TFTP Server is running on
Option 67 is the Boot filename from TFTP Base Directory
If you don't have a running DHCP Server you can use the buildin DHCP Server from TFTPD
Prepare the Base Directory for TFTP Server:
Create a Base directory called Boot or something wherever you want. (C:\Boot)
Create a subdirectory called images (C:\Boot\images)
Create a subdirectory called pxelinux.cfg (C:\Boot\pxelinux.cfg <-- is a directory!)
Create a file without extension called default in the pxelinux.cfg folder (C:\Boot\pxelinux.cfg\default <-- is a filename)
Extract the syslinux archive, find and copy the following files to your base directory:
chain.c32ldlinux.c32libcom32.c32libutil.c32linux.c32memdiskmenu.c32pxelinux.0reboot.c32vesamenu.c32
Open the default file and paste:
Attention, this is a fully paste from my default file, for a start you can delete the most to learn how it works.
DEFAULT vesamenu.c32ONTIMEOUT bootlocalPROMPT 0TIMEOUT 50TOTALTIMEOUT 3000KBDMAP german.kbdDISPLAY boot.msgALLOWOPTIONS 1# Layout-Definitionen fuer das MenueMENU AUTOBOOT Automatischer Start von der Festplatte in # Sekunde{n}...MENU BACKGROUND /logo_2.16MENU TITLE Retsch GmbH - Informationstechnik © josMENU color title 1;36;44 #ffffffff #00000000 stdMENU color sel 7;37;40 #ffffffff #ffdaa520 allMENU color hotsel 1;7;37;40 #ffffffff #ffdaa520 allMENU WIDTH 82MENU MARGIN 10MENU PASSWORDMARGIN 34MENU ROWS 14MENU TABMSGROW 18MENU CMDLINEROW 18MENU ENDROW 30MENU PASSWORDROW 11MENU TIMEOUTROW 18MENU HELPMSGROW 22MENU HELPMSGENDROW -1MENU HIDDENROW -2MENU HSHIFT 0MENU VSHIFT 2MENU PASSPROMPT KennwortMENU IMMEDIATEMENU MASTER PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU AUTOBOOT Automatischer Boot in # SekundenMENU TABMSG Druecke [TAB] um die Optionen zu bearbeitenMENU BEGINMENU IMMEDIATEMENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU TITLE Retsch GmbH - Informationstechnik © josMENU LABEL ^1. PXE Menu (Administrator Kennwort wird benoetigt)LABEL bootlocalTEXT HELPErste lokale Festplatte und Partition booten.ENDTEXT MENU DEFAULT MENU LABEL ^1. ^lokale Festplatte booten KERNEL chain.c32 APPEND hd0 0 MENU SEPARATOR MENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /acronis.16MENU TITLE Acronis True ImageMENU LABEL ^2. ^Acronis True ImageLABEL Acronis True Image 2012 ISO MENU LABEL ^1. Acronis True Image 2012 KERNEL memdisk APPEND iso initrd=images/acronis_ti_2012.iso rawLABEL Acronis True Image 2013 ISO MENU LABEL ^2. Acronis True Image 2013 KERNEL memdisk APPEND iso initrd=images/acronis_ti_2013.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU END MENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /clonezilla.16MENU TITLE Clonezilla 2.0.1-15MENU LABEL ^3. ^ClonezillaLABEL clonezilla_i486_iso MENU LABEL ^1. ^Clonezilla Live 2.0.1-15 i486 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-i486.iso raw LABEL clonezilla_i686_iso MENU LABEL ^2. ^Clonezilla Live 2.0.1-15 i686 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-i686-pae.iso raw LABEL clonezilla_x64_iso MENU LABEL ^3. ^Clonezilla Live 2.0.1-15 x64 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-amd64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU END MENU SEPARATORLABEL easeus_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^4. ^EaseUS Partition Master Workstation / Server KERNEL memdisk APPEND iso initrd=images/EaseUS_Partition_Master_Server.iso rawMENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /gparted.16MENU TITLE GParted 0.14-1-6MENU LABEL ^5. ^GPartedLABEL gparted_i486_iso MENU LABEL GParted Live 0.14.1-6 i486 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-i486.iso raw LABEL gparted_i686_iso MENU LABEL GParted Live 0.14.1-6 i686 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-i686-pae.iso raw LABEL gparted_x64_iso MENU LABEL GParted Live 0.14.1-6 x64 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-amd64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU ENDMENU SEPARATORLABEL dart_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^6. ^Microsoft Diagnostics and Recovery Toolset KERNEL memdisk APPEND iso initrd=images/DaRT70.iso raw LABEL erd2005_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^7. ^ERD Commander 2005 KERNEL memdisk APPEND iso initrd=images/ERD2005.iso rawMENU SEPARATORMENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU TITLE Windows Preinstallation Environment TI 3.0MENU LABEL ^8. ^Windows Preinstallation Environment True ImageLABEL winpe_x86_iso MENU LABEL Windows Preinstallation Environment 3.0 True Image x86 ISO KERNEL memdisk APPEND iso initrd=images/winpe/AcronisMediumx86.iso raw LABEL winpe_x64_iso MENU LABEL Windows Preinstallation Environment 3.0 True Image x64 ISO KERNEL memdisk APPEND iso initrd=images/winpe/AcronisMediumx64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU ENDMENU EXITMENU SEPARATORLABEL dart_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^9. ^Microsoft Windows 7 Professional x64 Installation KERNEL memdisk APPEND iso initrd=images/win7_pro_x64.iso rawMENU END
Place your images in the images folder
Prepare WinPE to Start Windows Setup:
Install Windows AIK
Create a WinPE Folder (You need to change the paths to your needs):
"C:\Program Files\Windows AIK\Tools\PETools\copype.cmd" amd64 e:\WinPE_x64Mount WinPE Folder:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Mount-Wim /WimFile:e:\WinPE_x64\winpe.wim /Index:1 /MountDir:e:\WinPE_x64\mountOptionally integrate drivers into pe:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Image:e:\WinPE_x64\mount /Add-Driver /Driver:e:\WinPE_x64\Drivers /Recurse /forceunsignedI integrated a LAN Driver pakage so it doesnt get problems when trying to mount a network share, that is needed because i install it over net share.
Now we customize the winpe:
Open the mount folder and goto Windows\System32 and open the startnet.cmd add the following line:
setup.cmdCreate setup.cmd in Windows\System32 and paste the following (You need to change IP, User, Pass, Paths):
@echo offnet use i: \\172.19.101.186\System /USER:domain\user password"i:\Windows 7 Professional x64\setup.exe" /unattend:"i:\Windows 7 Professional x64\Autounattend.xml"This will mount the install sources and runs the setup.
Unmount the WinPE:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Unmount-Wim /MountDir:e:\WinPE_x64\mount /CommitCreate the ISO:
copy e:\WinPE_x642\winpe.wim e:\WinPE_x64\ISO\sources\boot.wim"C:\Program Files\Windows AIK\Tools\amd64\oscdimg.exe" -n -be:\WinPE_x64\etfsboot.com e:\WinPE_x64\ISO e:\WinPE_x64\WinPE_x64.isoCopy the iso to your Base\Images directory.
Tell Windows Setup howto find Wintoolkit_Apps folder:
Please use the (sources\$oem$\$$\Setup\scripts\setupcomplete.cmd) and add the following
(You need to change things to suite to your needs):
@echo offnet use i: \\172.19.101.186\Wintoolkit /USER:domain\user pass
THIS TUTORIAL ISN'T FINISHED YET SO STAY TUNED I WILL EXPLAIN MORE DETAILED BUT AT THIS POINT YOU CAN START WITH THE INFORMATION I PRESENT HERE
I have big problems to explain things more detailed because of missing english vocabular and so on
Greetz X23
-
x23piracy got a reaction from Stimpy in Question about Windows 7 PE...Hi,
maybe that helps?
http://www.wincert.net/forum/topic/11055-installation-of-windows-7-over-network-boot-pxe/#entry96470
Look at the part: Prepare WinPE to Start Windows Setup
Greetz X23
-
x23piracy got a reaction from Stimpy in Question about Windows 7 PE...Hey,
also look here: http://www.wincert.net/forum/topic/11137-tool-pex%C2%B2%C2%B3-little-winpe-helper/
Greetz X23
-
x23piracy got a reaction from Stimpy in [Tool] PEX²³ - Little WinPE HelperHi,
i made that little script for my own to handle winpe images:
Requires: The Windows® Automated Installation Kit (AIK) for Windows® 7
Download: PEX23
Code:
@echo offREM Force umount, uncomment temporary the right line for your arch if you fataly closed the batch procese while an image was mounted and not unmounted ;)REM "%programfiles%\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Unmount-Wim /MountDir:"%cd%\WinPE_amd64\mount" /CommitREM "%programfiles%\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"%cd%\WinPE_x86\mount" /Commitecho.echo Choose Architecture for the PE Folder to createecho.choice /n /c "46" /m "amd6(4), x8(6)?"if errorlevel 2 goto x86if errorlevel 1 goto amd64:amd64SET ARCH=amd64IF EXIST "%cd%\WinPE_%ARCH%" GOTO existscall "%programfiles%\Windows AIK\Tools\PETools\copype.cmd" %ARCH% "WinPE_%ARCH%"cd ..goto mount:x86SET ARCH=x86IF EXIST "%cd%\WinPE_%ARCH%" GOTO existscall "%programfiles%\Windows AIK\Tools\PETools\copype.cmd" %ARCH% "WinPE_%ARCH%"cd ..goto mount:existsclsecho.echo Directory for choosen Architecture allready existsecho Mount or delete existing directory or abort?echo. choice /n /c "MDA" /m "(M)ount, (D)elete, (A)bort?" if errorlevel 3 goto abort if errorlevel 2 goto delPE if errorlevel 1 goto mount:abortExit:delPErd /s /q "%cd%\WinPE_%ARCH%"goto %ARCH%:mountcls"%programfiles%\Windows AIK\Tools\%ARCH%\Servicing\Dism.exe" /Mount-Wim /WimFile:"%cd%\WinPE_%ARCH%\winpe.wim" /Index:1 /MountDir:"%cd%\WinPE_%ARCH%\mount"echo.echo You can now start customizing the image,echo press any key if you have finished.echo.pauseclsecho.echo Do you want to integrate drivers?echo. choice /n /c "YN" /m "(Y)es, (N)o?" if errorlevel 2 goto umount if errorlevel 1 goto intdrv:intdrvIF NOT EXIST "%cd%\WinPE_%ARCH%\Drivers" GOTO missingcolor 0Fclsecho.echo Do you want to integrate unsigned drivers?echo. choice /n /c "YN" /m "(Y)es, (N)o?" if errorlevel 2 SET drvmode= if errorlevel 1 SET drvmode=/Forceunsigned"%programfiles%\Windows AIK\Tools\%ARCH%\Servicing\Dism.exe" "/Image:%cd%\WinPE_%ARCH%\mount" /Add-Driver "/Driver:%cd%:\WinPE_%ARCH%\Drivers" /Recurse %drvmode%clsecho.echo Driver integration finished, unmounting now.goto umount:missingclscolor FCecho.echo The following path doesn't exist:echo.echo %cd%\WinPE_%ARCH%\Driversecho.echo Create the directory and place your drivers there.echo.pausegoto intdrv:umountecho."%programfiles%\Windows AIK\Tools\%ARCH%\Servicing\Dism.exe" /Unmount-Wim /MountDir:"%cd%\WinPE_%ARCH%\mount" /Commitclsecho.echo Unmouting the Image has been finished.echo Do you want to create an ISO from the PE folder?echo. choice /n /c "YN" /m "(Y)es, (N)o?" if errorlevel 2 goto finished if errorlevel 1 goto iso:finishedecho.echo Finishedtimeout /T 3 /nobreakExit:isocopy "%cd%\WinPE_%ARCH%\winpe.wim" "%cd%\WinPE_%ARCH%\ISO\sources\boot.wim"cls"%programfiles%\Windows AIK\Tools\%ARCH%\oscdimg.exe" -n -b"%cd%\WinPE_%ARCH%\etfsboot.com" "%cd%\WinPE_%ARCH%\ISO" "%cd%\WinPE_%ARCH%\WinPE_%ARCH%.iso"echo.echo Finishedtimeout /T 3 /nobreakExit
Screenshots:
Update:
- Added the missing " for driver integration thx @mr_smartepants
- Added a dialog that asks for unsigned driver integration
- Removed ²³ from file and foldernames because of errors
- Added a dialog that asks for integration of a prepared folder with files to add to the pe image
- Moved Drivers Folder to %cd%
ToDo:
- Dialog that asks for integration of a prepared folder with files to add to the pe image
- For PXE use, Dialog that ask for data (credentials) to mount a network share to start a windows setup after pe has booted
- A General Dialog that asks for a file to execute after pe has booted
- Move Drivers Folder Destination to %cd% because it's a bit boring the always renew the Drivers folder while testing
This should only work complete under Windows 7 x64 and maybe Windows 8 x64 no way for Windows XP.
If anyone finds it usefull, have fun with it
Greetz X23
-
x23piracy got a reaction from Stimpy in [Tool] PEX²³ - Little WinPE HelperUpdate:
- Added a dialog that asks for integration of a prepared folder with files to add to the pe image
- Moved Drivers Folder to %cd%
ToDo:
- Dialog that asks for integration of a prepared folder with files to add to the pe image
- For PXE use, Dialog that ask for data (credentials) to mount a network share to start a windows setup after pe has booted
- A General Dialog that asks for a file to execute after pe has booted
- Move Drivers Folder Destination to %cd% because it's a bit boring the always renew the Drivers folder while testing
Download: See first post.
Greetz X23
-
x23piracy got a reaction from CrAzYs in [SOLVED] Where can i find the right tweaks to disable these two settings in Startmenu?@Lego
Yes please
-
x23piracy got a reaction from CrAzYs in Thank You to the Community and a big hug to LegoHi Guys,
after exactly 1 month (registration to forums) i finished my personal project for our enterprise.
Having a Windows 7 Professional Image fully patched with all our software over WTK Installer.
All of this paired with a way to install it without any physical boot media with help of PXE (Network Boot).
Thank You Community for all your support and help.
Thank You Lego for your great work also if it's not open source
Greetz X23
-
x23piracy got a reaction from Stimpy in Installation of Windows 7 over Network Boot PXEHi,
sorry for the disappointment but this is based on winpe as boot media.
Sure i will finish this to have different points much clearer.
Installing Windows 7 over PXE means having to place an amount of space between 4-10GB somewhere
From the private sigth this can be a customized router which enables option 66 und 67 for dhcp, normally
every dhcp should support this thats RFC!
The most problem would be to place a dedicated tftp server, for example a fritzbox router with freetz can do
that, or a fli4l router installation.
Whos not on the luckie side owning a nas can use a big usb stick directly connected to the router
(but speed may be very slow).
I feel very cool without having anything to carry with me to install win7 in our corporate.
My Boss is also still impressed but thats more related to his unknownness what for cool things are possible
The most impressive thing is the complete customized sfx pakages that enable a 90% out of the box ready
workstation after installation of windows 7.
Greetz X23
-
x23piracy got a reaction from Stimpy in Installation of Windows 7 over Network Boot PXETHIS TUTORIAL ISN'T FINISHED YET SO STAY TUNED I WILL EXPLAIN MORE DETAILED BUT AT THIS POINT YOU CAN START WITH THE INFORMATION I PRESENT HERE
Why:
No need of any boot media except network connection
Easy Update of Installer changes
No space boarder (no DL-DVD or big USB Stick needed)
Requirements:
DHCP Server with Option 66 and 67 enabled and configured
TFTP Server
Syslinux
Microsoft Windows AIK
Windows 7 Installation files
Steps to procede:
Setup DHCP Server
Prepare the Base Directory for TFTP Server
Prepare WinPE to Start Windows Setup
Tell Windows Setup howto find Wintoolkit_Apps folder:
Setup DHCP Server:
For my case (Corporate) i have a running Microsoft DHCP Server (Windows Server 2003)
Just enable the DHCP Options 66 and 67
Option 66 is the Hostname or IP of the machine where TFTP Server is running on
Option 67 is the Boot filename from TFTP Base Directory
If you don't have a running DHCP Server you can use the buildin DHCP Server from TFTPD
Prepare the Base Directory for TFTP Server:
Create a Base directory called Boot or something wherever you want. (C:\Boot)
Create a subdirectory called images (C:\Boot\images)
Create a subdirectory called pxelinux.cfg (C:\Boot\pxelinux.cfg <-- is a directory!)
Create a file without extension called default in the pxelinux.cfg folder (C:\Boot\pxelinux.cfg\default <-- is a filename)
Extract the syslinux archive, find and copy the following files to your base directory:
chain.c32ldlinux.c32libcom32.c32libutil.c32linux.c32memdiskmenu.c32pxelinux.0reboot.c32vesamenu.c32
Open the default file and paste:
Attention, this is a fully paste from my default file, for a start you can delete the most to learn how it works.
DEFAULT vesamenu.c32ONTIMEOUT bootlocalPROMPT 0TIMEOUT 50TOTALTIMEOUT 3000KBDMAP german.kbdDISPLAY boot.msgALLOWOPTIONS 1# Layout-Definitionen fuer das MenueMENU AUTOBOOT Automatischer Start von der Festplatte in # Sekunde{n}...MENU BACKGROUND /logo_2.16MENU TITLE Retsch GmbH - Informationstechnik © josMENU color title 1;36;44 #ffffffff #00000000 stdMENU color sel 7;37;40 #ffffffff #ffdaa520 allMENU color hotsel 1;7;37;40 #ffffffff #ffdaa520 allMENU WIDTH 82MENU MARGIN 10MENU PASSWORDMARGIN 34MENU ROWS 14MENU TABMSGROW 18MENU CMDLINEROW 18MENU ENDROW 30MENU PASSWORDROW 11MENU TIMEOUTROW 18MENU HELPMSGROW 22MENU HELPMSGENDROW -1MENU HIDDENROW -2MENU HSHIFT 0MENU VSHIFT 2MENU PASSPROMPT KennwortMENU IMMEDIATEMENU MASTER PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU AUTOBOOT Automatischer Boot in # SekundenMENU TABMSG Druecke [TAB] um die Optionen zu bearbeitenMENU BEGINMENU IMMEDIATEMENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU TITLE Retsch GmbH - Informationstechnik © josMENU LABEL ^1. PXE Menu (Administrator Kennwort wird benoetigt)LABEL bootlocalTEXT HELPErste lokale Festplatte und Partition booten.ENDTEXT MENU DEFAULT MENU LABEL ^1. ^lokale Festplatte booten KERNEL chain.c32 APPEND hd0 0 MENU SEPARATOR MENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /acronis.16MENU TITLE Acronis True ImageMENU LABEL ^2. ^Acronis True ImageLABEL Acronis True Image 2012 ISO MENU LABEL ^1. Acronis True Image 2012 KERNEL memdisk APPEND iso initrd=images/acronis_ti_2012.iso rawLABEL Acronis True Image 2013 ISO MENU LABEL ^2. Acronis True Image 2013 KERNEL memdisk APPEND iso initrd=images/acronis_ti_2013.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU END MENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /clonezilla.16MENU TITLE Clonezilla 2.0.1-15MENU LABEL ^3. ^ClonezillaLABEL clonezilla_i486_iso MENU LABEL ^1. ^Clonezilla Live 2.0.1-15 i486 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-i486.iso raw LABEL clonezilla_i686_iso MENU LABEL ^2. ^Clonezilla Live 2.0.1-15 i686 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-i686-pae.iso raw LABEL clonezilla_x64_iso MENU LABEL ^3. ^Clonezilla Live 2.0.1-15 x64 KERNEL memdisk APPEND iso initrd=images/clonezilla-live-2.0.1-15-amd64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU END MENU SEPARATORLABEL easeus_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^4. ^EaseUS Partition Master Workstation / Server KERNEL memdisk APPEND iso initrd=images/EaseUS_Partition_Master_Server.iso rawMENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU BACKGROUND /gparted.16MENU TITLE GParted 0.14-1-6MENU LABEL ^5. ^GPartedLABEL gparted_i486_iso MENU LABEL GParted Live 0.14.1-6 i486 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-i486.iso raw LABEL gparted_i686_iso MENU LABEL GParted Live 0.14.1-6 i686 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-i686-pae.iso raw LABEL gparted_x64_iso MENU LABEL GParted Live 0.14.1-6 x64 KERNEL memdisk APPEND iso initrd=images/gparted-live-0.14.1-6-amd64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU ENDMENU SEPARATORLABEL dart_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^6. ^Microsoft Diagnostics and Recovery Toolset KERNEL memdisk APPEND iso initrd=images/DaRT70.iso raw LABEL erd2005_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^7. ^ERD Commander 2005 KERNEL memdisk APPEND iso initrd=images/ERD2005.iso rawMENU SEPARATORMENU BEGINMENU IMMEDIATE#MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU=MENU TITLE Windows Preinstallation Environment TI 3.0MENU LABEL ^8. ^Windows Preinstallation Environment True ImageLABEL winpe_x86_iso MENU LABEL Windows Preinstallation Environment 3.0 True Image x86 ISO KERNEL memdisk APPEND iso initrd=images/winpe/AcronisMediumx86.iso raw LABEL winpe_x64_iso MENU LABEL Windows Preinstallation Environment 3.0 True Image x64 ISO KERNEL memdisk APPEND iso initrd=images/winpe/AcronisMediumx64.iso raw MENU SEPARATORLABEL return_mainMENU LABEL ^.. Eine Ebene hoeherMENU EXITMENU ENDMENU EXITMENU SEPARATORLABEL dart_iso #MENU PASSWD $4$IkeBrylcXa2yF39eCLyXpqubnkU= MENU LABEL ^9. ^Microsoft Windows 7 Professional x64 Installation KERNEL memdisk APPEND iso initrd=images/win7_pro_x64.iso rawMENU END
Place your images in the images folder
Prepare WinPE to Start Windows Setup:
Install Windows AIK
Create a WinPE Folder (You need to change the paths to your needs):
"C:\Program Files\Windows AIK\Tools\PETools\copype.cmd" amd64 e:\WinPE_x64Mount WinPE Folder:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Mount-Wim /WimFile:e:\WinPE_x64\winpe.wim /Index:1 /MountDir:e:\WinPE_x64\mountOptionally integrate drivers into pe:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Image:e:\WinPE_x64\mount /Add-Driver /Driver:e:\WinPE_x64\Drivers /Recurse /forceunsignedI integrated a LAN Driver pakage so it doesnt get problems when trying to mount a network share, that is needed because i install it over net share.
Now we customize the winpe:
Open the mount folder and goto Windows\System32 and open the startnet.cmd add the following line:
setup.cmdCreate setup.cmd in Windows\System32 and paste the following (You need to change IP, User, Pass, Paths):
@echo offnet use i: \\172.19.101.186\System /USER:domain\user password"i:\Windows 7 Professional x64\setup.exe" /unattend:"i:\Windows 7 Professional x64\Autounattend.xml"This will mount the install sources and runs the setup.
Unmount the WinPE:
"C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Unmount-Wim /MountDir:e:\WinPE_x64\mount /CommitCreate the ISO:
copy e:\WinPE_x642\winpe.wim e:\WinPE_x64\ISO\sources\boot.wim"C:\Program Files\Windows AIK\Tools\amd64\oscdimg.exe" -n -be:\WinPE_x64\etfsboot.com e:\WinPE_x64\ISO e:\WinPE_x64\WinPE_x64.isoCopy the iso to your Base\Images directory.
Tell Windows Setup howto find Wintoolkit_Apps folder:
Please use the (sources\$oem$\$$\Setup\scripts\setupcomplete.cmd) and add the following
(You need to change things to suite to your needs):
@echo offnet use i: \\172.19.101.186\Wintoolkit /USER:domain\user pass
THIS TUTORIAL ISN'T FINISHED YET SO STAY TUNED I WILL EXPLAIN MORE DETAILED BUT AT THIS POINT YOU CAN START WITH THE INFORMATION I PRESENT HERE
I have big problems to explain things more detailed because of missing english vocabular and so on
Greetz X23
-
x23piracy got a reaction from IvanH in Howto boot a Wintoolkit Image over PXEHi,
is someone or maybe two interested in a howto that describes howto boot a prepared image
created with wintoolkit over pxe to install it?
I have a working procedure and if you guys are interested i would write it down because it may help others.
Greetz X23