我刚刚在 MacBook Pro 7.1 上安装了 ubuntu 16.04。我遇到了一些困难,但最终还是成功了。
根据我原来遇到的有关视频卡的困难(请参见此处:在 Mac 上安装 16.04 时出现问题:创建了 BIOS 启动分区),我发现 GPT 表还有另一个问题。
当我从实时 USB我收到以下错误:“主 GPT 表已损坏,但备份似乎正常,因此将使用它”
在上一个帖子中我被告知这是一个必须修复的问题。所以我下载了 gdisk。但是当我在 OSX 中运行它时,我没有看到任何错误。此外,在 ubuntu 安装中运行 gparted 也不会出现错误。
gdisk /dev/disk0
给出:
GPT fdisk (gdisk) 版本 1.0.1
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
p 命令给出:
Disk /dev/disk0: 488397168 sectors, 232.9 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 00000B5C-4C91-0000-C021-000078700000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 488397134
Partitions will be aligned on 8-sector boundaries
Total free space is 2293 sectors (1.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI system partition
2 409640 458838111 218.6 GiB AF00 Customer
3 458840064 480540671 10.3 GiB 8300
4 480540672 488396799 3.7 GiB 8200
v 命令给出:
No problems found. 2293 free sectors (1.1 MiB) available in 3
segments, the largest of which is 1952 (976.0 KiB) in size.
另外,当我从 ubuntu 安装中运行 gparted(即不是从实时 USB)时,没有出现任何错误。
因此,我想弄清楚为什么当我从实时实例运行 gparted 时会出现错误,以及这是否是一个值得关注的问题,因为从安装运行 gparted 时没有出现任何问题,并且 gdisk 没有发现任何错误。
非常感谢所有的帮助。