Skip to content
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

Correct error in linked guide #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

brandazzle
Copy link

Because of the need to split the install.wim file when making a Windows ISO drive, the command given in the linked guide requires some correction. The rest of the guide is accurate.

Because of the need to split the install.wim file when making a Windows ISO drive, the command given in the linked guide requires some correction. The rest of the guide is accurate.
@vit9696
Copy link

vit9696 commented Jan 12, 2022

You can use /FileSize argument instead. See this article for more details: https://www.dell.com/support/kbdoc/ru-ru/000127789/windows-10-iso-contains-wim-file-that-is-big-for-fat32-file-system?lang=en#Split. Can you update the changes?

You can also use ExFat, as long as ExFat driver is provided by OpenCore.

Add details on how to user ExFAT filesystem to avoid the install file splitting problem
@brandazzle
Copy link
Author

That Dell page details how to split the install.wim file, not how to install the split file. I have added the ExFAT info to the guide.

@vit9696
Copy link

vit9696 commented Jan 15, 2022

@brandazzle your "file into two .swm files" is not correct, because you may have to split the file wim file into more than two files if the original is over 8 GB. The Dell website suggests a more adequate command (through /FileSize:4000), which splits into as many files as necessary, that's why I want the dism command here to change.

Fix Apply-Image command for more than two .swm files
@brandazzle
Copy link
Author

@vit9696 I'm sorry for the misinterpretation. Thank you for correcting my error; I have updated the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants