惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
爱范儿
爱范儿
罗磊的独立博客
美团技术团队
Jina AI
Jina AI
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
IT之家
IT之家
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)

博客园 - glister

ps学习日志 mac 下安装iwork+ps+nx2 leopard安装版本不符的软件 leopard添加开机启动项 T43安装显卡驱动 T43有限网络配置 T43leopard 驱动安装 leopard 网卡 四国 T43成功安装Jas版 leopard 10.5.2 iphone修改 修改ghost文件 ps 中的路径和模拟压力 ubuntu触电(转) Ubuntu安装显卡驱动 ps 4 中动画制作 ps影楼效果(转) vbscript对注册表的改写 配置文件丢失 chm文件打不开
解决grub引导错误的问题
glister · 2009-04-14 · via 博客园 - glister

用spfdisk重构了mbr出现 hl=hfs\++partition+error错误

解决办法

I have been using os x for 1 year now and yesterday I broke my install but every-time I reinstall I get an HFS+ partition error. I have finally fixed it and thought I share my success.

Well, first you must know that this error occurs either because of a bad master boot record (MBR) or the partition id is not af.

To fix this, do the following:
1. Make sure that your partition id is af. You can check this by using spfdisk or diskpart.

If you partition id is af, then carry on to the rest of the steps.
2. Boot into your installation DVD (any version)
3. Open terminal from the utilities menu and type the following

CODE
fdisk -u /dev/rdisk0

NB. If OS X is on your second HD then use rdisk1 instead of rdisk0

An alternative way is to get make an MS-DOS start-up diskette and put fdisk on it, and boot from it.
In DOS, type
CODE
fdisk /MBR

I hope this helps the people who are having this problem.