Windows PE + Win 7 Personnalisé

Fermé
ez3kiiel - Modifié par ez3kiiel le 5/04/2012 à 18:35
Bonjour,

J'aimerai créer moi même un master pour installer Windows 7 pré-configurer. J'ai donc fais mon image.wim de l'installation de Windows 7.

Je l'ai capturer avec Windows PE. Quand je la déploie, tout va nikel. Le problème c'est quand j'ai essayer de tout automatisé avec un winpeshl.ini, un install.cmd et un diskpart.txt, j'ai un problème comme quoi il manque le BOOTMGR.

Une idée pourquoi en déploiement automatique j'ai ce soucis ?

Voici mon winpeshl.ini :


[LaunchApp]
AppPath = x:\tools\install.cmd

Mon install.cmd

diskpart /s x:\tools\diskpart.txt

if exist e:\install7.wim goto lecte
if exist f:\install7.wim goto lectf
if exist g:\install7.wim goto lectg
if exist h:\install7.wim goto lecth

:lecte
copy e:\install7.wim d:
imagex /apply d:\install7.wim 1 d:
copy d:\windows\system32\bcdboot d:\windows


:lectf
copy f:\install7.wim d:
imagex /apply d:\install7.wim 1 d:
copy d:\windows\system32\bcdboot d:\windows


:lectg
copy g:\install7.wim d:
imagex /apply d:\install7.wim 1 d:
copy d:\windows\system32\bcdboot d:\windows


:lecth
copy h:\install7.wim d:
imagex /apply d:\install7.wim 1 d:
copy d:\windows\system32\bcdboot d:\windows


Et pour finir mon diskpart.txt

select disk 0
clean
create partition primary size=100
select partition 1
format fs=ntfs quick label="System"
assign letter=c
active
create partition primary
select partition 2
format fs=ntfs quick label="Windows"
assign letter=d
exit

Merci de m'éclairer.
Cordialement,
A voir également: