Install macOS High Sierra on Any Supported Intel-based PC
1.准备制作安装盘前的准备https://www.tonymacx86.com/threads/unibeast-install-macos-high-sierra-on-any-supported-intel-based-pc.235474/
2.tonymacx中的第二步需要如下操作
查看u盘信息
1 diskutil list 2 /dev/disk0 (internal, physical): 3 #: TYPE NAME SIZE IDENTIFIER 4 0: GUID_partition_scheme *120.0 GB disk0 5 1: EFI EFI DRIVER 313.5 MB disk0s1 6 2: Apple_APFS Container disk1 119.7 GB disk0s2 7 8 /dev/disk1 (synthesized): 9 #: TYPE NAME SIZE IDENTIFIER 10 0: APFS Container Scheme - +119.7 GB disk1 11 Physical Store disk0s2 12 1: APFS Volume Mac OS 10.12.6 52.4 GB disk1s1 13 2: APFS Volume Preboot 20.5 MB disk1s2 14 3: APFS Volume Recovery 506.6 MB disk1s3 15 4: APFS Volume VM 2.1 GB disk1s4 16 17 /dev/disk3 (external, physical): 18 #: TYPE NAME SIZE IDENTIFIER 19 0: FDisk_partition_scheme *8.1 GB disk3 20 1: Apple_HFS USB 8.1 GB disk3s1
对u盘格式化和分区
1 sudo diskutil partitionDisk /dev/disk3 GPT JHFS+ USB R 2 Started partitioning on disk3 3 Unmounting disk 4 Creating the partition map 5 Waiting for partitions to activate 6 Formatting disk3s2 as Mac OS Extended (Journaled) with name USB 7 Initialized /dev/rdisk3s2 as a 7 GB case-insensitive HFS Plus volume with a 8192k journal 8 Mounting disk 9 Finished partitioning on disk3 10 /dev/disk3 (external, physical): 11 #: TYPE NAME SIZE IDENTIFIER 12 0: GUID_partition_scheme *8.1 GB disk3 13 1: EFI EFI 209.7 MB disk3s1 14 2: Apple_HFS USB 7.8 GB disk3s2
3.pc上硬盘在使用前使用DiskGenius让分区删除,然后让mac格式化硬盘(GUID),不需要自己手动创建Esp的Efi分区.
4.使用MultiBeast的时候最好是将MultiBeast复制进本地系统然后,Build&Install驱动,避免安装芯片组驱动的时候Usb断开,断开后U盘、键盘、鼠标全部会挂掉.
系统在AppStore下载
工具下载链接:https://pan.baidu.com/s/1Lo-YgL8g8uKDGf60euXhJQ 密码:vrrw
相关连接
RehabMan:https://bitbucket.org/RehabMan/
AppleHDA HDMI Audio [Guide] : https://www.tonymacx86.com/threads/applehda-hdmi-audio-guide.234735/
toleda: https://github.com/toleda
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 通过 API 将Deepseek响应流式内容输出到前端
· AI Agent开发,如何调用三方的API Function,是通过提示词来发起调用的吗