<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>I have download and setup the last sysLinux version 6.03 which include through the bootloader lpxelinux.0 the ability to use HTTP or FTP server to load data.<br>All the commands are an extract of my default file inside de pxelinux.cfg folder on my TFTP server.<br><br>I would like to use Wimboot in the same way as Memdisk :<br><pre>LABEL windows_winvblock
LINUX memdisk
INITRD <a href="ftp://XXX.XXX.XX.XXX/tftp/images/winISO.iso" target="_blank">ftp://XXX.XXX.XX.XXX/tftp/images/winISO.iso</a><br>APPEND iso raw</pre>So I use these lines to load my wim files through TFTP and it works but very slowly due to TFTP protocol:<br><code>label WinPE<br>
com32 linux.c32 tftp/libs/wimboot<br>
APPEND wimboot<br>initrdfile=/</code><code><code>images</code>/WinPE/bcd,/</code><code><code>images</code>/WinPE/boot.sdi,/</code><code><code>images</code>/WinPE/boot.wim</code><br><br>My question is : is it possible to use Wimboot through FTP connection like memdisk?<br><br>I tried this but it simply doesn't work :<br><code>label WinPE<br>
com32 linux.c32 tftp/libs/wimboot<br>
APPEND wimboot<br>initrd </code><a href="ftp://XXX.XXX.XX.XXX/tftp/images/winISO.iso" target="_blank"></a><a href="ftp://XXX.XXX.XX.XXX/tftp/images/" target="_blank">ftp://XXX.XXX.XX.XXX/tftp/images/</a><code>WinPE/bcd<br></code><code><code>initrd </code><a href="ftp://XXX.XXX.XX.XXX/tftp/images/" target="_blank">ftp://XXX.XXX.XX.XXX/tftp/images/</a><code>WinPE/</code></code><code>boot.sdi<br></code><code><code>initrd </code><a href="ftp://XXX.XXX.XX.XXX/tftp/images/" target="_blank">ftp://XXX.XXX.XX.XXX/tftp/images/</a><code>WinPE/</code></code><code>boot.wim</code><br>I tried with initrdfile = <a href="ftp://..." target="_blank">ftp://...</a> and it doesn't work either.<br><br>I don't know what is wrong in my command line menu. Do you know the right command to use to load files with FTP protocol ?<br><br>Best regards,<br><br>Marc Le Bailly.<br>                                          </div></body>
</html>