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

推荐订阅源

V
V2EX
C
Check Point Blog
博客园_首页
B
Blog
D
Docker
U
Unit 42
量子位
I
InfoQ
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
美团技术团队
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
雷峰网
雷峰网
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Google DeepMind News
Google DeepMind News

博客园 - 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.