<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'>Dear developer,<br><br>I'm trying to deploy Windows 7 over http via iPXE firmware...<br><br>I burnt the iso image "ipxe.iso" into a pendrive with "Yumi".<br><br>It loads fine.<br><br>Then I execute "dhcp net0". Fine too.<br><br>Then I load my ipxe script with the following command:<br><br>chain http://69ddwrt.no-ip.org:54321/boot.ipxe<br><br>The script contains the following commands:<br><br>#!ipxe<br>  <br>kernel http://69ddwrt.no-ip.org:54321/tftpboot/Boot/wimboot<br>initrd http://69ddwrt.no-ip.org:54321/tftpboot/Boot/bootmgr.exe          <br>initrd http://69ddwrt.no-ip.org:54321/tftpboot/Boot/BCD         <br>initrd http://69ddwrt.no-ip.org:54321/tftpboot/Boot/boot.sdi    <br>initrd http://69ddwrt.no-ip.org:54321/tftpboot/Boot/x86.wim <br>boot<br><br>And then...when everything looks to work after the loading wimboot message it appears:<br><br>"CPIO bad magic <br>Could not extract initrd image files"<br><br>And an error code.<br><br>Could you please help me with this stuff?<br><br>Any help would be appreciated.<br><br>Best regards.<br><br><br>                                        </div></body>
</html>