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

add windows section to exist/os #13

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

Conversation

luvaihassanali
Copy link

  • 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)

Copy link
Member

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.

Copy link
Author

@luvaihassanali luvaihassanali Nov 9, 2021

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
Copy link
Member

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.

Copy link
Member

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. ^

Copy link
Author

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.

Copy link
Member

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).

Copy link
Author

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.
Copy link
Member

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.

Copy link
Author

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)

Copy link
Member

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.

Copy link
Author

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

@luvaihassanali
Copy link
Author

@midi1996 I have edited based on your suggestions. Thank you

@ismail1234j
Copy link

Can someone add this

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.

3 participants