Booting WinPE 3.0 from a linux PXE/tftpd server help required.

Hi I have been trying to accomplish this feat for about a week now, and I alway seem to get a boot up error.

http://j.imagehost.org/0083/Screenshot.png

here is how I call winpe from my default file

label WinPE
menu label ^WinPE
menu default
kernel Boot/startrom.0
append Boot/bootmgr.exe

here is the content of my /tftpboot
pxelinux.0
boot.img.gz
mini.iso
pxelinux.cfg
vesamenu.c32
bootmgr.exe
netboot.tar.gz
tftpd.remap

/tftpboot/Boot
abortpxe.com
boot.sdi
hdlscom2.com
startrom.0
wgl4_boot.ttf
BCD
hdlscom1.com
hdlscom2.n12
WdsConfig.inf
WinPE.wim
BCD.LOG
hdlscom1.n12
pxeboot.com
wdsnbp.com

/tftpboot/tftpd.remap file

rg \ /

/etc/default/tftpd-hpa

RUN_DAEMON=“yes”
OPTIONS="-l -s /tftpboot -m /tftpboot/tftpd.remap -vvv"

/etc/inetd.conf

tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /tftpboot

/etc/dhcp3/dhcp.conf

default-lease-time 86400;
max-lease-time 604800;
authoritative;

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.255;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
filename “pxelinux.0”;
next-server 192.168.1.195;

/var/log/syslog

ar 27 20:24:35 pxe-server in.tftpd[15040]: RRQ from 192.168.1.5 filename howtoforge_pxe.png
Mar 27 20:24:39 pxe-server in.tftpd[15041]: remap: input: Boot/startrom.0
Mar 27 20:24:39 pxe-server in.tftpd[15041]: remap: done
Mar 27 20:24:39 pxe-server in.tftpd[15041]: RRQ from 192.168.1.5 filename Boot/startrom.0
Mar 27 20:24:39 pxe-server in.tftpd[15042]: remap: input: bootmgr.exe
Mar 27 20:24:39 pxe-server in.tftpd[15042]: remap: done
Mar 27 20:24:39 pxe-server in.tftpd[15042]: RRQ from 192.168.1.5 filename bootmgr.exe
Mar 27 20:24:40 pxe-server in.tftpd[15043]: remap: input: \Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15043]: remap: rule 0: rewrite: /Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15043]: remap: rule 0: rewrite: /Boot/Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15043]: remap: rule 0: rewrite: /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15043]: remap: done
Mar 27 20:24:40 pxe-server in.tftpd[15043]: RRQ from 192.168.1.5 filename \Boot\Fonts\wgl4_boot.ttf remapped to /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15044]: remap: input: \Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15044]: remap: rule 0: rewrite: /Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15044]: remap: rule 0: rewrite: /Boot/Fonts\wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15044]: remap: rule 0: rewrite: /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:40 pxe-server in.tftpd[15044]: remap: done
Mar 27 20:24:40 pxe-server in.tftpd[15044]: RRQ from 192.168.1.5 filename \Boot\Fonts\wgl4_boot.ttf remapped to /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:41 pxe-server in.tftpd[15045]: remap: input: \boot.ini
Mar 27 20:24:41 pxe-server in.tftpd[15045]: remap: rule 0: rewrite: /boot.ini
Mar 27 20:24:41 pxe-server in.tftpd[15045]: remap: done
Mar 27 20:24:41 pxe-server in.tftpd[15045]: RRQ from 192.168.1.5 filename \boot.ini remapped to /boot.ini
Mar 27 20:24:41 pxe-server in.tftpd[15045]: sending NAK (1, File not found) to 192.168.1.5
Mar 27 20:24:56 pxe-server in.tftpd[15046]: remap: input: \Boot\BCD
Mar 27 20:24:56 pxe-server in.tftpd[15046]: remap: rule 0: rewrite: /Boot\BCD
Mar 27 20:24:56 pxe-server in.tftpd[15046]: remap: rule 0: rewrite: /Boot/BCD
Mar 27 20:24:56 pxe-server in.tftpd[15046]: remap: done
Mar 27 20:24:56 pxe-server in.tftpd[15046]: RRQ from 192.168.1.5 filename \Boot\BCD remapped to /Boot/BCD
Mar 27 20:24:56 pxe-server in.tftpd[15047]: remap: input: \Boot\BCD
Mar 27 20:24:56 pxe-server in.tftpd[15047]: remap: rule 0: rewrite: /Boot\BCD
Mar 27 20:24:56 pxe-server in.tftpd[15047]: remap: rule 0: rewrite: /Boot/BCD
Mar 27 20:24:56 pxe-server in.tftpd[15047]: remap: done
Mar 27 20:24:56 pxe-server in.tftpd[15047]: RRQ from 192.168.1.5 filename \Boot\BCD remapped to /Boot/BCD
Mar 27 20:24:57 pxe-server in.tftpd[15048]: remap: input: \Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15048]: remap: rule 0: rewrite: /Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15048]: remap: rule 0: rewrite: /Boot/Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15048]: remap: rule 0: rewrite: /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15048]: remap: done
Mar 27 20:24:57 pxe-server in.tftpd[15048]: RRQ from 192.168.1.5 filename \Boot\Fonts\wgl4_boot.ttf remapped to /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15048]: tftp: client does not accept options
Mar 27 20:24:57 pxe-server in.tftpd[15049]: remap: input: \Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15049]: remap: rule 0: rewrite: /Boot\Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15049]: remap: rule 0: rewrite: /Boot/Fonts\wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15049]: remap: rule 0: rewrite: /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15049]: remap: done
Mar 27 20:24:57 pxe-server in.tftpd[15049]: RRQ from 192.168.1.5 filename \Boot\Fonts\wgl4_boot.ttf remapped to /Boot/Fonts/wgl4_boot.ttf
Mar 27 20:24:57 pxe-server in.tftpd[15050]: remap: input: \hiberfil.sys
Mar 27 20:24:57 pxe-server in.tftpd[15050]: remap: rule 0: rewrite: /hiberfil.sys
Mar 27 20:24:57 pxe-server in.tftpd[15050]: remap: done
Mar 27 20:24:57 pxe-server in.tftpd[15050]: RRQ from 192.168.1.5 filename \hiberfil.sys remapped to /hiberfil.sys
Mar 27 20:24:57 pxe-server in.tftpd[15050]: sending NAK (1, File not found) to 192.168.1.5:’

