我一直在尝试使用 bootcamp 在 2011 年初的 Macbook pro 上安装 Windows 8.1。我一直在使用由 Unetbootin 制作的可启动 USB 拇指驱动器。
我编辑了 info.plist 以启用从 USB 加载 win 8 iso。我不确定这是否相关。
运行 Windows 安装程序时,Windows 不断给出错误“Windows 无法更新计算机启动配置,安装无法继续”。
我遇到了混合 MBR 磁盘的问题,并按照此处的说明进行了修复。 Windows 在 EFI 启动中将 GPT 磁盘检测为 MBR
这是 gdisk 的输出;有什么明显错误吗?
$ sudo gdisk /dev/disk0
Password:
GPT fdisk (gdisk) version 1.0.3
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/disk0: 976773168 sectors, 465.8 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): 00005C15-13A1-0000-7869-0000F1280000
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 1125 sectors (562.5 KiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI system partition
2 409640 781460623 372.4 GiB AF05 Customer
3 781460624 782730159 619.9 MiB AB00
4 782731264 976513023 92.4 GiB 0700 Basic data partition
5 976513024 976773119 127.0 MiB 0C01 Microsoft reserved ...
答案1
我放弃了,又重新开始
使用 Carbon Copy Cloner 复制 OSX 磁盘 格式化 Mac 磁盘并重新写入新的 EFI 将 OSX 磁盘复制回来 使用 Windows ISO 和 OS X 创建安装 DVD 使用 bootcamp 创建分区 修复混合 GPT 问题 使用 bootcamp 和 DVD 安装 Windows 安装 rEFInd 以在启动时在 OSX 和 Windows 之间进行选择。
我不确定我的问题是否与我试图在 2011 年初的 Macbook Pro 上使用 USB 驱动器作为 Windows 安装程序有关,但 USB 驱动器不受支持,或者我的 EFI/磁盘出了问题。我最终使用 DVD 来安装 Windows,因为我已经折腾了太久。
如果有人在收到可怕的“Windows 无法更新计算机启动配置,安装无法继续”后偶然发现这一点,我会克隆您的磁盘并重新启动。
感谢 Rod 提供有关 gpt fdisk 的所有信息、回答我的帖子并创建运行良好的 rEFInd。