1)AMD from 10.9.3 to 10.9.4

refs:

http://hackintosh.zone/hackintosh-topic/3399-amd-update-from-1093-to-1094/

2)AMD kernel 升级

refs:

http://hackintosh.zone/page/osx86.html/hackintosh/articles/os-x-1092-update-released-r24/

AMD Users must follow the above step but before that
download this kernel : Mac OS X 10.9.2 AMD Kernel
rename it as mach_kernel.bak place it in root of your OS X Volume
when it restarts use the chameleon bootl flag to boot: mach_kernel.bak -v
after that remove mach_kernel in the root and rename mach_kernel.bak as mach_kernel

3)10.9.5 Combo update

refs:

http://hackintosh.zone/hackintosh-topic/4391-msi-z87-g45-gaming-and-how-i-did-to-make-it-work-with-mac-os-x-and-update-it-to-1095/

 
10.9.5 - This one is tricky, updates kernel and renders system useless unless done as below.
  • Run Terminal window and the login as root user by entering following command.
    sudo -i
  • Make a copy of the kernel.
    cp /Volumes/NameOf YourSystemVol/mach_kernel /Volumes/NameOf YourSystemVol/mach_kernel_ok
  • Make a copy of Extensions folder.
    cp -R /Volumes/NameOf YourSystemVol/System/Library/Extensions /Volumes/NameOf YourSystemVol/System/Library/Extensions_ok
  • Install update and upon reboot, insert installation DVD or thumbdrive with following boot parameters.
    xpcm-free -v
  • Go through the first installation step without doing anything, open up Terminal via the menu.
  • Run following commands to restore working kernel and extensions.
    mv /Volumes/NameOf YourSystemVol/mach_kernel /Volumes/NameOf YourSystemVol/mach_kernel_bad
    cp /Volumes/NameOf YourSystemVol/mach_kernel_ok /Volumes/NameOf YourSystemVol/mach_kernel
    mv /Volumes/NameOf YourSystemVol/System/Library/Extensions /Volumes/NameOf YourSystemVol/System/Library/Extensions_bad
    mv /Volumes/NameOf YourSystemVol/System/Library/Extensions_ok /Volumes/NameOf YourSystemVol/System/Library/Extensions
  • Remove DVD and restart system, add following as boot parameters at the Niresh boot screen if needed.
    -x -v -f
  • Use Kext Wizard to repair permissions and rebuild cache.
  • Restart again and you should be up and running.
  • Now you can remove the bad kernel and extensions folder, they are not needed anymore.
Extra fun things to know
Disable .DS_Store files poluting network drives.
  • Open Terminal and run following command.

    defaults write com.apple.desktopservices DSDontWriteNetworkStores true

Thanks again and i hope someone else have use for how i did.  

Update: Thanks to madthinker for pointing out some question marks in this guide, added sections are marked with green above.

改成old后会重新生成?
/System/Library/Extensions/RemoteVirtualInterface.kext/
AppleUSBEthernetHost.kext.old    
AppleMobileDevice.kext

一年一折腾,今年二折腾相关推荐

  1. Core Linux折腾(二)

    为什么80%的码农都做不了架构师?>>>    目录 Core Linux折腾(一)[一] Core Linux折腾(一)[二] Core Linux折腾(二) Core Linux ...

  2. 小米路由器青春版装linux,比较费心的折腾 篇二:小米路由器青春版折腾负载均衡...

    比较费心的折腾 篇二:小米路由器青春版折腾负载均衡 2020-06-04 11:00:23 3点赞 10收藏 8评论 创作立场声明:本文的核心目的是对于比较久远的硬件进行折腾,提及的软件可以在官网.软 ...

  3. nas安装emby_[Troy]瞎折腾 篇二:黑群晖安装Emby教程—Emby Server无法启动怎么办

    [Troy]瞎折腾 篇二:黑群晖安装Emby教程-Emby Server无法启动怎么办 2018-12-14 18:13:27 8点赞 181收藏 90评论 你是AMD Yes党?还是intel和NV ...

  4. NAS折腾系列二:番外篇之瘦客户机+DoraOS实现远程办公

    目录 一.缘起DoraOS 二.远程办公方案对比 三.DoraOS简单介绍 四.瘦客户机选购 五.安装DoraOS云桌面系统 六.Windows+DoraOS双系统安装 七.DoraOS常见问题 八. ...

  5. MySql折腾小记二:text/blog类型不允许设置默认值,不允许存在两个CURRENT_TIMESTAMP...

    2019独角兽企业重金招聘Python工程师标准>>> 在 CYQ.Data 数据框架的反向工程中,遇到MySQL的问题又2个,记录下先. 1:对于时间的默认值,为:CURRENT_ ...

  6. Xposed折腾笔记(二)-微信骰子我做主

    翻阅了一些资料,也来折腾下微信骰子 0x01 定位随机函数 这里也只是猜测,看到大佬的文章说可能用到Radnom函数,因此本次的思路便是Hook所有的Random函数,然后发送骰子,查看调用堆栈信息, ...

  7. 技术人的折腾(二)-缺少的东西,你迟早要补起来

    听到过很多搞技术的人说要转型,也听到过关于IT中的一些传言.这些年以后,自己也一直不断的在IT路上摸索,体会.有过彷徨,迷失,心寒!   虽然我常常听到很多的人(包括我自己)说搞技术的人很苦逼.但是不 ...

  8. 小米路由器3 挂载U盘 实现磁盘扩展 并获取写入权限 (openwrt折腾之一)

    目录 插入U盘后,使用`df -h`查看挂载位置 使用`mount /dev/sda5 /mnt`将U盘根目录挂载至/mnt目录. 在**mnt目录**下新建多个文件夹并复制原系统中文件夹的内容. 使 ...

  9. LDAP目录服务折腾之后的总结

    前言 公司管理员工信息以及组织架构的后台系统要和Active Directory目录服务系统打通,后台系统使用PHP开发, 折腾了二十多天,终于上线了,期间碰到过各种疑难问题,不过总算在GOOGLE大 ...

最新文章

  1. redis常用命令getex_Redis 常用命令篇(末尾含不常用)
  2. 常用于页面交互的JavaScript的一些技巧分析
  3. 解决Docker容器中无法使用vim命令
  4. doapk+java环境_JD-GUI使用方法JD-GUIjava反编译工具下载(支持X64位的系统) v1.5 最新版 - java反编译工具中文下载_数码资源网...
  5. Redis-配置文件
  6. Python:暴力破解密码
  7. 修改服务器域名解析,总结修改Godaddy解析服务器(DNS)三步骤
  8. 超赞的新浪短网址链接生成器推荐(附t.cn短链接缩短api接口)
  9. @ 剑指offer(python)最小的k个数
  10. 激活DataGrip
  11. 解决MySQL5和8的成绩排序问题
  12. 区块链公司依靠电信主网颠覆汇款行业
  13. Android国外学习资源汇总
  14. c语言实现灰度图转换
  15. Ubuntu boot menu
  16. 简化真值表(根据表绘制电路)
  17. 如何构建一个在线绘图工具:Feakin 是如何设计与构建的?
  18. 1752年9月为什么少了11天
  19. docker下redis容器清理缓存
  20. [蓝牙 Mesh Zephyr]-[003]-加入 Mesh 网络

热门文章

  1. win10电脑不显示手机连接服务器失败,win10连接不上手机热点的详细处理办法【图文】...
  2. java开发mac pro_U1S1,这个提取人声/歌曲伴奏的小工具很好用 Neural Mix | Mac软件天堂...
  3. 积分球高漫反射内表面涂层
  4. android rgb数组,Android 下 RGBA 转 ARGB
  5. 从Google崇拜论看西方智慧
  6. 你在意自己拿多少钱吗?
  7. 玩switch游戏——马里奥·奥赛德——的发现
  8. 怎样选择结婚对象(正常人)
  9. 教您使用IntelliJ IDEA键盘快捷键~
  10. [ C++ ] — 拷贝构造函数(复制构造函数)