-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Non-bootable Windows ISOs #27
Comments
Thanks! I will test as soon as I have the opportunity |
Some thoughts on expanding this to fit in with the existing Windows ISO configuration file: Grub has the
If script tests for the existence of the following files within
or
then boot the WIM, else extract from the ISO as per OP. |
Not sure how to look inside the This is untested: Then one script can do both:
|
As far as I know this is handled by wimboot.
Unfortunately, it doesn't work that way. From GRUB there is no access to the wim image. |
Is see, so my original approach for now. If I get time then shall look at wimboot code and see if it is possible to make a grub module to list wim file content. |
I was trying to create a pull request and somehow failed...
63781e0
Added the ability to boot Windows PE ISO files that require locations of boot files to be specified ie Symantec_Ghost_BootCD_12.0.0_Win11_x64.iso and others.
See the commit message for addition info. Feel free to cherry pick whatever you like.
The text was updated successfully, but these errors were encountered: