-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filename requirements should be documented #11
Comments
This is documented at https://ipxe.org/wimboot#injected_files. As of commit 1f974a4 (in the 2.7.1 release) they will be used even if loaded after the
True. The documentation at https://ipxe.org/wimboot#injected_files does already say "These files will appear within the X:\Windows\System32 directory"
Yes, it's probably worth documenting these naming requirements.
This is an iPXE bug - I can reproduce it without wimboot using a Linux kernel. Good catch!
Not sure what you mean by this one, sorry - could you clarify? Thanks! |
I hope the custom script naming notes can help someone in the future. It all seems fairly straightforward to me now, but was a lot to figure out when I had just started using iPXE and wimboot and I didn't know whether I was making mistakes or running into bugs when files weren't loading properly in one environment or the other.
I wrote these quite a long time ago now... I think this was just saying that the required args for BIOS are ignored when in UEFI mode and the required args for UEFI are ignored when in BIOS mode, and that they don't conflict with each other. Probably an unnecessary note after the previous more specific information. |
Now fixed in commit ipxe/ipxe@8446a439b |
Makes sense, thanks. I'll keep this open as an issue for me to add a file-naming section to the documentation. |
Thank's |
This is correct. Files are placed into If you need files moved elsewhere, inject a batch file that copies the files to the required locations after WinPE starts up. |
When I first started setting up
wimboot
2.6, I noticed and documented some quirks, mainly about using custom scripts in consistent way for a dual Legacy BIOS and UEFI usage. I don't think any of these are serious bugs, but it is stuff that I had to discover with trial and error because it was undocumented or unclear in the documentation. Sorry if any of these are actually documented, I may have just rewritten a few things to be clear reminders in my face in the future if editing mywimboot
config.Since it looks like
wimboot
is now back in a development phase, I thought I would share these notes in case any of them seem worth addressing, or at least officially documenting as standard behavior.I am not sure if any of these behaviors have already changed after version 2.6 since my current config works on 2.7.1 and I have not retested all these things to try to my break
wimboot
or my loading of custom scripts.Notes about adding custom script files and naming:
This one is probably the most like an actual bug and was discovered when adding an empty flag file to put my own install script into a "testing mode" with extra debug logging:
Notes about
.wim
,BCD
, andboot.sdi
files:Please let me know if you need any clarification or examples about any of these notes.
The text was updated successfully, but these errors were encountered: