计算机|系统
黑苹果安装中无USB键盘问题之解决办法
来源:易厚信息咨询     阅读:2345
网站管理员
发布于 2020-07-13 00:12
查看主页

If you use a PS/2 keyboard or a laptop (which usually have PS/2 interface) the Setup Assistant will ask you to connect an USB keyboard, just plug one to pass this check, then you can unplug it and keep using the PS/2 one. If you don't have an USB keyboard around you can edit /System/Library/CoreServices/Setup Assistant.app/Contents/Info.plist and remove the lines

Code:

<string>DeviceSection</string>
<string>KeyboardTypeSection</string>


Boot using -s (single user) and run

Code:

mount -uw /
vi /System/Library/CoreServices/Setup Assistant.app/Contents/Info.plist


Position the cursor on the line to be removed and type dd. Repeat for the other line. Type :wq [enter] and reboot.


免责声明:本文为用户发表,不代表网站立场,仅供参考,不构成引导等用途。 计算机|系统 SYSTEM|MAC
相关推荐
看不见的革命:苹果黑科技 APFS 文件系统
爱剪辑之16.如何快速添加、截取、删除音频
爱剪辑之4.如何实现画面定格
黑苹果DSDT屏蔽独显方法教程整理
Linux 基础知识以及基本命令操作