不用再改/etc/hosts文件重定向IP地址了。
将strTo改为重定向的IP地址就可以了。
人,技术,生活。
Make a bootable disk.
1 | sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume |
Reboot the guest vm from this bootable disk.
1 | BIOS -> EFI VMware Virtual SATA Hard Drive (2.0) |
In recovery mode, we can switch off virtual memory.
1 2 3 4 5 | csrutil disable #after reboot cd /System/Volumes/VM/ sudo mkdir swapfile0 swapfile1 swapfile2 swapfile3 swapfile4 swapfile5 sysctl vm.swapusage |
refer to:
chrisleat
https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-boot-into-recovery-partition-on-macOS-11-Big-Sur/m-p/2298420#M139994
https://support.apple.com/en-us/HT201372
https://www.dazhuanlan.com/cossacks/topics/1189622