Windows PE 3.0 issues

Post Reply
kiwa
Posts: 2
Joined: 10 May 2013, 04:25

Windows PE 3.0 issues

Post by kiwa » 10 May 2013, 04:30

Hi, sorry for my English.

I have a Debian server running tftp, tried to setup winpe3.0 and everything is where is supposed to be, but when i try to boot, i just get a "TFTP download failed, press any key to reboot"

In my tftpd logs i get:

May 9 22:26:09 pizza in.tftpd[3789]: RRQ from 192.168.32.81 filename er/menu/skin/menu.png
May 9 22:26:15 pizza in.tftpd[3790]: RRQ from 192.168.32.81 filename er/1/pxeboot.0
May 9 22:26:15 pizza in.tftpd[3791]: RRQ from 192.168.32.81 filename er/1/pxeboot.0
May 9 22:26:15 pizza in.tftpd[3792]: RRQ from 192.168.32.81 filename er\1\bt.exe
May 9 22:26:15 pizza in.tftpd[3792]: sending NAK (1, File not found) to 192.168.32.81

Any ideas?

RaveMaker
Posts: 204
Joined: 21 Mar 2013, 20:11

Re: Windows PE 3.0 issues

Post by RaveMaker » 11 May 2013, 01:31

It seems you haven't used our remap file, download ERPXE and use the included er.remap file.

Check the TFTP Daemon config, make sure you have the remap feature enabled:
add to your /etc/xinetd.d/tftp - "-m /tftpboot/er.remap"
(This is for CentOS with TFTPD - You should check the file location in your OS and according to your TFTP Daemon)

It should be something like this:

Code: Select all

server_args = -m /tftpboot/er.remap -vvvvv -s /tftpboot

kiwa
Posts: 2
Joined: 10 May 2013, 04:25

Re: Windows PE 3.0 issues

Post by kiwa » 11 May 2013, 04:55

Thanks, that is what i did, i forget to set the remap file, everything works perfect now.

Post Reply