Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wimboot Custom boot.wim
2013-09-10, 16:44
Post: #5
RE: wimboot Custom boot.wim
Hi,

I am facing exactly the same problem as yvkr.
WIM files below a size of 330MB boot fine using wimboot V1.0.3 from a fresh compile of today's git clone (same with included wimboot in the ZIP). Larger WIM files result in the 0xc0000017 status.
All files boot fine using wdsnbp chainloaded via pxelinux.
I chainload ipxe.pxe renamed to ipxe.0 via pxelinux for testing - and fail...

pxelinux cfg (snippet):
Code:
LABEL ipxe
  MENU LABEL ^iPXE SAN Boot
    KERNEL ipxe/ipxe.0

boot.ipxe assigned via dhcpd.conf (snippet)
Code:
    if exists user-class {
        if option user-class = "iPXE" {
            filename "http://xxx.xxx.xxx.xxx/boot.ipxe";
            }
            else if option user-class = "gPXE" {
            filename "http://xxx.xxx.xxx.xxx/boot.gpxe";
            }
    }

boot.ipxe (snippet):
Code:
#!ipxe

kernel wimboot/wimboot
initrd wimboot/bootmgr                       bootmgr
initrd wimboot/boot/bcd                      BCD
initrd wimboot/boot/fonts/segmono_boot.ttf   segmono_boot.ttf
initrd wimboot/boot/fonts/segoe_slboot.ttf   segoe_slboot.ttf
initrd wimboot/boot/fonts/wgl4_boot.ttf      wgl4_boot.ttf
initrd wimboot/boot/boot.sdi                 boot.sdi
initrd wimboot/sources/boot.wim              boot.wim
boot wimboot

Did anybody find a solution yet?

Best regards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
wimboot Custom boot.wim - yvkr - 2012-10-11, 15:50
RE: wimboot Custom boot.wim - Sha0 - 2012-10-11, 18:30
RE: wimboot Custom boot.wim - yvkr - 2012-10-12, 08:13
RE: wimboot Custom boot.wim - Nostradamus - 2013-09-10 16:44
RE: wimboot Custom boot.wim - ssd - 2013-10-02, 04:51
RE: wimboot Custom boot.wim - ssd - 2013-10-07, 15:04
RE: wimboot Custom boot.wim - ssd - 2013-10-16, 05:41



User(s) browsing this thread: 1 Guest(s)