iPXE discussion forum

Full Version: wimboot - reach initrd image inside WinPE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Boot WinPE via wimboot like this:
Code:
#!ipxe
  kernel wimboot
  initrd boot/bcd         BCD
  initrd boot/boot.sdi    boot.sdi
  initrd sources/boot.wim boot.wim
  initrd /scripts/dosomething.aspx somedata.dat
  boot
Can I get the contents of somedata.dat inside WinPE? Somehow?
Is there any method to achieve this?
Reference URL's