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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion empty/diffdisk.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ Things to keep in mind:
- If the above happens, disable/disconnect all the other disks and install windows as you would normally do
- For laptops this can be a pain, you can install windows manually by following [this guide from TenForums](https://www.tenforums.com/tutorials/84331-apply-windows-image-using-dism-instead-clean-install.html)
- Make sure you choose the proper disk
- If your Windows install image was made in Mac or Linux using FAT32 filesystem, you will have had to split the install.wim file into two or more .swm files. This means that the command given in the above guide for applying the install.wim image will not work. When the guide tells you to run `dism /Apply-Image` et cetera, instead run `dism /Apply-Image /imagefile:C:\Sources\install.swm /swmfile:C:\Sources\install*.swm /index:1 /ApplyDir:E:\` replacing the drive letters and index with appropriate values.
- Alternatively, use exFAT on your install.wim and have OpenCore load the ExFatDxe driver.
- You can still refer to other situations if you want to dualboot more than one OS on one of the disks.
- Make sure that OpenCore is on the same disk of macOS for easier troubleshooting and cleaner setup
- Make sure that OpenCore is on the same disk of macOS for easier troubleshooting and cleaner setup