-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: add a "Post Install" section and a technical notes file
- Loading branch information
1 parent
7c367fd
commit b07801a
Showing
2 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Technical Notes | ||
|
||
#### Technical Note: Installation > GUID Format | ||
|
||
You can see the format of a drive via the terminal using `diskutil list`. If your `/dev/disk<n>` is not listed as `GUID_partition_scheme` you can use the command line `diskutil eraseDisk /dev/disk<n> GPT JHFS+` to re-format and erase it as GUID partitioned. (See [GPT terminology in dortania](https://dortania.github.io/OpenCore-Install-Guide/terminology.html)) | ||
|
||
#### Technical Note: Installation > Serial Numbers | ||
|
||
You can use CloverConfigurator to generate unique serial numbers for: | ||
|
||
- MLB | ||
- SystemSerialNumber | ||
- SystemUUID | ||
|
||
The reason you want unique serial numbers is so that things like iMessage recognize your hackintosh as a valid Mac and the tool will function. For details see this guide: [an idiots guide to iMessage](https://www.tonymacx86.com/threads/an-idiots-guide-to-imessage.196827/) |