Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sanboot problems.
2013-09-27, 08:46
Post: #3
RE: sanboot problems.
For the wimboot method:
Mount your ISO file (Virtual Disk or similar). You will find the wim file in the "sources" directory. Your file size will be little below 600MB. Copy the files including fonts (for error messages) and bootmgr to your Web- or TFTP Server.
Config file for HTTP download.
Code:
    #!ipxe
    dhcp net0 && echo IP address: ${net0/ip} ; echo Subnet mask:${net0/netmask}
    kernel http://NNN.XXX.YYY.ZZZ/wimboot/wimboot
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/win8_1/bootmgr bootmgr
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/bcd bcd
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/fonts/segmono_boot.ttf segmono_boot.ttf
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/fonts/segoe_slboot.ttf segoe_slboot.ttf
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/fonts/segoen_slboot.ttf segoen_slboot.ttf
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/fonts/wgl4_boot.ttf wgl4_boot.ttf
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/Boot/boot.sdi boot.sdi
    initrd http://NNN.XXX.YYY.ZZZ/wimboot/win7pe_x86/sources/Boot.wim Boot.wim
    boot
I'd be very interested in your results as I could not get these large WIM files to work. Take a look here: wimboot Custom WIMs
Unfortunately nobody ever replied to my request here or in the iPXE devel mailing list. Sad
I'm very interested if large WIM files work for anybody.
The only way I could get these large files to work was the memdisk method.
Config file for HTTP download:
Code:
#!ipxe
       set download-url http://NNN.XXX.YYY.ZZZ
       dhcp net0 && echo IP address: ${net0/ip} ; echo Subnet mask:${net0/netmask}
       initrd ${download-url}/win7pe/win7pe_x86.iso
       chain ${download-url}/syslinux/memdisk iso raw
Of course you need to correct the file locations...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
sanboot problems. - sebastian - 2013-09-26, 13:44
RE: sanboot problems. - mcb30 - 2013-09-26, 14:48
RE: sanboot problems. - Nostradamus - 2013-09-27 08:46
RE: sanboot problems. - sebastian - 2013-10-07, 09:33
RE: sanboot problems. - robinsmidsrod - 2013-10-12, 11:20
RE: sanboot problems. - sebastian - 2013-12-09, 12:19



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