最近几天在研究安装黑苹果,要安装 macOS Catalina 系统。
这就涉及到了搭建 opencore 会恢复 U 盘,但是到了 gibMacOS 软件的 MakeInstall 制作恢复 U 盘的时候,出现错误。在 github 咨询软件开发者,他回复道:
In order to properly format the device ahead of time, you'll need 2 partitions. The first should be a 200 (or so) MB FAT32 partition, this is where the EFI will reside. The second needs to be a RAW partition of a size large enough to hold the HFS+ image for the recovery environment (usually 1GB or more). It is important that it is a RAW partition, as MakeInstall uses dd to write the contents of the BaseSystem.dmg to the partition - and Windows cannot natively read/write HFS+ - so it needs a blank canvas per se for that data.
-CorpNewt
我问题来了,第一个 200MB 分区很容易创建,但是使用 diskgenius 却找不到如何创建“RAW 分区”选项,大家是如何创建这种分区呢?
1
guisheng 157 天前 via iPhone
黑果小兵 直接写 U 盘
|
2
yyzh 157 天前 via Android
🤔原来黑果那么麻烦的么? 白的下载好 dmg 在 windows 下直接用 balenaEtcher 就做好系统安装盘了
|
4
msg7086 157 天前
RAW 分区就是没有格式化的空分区。你随便创建一个 HFS 分区然后不要格式化就行了。
|
6
ysc3839 157 天前 via Android
磁盘工具新建即可
|