[ipxe-devel] adding *dynamicly* files in wimboot possible?

James A. Peltier jpeltier at sfu.ca
Wed Aug 14 15:38:31 UTC 2013


----- Original Message -----
| Hi list,
| 
| Im using wimboot in conjunction with ipxe, which runs pretty fine
| here.
| At the moment Im adding network driver etc. into the boot.wim-file
| via
| linux imagex-tool by "mountrw" option and  "unmount --commit" after
| adding as described in the tutorial.
| 
| Thats imho not the best way, because i have to create a new
| boot.wim-file every time the need of files changes, so there are more
| and more boot.wim-files on my disk.
| 
| Is the a possibility to add file in the wimboot-process dynamicly? Im
| not so deep in the code, but i think in a way like the overlays in
| partedmagic-pxe way. So i.e. i could load at boottime an addittional
| file name drivers.wim via initrd. But how do i get access to these
| files
| from winpe? Is this possible? Which format must have the additional
| file
| in this case?
| 
| Any hints would be great!
| 
| TFH!
| Oliver

Once the driver has been added to the wimboot file you never have to add the driver again.  Why is it that you're trying to do this each time the system is booting?  Now, granted there are limits to the number of drivers that you can inject into the wim file, but that's a much easier problem to script.

-- 
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax     : 778-782-3045
E-Mail  : jpeltier at sfu.ca
Website : http://www.sfu.ca/itservices

“A successful person is one who can lay a solid foundation from the bricks others have thrown at them.” -David Brinkley via Luke Shaw



More information about the ipxe-devel mailing list