Loading [MathJax]/jax/output/CommonHTML/config.js
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >黑苹果安装日记

黑苹果安装日记

作者头像
阿新
发布于 2018-04-12 02:34:21
发布于 2018-04-12 02:34:21
1.2K0
举报
文章被收录于专栏:c#开发者c#开发者

Haswell Early Reboot

I removed 1 memory stick, and disable some CPU configurations from bios like Max CPU lock feature.

Then next bootflags worked for me:  /haswell GraphicsEnabler=No IGPEnabler=Yes npci=0x3000 ig-platform-id=0x0D220003  PCIRootUID=1

I have installed Yosemite everything works well but it hangs if i put back to place it 4GB again.

Thank's guys problem been in my BIOS becouse i don't know to must off my integrated graphics with procesor , when i turn off her and take a boot flags : /haswell GraphicsEnabler=No -v - worked for me. Instalation Success and my Smile 

 Nice Yosemite on my Hackintosh 

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2015-04-07 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
手把手教你安装黑苹果之openCore-0.6.3 EFI制作全过程,非常详细
这篇文章主要是记录自己动手安装Big Sur在过程,和心理。略显繁琐,请自行跳跃观看。
全栈程序员站长
2022/09/12
24.4K0
手把手教你安装黑苹果之openCore-0.6.3 EFI制作全过程,非常详细
业界 | 论 AI 如何一本正经地胡说八道
雷锋网 AI 科技评论按:上一篇文章中我们简单介绍了 OpenAI 的新语言模型 GPT-2,它虽然没有什么技术上的突破,但是依靠超大的参数规模和训练数据,无监督训练后生成/续写文本的效果非常好,简直以假乱真。
AI研习社
2019/05/07
7480
业界 | 论 AI 如何一本正经地胡说八道
写给前端程序员的英文学习指南
达达前端技术社群:囊括前端Vue、JavaScript、数据结构与算法、实战演练、Node全栈一线技术,紧跟业界发展步伐,一个热爱前端的达达程序员。以下写给程序员的英文学习指南,每天看一遍。
达达前端
2020/10/10
1.2K0
写给前端程序员的英文学习指南
软件开发入门论文《没有银弹》英文原版:No Silver Bullet|Essence and Accident in Software Engineering
University of North Carolina at Chapel Hill
社区小番茄
2023/04/24
1.6K0
Talk to Anders about C#
Chapter 13 of the book Masterminds of Programming
极客中心
2021/03/23
4740
Simulate a Windows Service using ASP.NET to run scheduled jobs
Introduction How to run scheduled jobs from ASP.NET without requiring a Windows Service to be instal
阿新
2018/04/12
1.4K0
Paul Graham:梦寐以求的编程语言
这是一篇2001年发表的博文,距今超过10年。但是,好的文章是不会随时间流逝而贬值滴。 作者 Paul Graham 是硅谷大牛。对许多问题(包括:编程技术、管理、创业)都有独到见解。 本文描绘了他心目中理想的编程语言,供大伙儿参考。 提醒一下:文中提及的“黑客”,是广义的。不要一提到黑客,就以为是网络入侵者。
一个会写诗的程序员
2018/08/20
1K0
Talking Head Anime from a Single Image将人脸表情移植到动漫表情中
原文地址https://pkhungurn.github.io/talking-head-anime/
水球喵子
2020/03/20
3K0
Talking Head Anime from a Single Image将人脸表情移植到动漫表情中
Ubuntu_ROS中应用kinect v2笔记
http://www.ros.org/news/2014/09/microsoft-kinect-v2-driver-released.html
zhangrelay
2019/01/23
2.9K0
新的Feren OS做得更好
Feren OS现在是围绕UbuntuLinux18.04和KDE Plasma桌面而不是LinuxMint构建的。肉桂桌面版可能在今年晚些时候退役。
柴艺
2021/01/15
2.3K0
围绕Kubernetes的流行开源工具建立业务
当你试图在构建为社区带来大量价值的开源工具和经营成功的商业业务之间把握好界限时,你必须把很多事情做好。在“致力于原生云”播客的第七集中,我们与 Richard Li 进行了交谈,他与 Ambassador Labs 成功地完成了这一工作。我们从这次谈话中学到了很多,我们认为你们也会的。
CNCF
2021/05/07
7650
围绕Kubernetes的流行开源工具建立业务
Buzzcast_buzz killer
Episode 49 of The SitePoint Podcast is now available! This week your hosts are Stephan Segraves (@ssegraves), Brad Williams (@williamsba), and Kevin Yank (@sentience).
全栈程序员站长
2022/11/04
1.7K0
How to Pass the Certified Kubernetes Administrator (CKA) Exam Without Any Stress?
The CKA exam is not that hard. You can pass the CKA exam in less than 3 months without any stress if you follow the steps in this post to prepare. You have my word. I’ve tried myself and just successfully get my CKA certificate!
赵化冰
2022/08/01
9110
How to Pass the Certified Kubernetes Administrator (CKA) Exam Without Any Stress?
docker-compose 安装部署 redis
配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 redis主目录 mkdir /usr/local/redis cd /usr/local/redis 创建 redis 的子目录 mkdir -p /usr/local/redis/data /usr/local/redis/logs /usr/local/redis/conf chmod -R 777 /usr/local/redis/data* chmod -R 777
卓越笔记
2023/02/18
3.1K0
docker-compose 安装部署 redis
第十一章:进程
Modern operating systems are usually multitasking, meaning that they create the illusionof doing more than one thing at once by rapidly switching from one executing program toanother. The Linux kernel manages this through the use of processes. Processes are howLinux organizes the different programs waiting for their turn at the CPU.
砖业洋__
2023/05/06
4320
mac 安装 docker redis
我们安装redis是为了访问的,redis只是一个运行程序,我们需要做的事:同步redis的配置,同步redis的数据
收心
2022/05/13
8290
【Linux】《how linux work》第五章 Linux内核的启动过程
You now know the physical and logical structure of a Linux system, what the kernel is, and how to work with processes. This chapter will teach you how the kernel starts— or boots. In other words, you’ll learn how the kernel moves into memory up to the point where the first user process starts.
阿东
2024/04/10
6620
【Linux】《how linux work》第五章 Linux内核的启动过程
【docker专题_06】docker安装redis
3.下载redis.conf文件(或者用我下面给出的),并存放在/root/docker/redis
夏之以寒
2024/03/04
2440
Docker常用软件安装之Redis
  我们首先需要在root/myredis/conf/redis.conf目录下创建redis.conf配置文件。
用户4919348
2019/12/31
1.2K0
Docker安装tomcat, mysql,redis(单机版)
即可通过 http://IP:8080 访问,最新版的tomcat10需要把 webapps.dist 目录换成webapps 才能访问主页
鱼找水需要时间
2023/02/16
1.6K0
Docker安装tomcat, mysql,redis(单机版)
推荐阅读
相关推荐
手把手教你安装黑苹果之openCore-0.6.3 EFI制作全过程,非常详细
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档