8 | | * <懷疑> 找了些資料,首先,因為太大,必須改用 GPT。這一點 Ubuntu 12.04 確實已經改用 GPT 了。其次,應該就是 grub 如何正確安裝到 GPT 的硬碟上,好讓它可以正常開機。 |
| 8 | * <懷疑> 找了些資料,首先,因為太大,必須改用 GPT。這一點 Ubuntu 12.04 確實已經改用 GPT 了。 |
| 9 | * 其次,應該就是 grub 如何正確安裝到 GPT 的硬碟上,好讓它可以正常開機。 |
| 10 | * 條件一:磁區必須是 BIOS Boot Partition 或 EFI System Partition - [http://ubuntuforums.org/showthread.php?t=1831899 參考來源] |
| 11 | {{{ |
| 12 | Be aware that if you're booting from a GPT disk, you may need to include special partitions -- |
| 13 | either a BIOS Boot Partition for BIOS-based computers or an EFI System Partition (ESP) for EFI- or UEFI-based computers. |
| 14 | If the disk isn't a boot disk, you don't need these features. |
| 15 | }}} |
| 16 | * 驗證工具:gfdisk |
| 17 | {{{ |
| 18 | parted isn't the only GPT-capable partitioning tool in Linux. Anything based on libparted (parted, GParted, |
| 19 | Palimpsest Disk Utility, or others) will do, as will the GPT fdisk tools (gdisk or sgdisk). The util-linux |
| 20 | tools (fdisk, sfdisk, and cfdisk) can't handle GPT. The Ubuntu installer is based on libparted and so is GPT-capable. |
| 21 | }}} |