Bonjour j'ai un problème "d'éxécution" du Boot PXE sur SME 7.4.
Je désire envoyé une Distro Win PE en Boot PXE, mais j'ai des problèmes d'appel avec les ThinClient.
Si je mets ma structure à la racine de TFTPBoot, pas de soucis, mais si je mets cela dans un Répertoire WinPE par exemple, j'ai un beau message : TFTP download failed
J'ai fait beaucoup de recherche et de modifications, mais rien d'opérationnel.
Avez-vous une idée ?
Voici mon menu DEFAULT =
DEFAULT vesamenu.c32 menuconf/design ~
TIMEOUT 100
MENU TITLE Outils Alternatiq Win PE
LABEL WinPE
MENU LABEL Windows PE
KERNEL startrom.0
#keeppxe
winnnt.sif
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "i386System32"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=BARTPE.ISO"
Ma structure est :
nenuconf (dir)
pxelinux.cfg (dir)
NTLDR
startrom.0
vesamenu.c32
ntdetect.com
BARTPE.ISO
winnt.sif
Merci de votre aide.