Giter Club home page Giter Club logo

Comments (9)

benbaker76 avatar benbaker76 commented on July 18, 2024

Is it shown in Hackintool? Can you take a screenshot?

from hackintool.

SkipG avatar SkipG commented on July 18, 2024

from hackintool.

benbaker76 avatar benbaker76 commented on July 18, 2024

Is it an EFI parition because it should be in the top list if it is?

from hackintool.

SkipG avatar SkipG commented on July 18, 2024

from hackintool.

SkipG avatar SkipG commented on July 18, 2024

from hackintool.

benbaker76 avatar benbaker76 commented on July 18, 2024

How did you create your EFI partition? To be identified as EFI in Hackintool the media content UUID needs to be "C12A7328-F81F-11D2-BA4B-00A0C93EC93B". Microsoft Reserved is "E3C9E316-0B5C-4DB8-817D-F92DF00215AE".

You can use diskpart in Windows with the following command to create an EFI parition:

create partition efi size=200
format quick fs=fat32 label="System"

from hackintool.

SkipG avatar SkipG commented on July 18, 2024

from hackintool.

benbaker76 avatar benbaker76 commented on July 18, 2024

I dual boot Windows and macOS and this is how I created my partitions:

1. Run Windows Setup
2. Press Shift+F10 for Command Prompt
3. Run 'diskpart'
4. Run the following commands:
list disk
select disk #
clean
convert gpt
5. Create UEFI system partition (ESP). Type the following:
create partition efi size=200
format quick fs=fat32 label="System"
6. Create MSR partition. Type the following:
create partition msr size=128
7. Exit diskpart and select the empty partition and select New
8. Reboot into macOS
9. Run Disk Utility
10. Split the partition in half
11. Install macOS in the first partition
12. Install Windows 10 in the second partition

from hackintool.

SkipG avatar SkipG commented on July 18, 2024

from hackintool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.