This commit is contained in:
Nofated 2021-06-09 11:21:00 +08:00
parent d05983dc95
commit efe8ec6749
5 changed files with 5704 additions and 19 deletions

1
.deploy_git Submodule

@ -0,0 +1 @@
Subproject commit 56a73604f163348d378d25cecb34d10614c5ea2f

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
public
.DS_Store

File diff suppressed because one or more lines are too long

5684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ Wi-Fi 问题完美解决。
{% raw %}<article class="message is-success"><div class="message-body">{% endraw %}
特别鸣谢
- [青瓷妈妈的文章](https://zhuanlan.zhihu.com/p/335640700)
- [sysin 的文章](https://sysin.org/article/install-macos-11-on-unsupported-mac/)
本文基础系统为 macOS Mojave 10.14.6
{% raw %}</div></article>{% endraw %}
@ -25,12 +26,6 @@ Wi-Fi 问题完美解决。
>感谢该网站的分享。从注册到下载全部免费并且不需要任何什么公众号等。可以直接直链下载。
## 创建新分区(可选)
![](https://pic.rmb.bdstatic.com/bjh/f88b2dc2331bc2ebb68742660164d8de.png)
选择合适分区大小并设置为 APFS 格式。
## 创建启动U盘
### U盘格式化
@ -48,4 +43,30 @@ Wi-Fi 问题完美解决。
``` bash BASH
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/upan
```
```
将下载好的 big-sur-micropatcher 解压并进入到目录
``` bash BASH
sudo bash micropatcher.sh /Volumes/Install\ macOS\ Big\ Sur
sudo bash install-setvars.sh /Volumes/Install\ macOS\ Big\ Sur
```
## 安装
开机,并按住 option 键。在 SSD 硬盘基础上此时会出现两个图标
![首先从 EFI Boot 启动](https://pic.rmb.bdstatic.com/bjh/e8661852879d020950f9478737049503.jpeg)
会出现黑屏,并且自动关机。此时重新启动电脑并按住 option 键,进入 Install macOS Big Sur 并按照常规进行安装。
## 修复
安装完成之后,进入桌面可能会出现无法识别网络的情况,除非使用的是 Late 2013 iMac 或者更换了 802.11ac 网卡的机型,现在已经可以正常使用。
如果无线网卡无法正常识别工作,打开终端
``` bash BASH
sudo sh /Volumes/Install\ macOS\ Big\ Sur/patch-kexts.sh
```
重新启动无线网卡就正常了。
![附我安装成功的截图](https://pic.rmb.bdstatic.com/bjh/1fc560349e0796a2cfb087062339bc5c.png)