Tuesday, January 25, 2011

Sister Seduction Feeding

Windows PE - Creating a CD / DVD autorun

Share

I introduced some time ago, use and download version of Windows Preinstallation Environment for USB pen drive, with a hint of thins HP version that solved a number of issues relating to CD

At this point, now is the time to look at how to create a CD (or DVD) autorun of Windows PE 2.0 (still the version of Windows Vista), with some little trick of customization.

We must first download the version of Windows PE 2.0 from the Microsoft website (click here )

After downloading the DVD iso (about 830MB) or burn it, or a free program like Virtual Clone Drive , we "leave" the ISO, no need to use a DVD.

Once installed the following screen appears:



clicking Install Windows Automated Installation Kit (WAIK ) files are installed on the hard disk. The WAIK

only works in console then do not be afraid of type some commands.

To start the console, you click on Start-> All Programs-> Microsoft Windows AIK-> Command Prompt Windows PE Tools


This console is unusual in that creates an "environment" to create Windows PE.

To create an image of PE (in this case not to be confused with ISO) we run the following commands from the command line:

1 - Copype.cmd

where architecture includes a of the three possible architectures: x86, amd64, ia64

e dest indica la cartella di destinazione, ad esempio c:\winpe_x86 .

Quindi come riportato nella seguente immagine, il comando per un Windows PE a 32 bit è:

copype.cmd x86 c:\winpe_x86


A questo punto, abbiamo creato una cartella con i file che ci servono a far avviare il sistema da CD (o DVD, ma non solo...).

Per comodità possiamo anche inserire all'interno di questo CD (quello che sto creando è un semplicissimo CD) dei programmi come le PortableApps che posssono tornare eccezionalmente comode (come il free commander portable oppure il JkDefragPortable).

La Root del CD, considerando il nostro esempio è: C:\winpe_x86\ISO

Alla fine di tutto, si deve creare l'immagine ISO del CD.

Usiamo il seguente comando:

oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso

Ed avremo nella cartella C:\winpe_x86 il file ISO del CD.

Per verificare se il CD funziona, senza necessariamente bruciarlo, si può usare Microsoft Virtual PC 2007 ( scarica qui ) e avviare una macchina virtuale con l'immagine del CD (ma questo argomento sarà trattato in separate sede).

Se serve una immagine di questo CD, you can download here

0 comments:

Post a Comment