-
Notifications
You must be signed in to change notification settings - Fork 46
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
add windows section to exist/os #13
base: master
Are you sure you want to change the base?
Conversation
luvaihassanali
commented
Nov 5, 2021
- create separate pages for Linux/Windows sections (exist/linux.md and exist/windows.md)
- add content to windows.md
- update sidebar to reflect new pages
Once there is enough free space after the EFI partition, extend it to at least 200MB. | ||
|
||
![Gparted resize EFI](../images/ex-os/resize_efi_gparted.png) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend against Gparted when dealing with ntfs, you can use Minitool or other known tools to do the same thing and they support ntfs from the OS, which is safer than using linux's ntfs driver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed mention of Gparted and updated screenshots to Minitool instead
exist/windows.md
Outdated
|
||
![Gparted shrink Windows](../images/ex-os/shrink_windows_gparted.png) | ||
|
||
## Create new exFAT partition |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change title to Create new partition for macOS
If you have other drives you intend to use between both operating systems, now is a good time to format them too. Don't forget to unplug the other drives before proceeding with the macOS installation. | ||
|
||
If you moved partitions around, verify your Windows installation is still functioning before proceeding. If you cannot boot into Windows, restore your backup and try again using a reputable partition manager. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment about using gparted on ntfs. ^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed mention of Gparted
![Windows mount efi 2](../images/ex-os/mount_efi_windows_b.png) | ||
|
||
Plug your OpenCore USB in and copy contents of Open Core USB EFI into the mounted EFI partition. In File Explorer, you can see the EFI partition but will not be able to access it. An easy workaround is to just use [Explorer++](https://explorerplusplus.com/download). Right click and select Run as administrator to read and write to the EFI folder. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add diskpart
steps as the preferred method, instead of minitool (in case the user did not use minitool or chose not to).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied
bcdedit /set {bootmgr} path \EFI\OC\OpenCore.efi | ||
``` | ||
|
||
After this is complete, do a reboot of the system. If the OpenCore picker shows, then you can skip the next section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to the next section and remove it from this part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied
Add a boot entry to the path `EFI/OC/OpenCore.efi`. Verify that this entry has priority over Windows in the boot order. | ||
|
||
![Bios add entry 3](../images/ex-os/bios_add_entry_c.png) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not apply for a majority of devices, use shell, efibootmgr
, Bootice
(https://github.com/corpnewt/gibMacOS/blob/master/Scripts/BOOTICEx64.exe) or similar tools. Most of them will work for many devices (especially laptops that do not have adding entries to BIOSes), also the UI and menu names will differ wildly with different OEMs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed BIOS screenshots and add reference to tools mentioned
@midi1996 I have edited based on your suggestions. Thank you |
Can someone add this |