:’(

I have tried this on my suse tftpd/pxe server as well same result, as Ubuntu.

I am getting a similar error and haven’t got any joy yet. Have you managed to resolve this issue yet?

I did notice one thing on your configuration however that i would like to inquire about.

/tftpboot/tftpd.remap file

rg \\ /

Shouldn’t this be

/tftpboot/tftpd.remap file

gr \\ /

As per the Howto that i was following » PXE boot WinPE 2 (Vista) using Linux as the PXE Server](http://sysadminman.net/blog/2007/pxe-boot-winpe-2-vista-using-linux-as-the-pxe-server-8)
I’m not 100% upto speed on this stuff and at the moment am just trying to cobble together a system for my purposes that i will then tweak and learn about from there.

Hopefully together we can resolve our issues with this, i have found information on getting WinPE booting from a linux tftp server rather scarce.

Did you ever solve this problem? Could you post your solution if you did??

Thanks.

animation nerd wrote:
> Did you ever solve this problem? Could you post your solution if you
> did??

excuse me if i sound like i have no idea what i’m talking about…

because i had to google “WinPE” to learn what that is…and as i did i
decided the answer to all the questions in this thread should be asked
here:

http://answers.microsoft.com/en-us/default.aspx
or
http://forums.virtualbox.org/

or, do i not understand that the four of you are trying to boot a
Redmond product, inside a SUN product in an otherwise well working
Linux server? [the first post is from a Ubuntu machine: so, s/he might
also need http://ubuntuforums.org/, but i doubt the problem lies in
Ubuntu, openSUSE or Linux…that is, if VBox can run anything
Redmond it is set up correctly in Ubuntu/etc and the problem is in
WinPE…but, if it can run nothing Redmond then you probably have a
VBox set up problem…because if it IS running in Linux it IS running
in Linux, just not set up correctly…see how that works?]


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]