Koozali.org: home of the SME Server

Other Languages => Français => Topic started by: sebnet on May 10, 2009, 06:39:34 PM

Title: PXE et Structure
Post by: sebnet on May 10, 2009, 06:39:34 PM
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.
Title: Re: PXE et Structure
Post by: dadoudidon on May 27, 2009, 11:05:48 PM
winnnt.sif

[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=BARTPE.ISO"

David