MacBook上实现Vista Beta 2与OSX双启动
发布时间:2006-07-27 14:23:58 来源:cnBeta 网友评论 0 条 注意是在Macbook上,不是PC上,就是说必须有MacBook。
Windows Vista拥有全新的启动管理器,作者利用它实现了Vista与OS X的双重启动。
启动到Mac OS X。打开Terminal(终端)程序,输入以下命令将 boot.efi 复制到桌面:
cp /usr/standalone/i386/boot.efi ~/Desktop/
复制boot.efi 到USB闪存上.
启动到Vista,复制boot.efi到C:
以管理员身份打开Command Prompt.
需要探测你是否有继承的启动加载器,在Command Prompt窗口输入.
bcdedit /enum all | find "{ntldr}" 如果返回:
identifier {ntldr} 那么就是有继承的启动加载器,进行步骤6、7;如果没有返回任何内容就忽略步骤6、7.
将下列内容复制到继承启动加载器.
bcdedit /copy {ntldr} /d "Mac OS X" bcdedit /set {YOUR-GUID-HERE} device boot bcdedit /set {YOUR-GUID-HERE} path oot.efi bcdedit /displayorder {YOUR-GUID-HERE} /addlast要将其中的YOUR-GUID-HERE使用世纪的GUID替代,可以这样察看GUID:
C:>bcdedit /copy {ntldr} /d "Mac OS X" The entry was successfully copied to {bcfa924e-07e0-11db-9d86-accf6fd346a1}. C:>bcdedit /set {bcfa924e-07e0-11db-9d86-accf6fd346a1} device boot The operation completed successfully. C:>bcdedit /set {bcfa924e-07e0-11db-9d86-accf6fd346a1} path oot.efi The operation completed successfully. C:>bcdedit /displayorder {bcfa924e-07e0-11db-9d86-accf6fd346a1} /addlast The operation completed successfully.输入以下内容创建继承加载器.
bcdedit /create {ntldr} /d "Mac OS X" bcdedit /set {ntldr} device boot bcdedit /set {ntldr} path oot.efi bcdedit /displayorder {ntldr} /addlast- 推荐阅讯
- 【Vista学院原创】启用和禁用Vista应用程序
- Vista需要更多时间:增加一个Beta 3?
- 【Vista学院原创】超级提升Vista效率,Win键
- Windows Vista操作系统磁盘整理全面解析
- 【Vista学院原创】修改Vista密码实用最长时
- Vista RC1技术进展:登录过程UAC不提示提权
- 【Vista学院原创】修复Windows Vista无声音
- Win Vista RC1上如何正确安装iTunes7
- 【Vista学院原创】个性化IE,把你的名字刻在
- 【Vista学院原创】Vista文件图标随意改,立
- 阅读排行
- 1.25则Windows Vista RC1技巧大放送
- 2.你能容忍吗?Windows Vista二十宗罪
- 3.Windows Vista中强大的数码相片处理功能
- 4.技术的极大冲击 透过Vista看电脑硬件未来
- 5.喜新厌旧 给Windows XP换上Vista新衣
- 6.Vista Aero Glass:它真的那么好?
- 7.超越Vista:Longhorn β 2试用报告
- 8.功能大幅度提高 Win Vista主要特性揭密
- 9.穷人的Windows Vista系统伪升级方案
- 10.Windows Vista操作系统八大特性抢鲜体验
- 专题教程
- Windows Server-Windows Server文档-Windows Server新闻-Windows Ser PostgreSQL-PostgreSQL文档-PostgreSQL新闻-PostgreSQL专家
- WebLogic-WebLogic文档-WebLogic新闻-WebLogic专家 FreeBSD-FreeBSD文档-FreeBSD新闻-FreeBSD专家
- Linux-内核 GUI KDE Gnome DNS FTP 安全 安装-Linux专区 Windows-AD IIS ServerCore 虚拟化 安全 HPC-Windows专区
- 大话G游 专题:手机病毒揭密
- ARP攻击防范与解决方案 路由故障处理手册
