我问的原因是,我目前使用Ubuntu16.04LTS、Windows 10和Mac三重引导。
最初,我需要用混合分区方案格式化我的驱动器,以安装Windows 7,但我已经升级到Windows 10。
我现在知道Windows 10支持从GPT分区启动,我希望将所有内容都隐藏到纯GPT分区方案中,而不需要重新格式化。
如果我能做到这一点,我将能够将我的HFS+分区格式化为一个APFS分区,并安装High塞拉利昂。
所以问题是:
这是我的gdisk输出:
GPT fdisk (gdisk) version 1.0.1
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Command (? for help): p
Disk /dev/sda: 3907029168 sectors, 1.8 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): CBC86EEB-C878-4C46-9963-120433EB0BED
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3907029134
Partitions will be aligned on 8-sector boundaries
Total free space is 269477 sectors (131.6 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF02 EFI System Partition
2 409640 293378391 139.7 GiB AF00 Mac OSX
3 293642240 684265471 186.3 GiB 0700 WINDOWS 7
4 684265472 1075085311 186.4 GiB 0700 LINUX
5 1075085865 1087375589 5.9 GiB 8200
6 1087375590 3907024064 1.3 TiB 0700 发布于 2018-07-22 16:48:23
来自gdisk(8)手册:
n-创建一个新的保护性MBR。如果当前保护MBR以gdisk无法自动检测和纠正的方式损坏,或者要将混合MBR转换为具有常规保护MBR的“纯”GPT,则使用此选项。
您需要输入“专家”菜单才能访问此选项。
gdisk中打开驱动器: sudo /dev/sdXx)。n),并根据需要回答任何对话问题。m)。w)。如果以前安装在MBR模式,您可能需要在EFI模式下重新安装Grub。
发布于 2018-07-22 05:47:19
我认为,将混合MBR转换为纯GPT的唯一方法是重新格式化要转换的驱动器,因为一旦您在混合MBR上安装OSes,它就会在驱动器上写入数据,因此,我认为没有应用程序或方法。因为您基本上处理了Windows、Ubuntu和Mac的引导加载程序文件
我希望我能回答你的问题。
你介意告诉我你现在用的是什么吗?
https://askubuntu.com/questions/1058263
复制相似问题