10 | | * 條件一:磁區必須是 BIOS Boot Partition 或 EFI System Partition - [http://ubuntuforums.org/showthread.php?t=1831899 參考來源] |
| 10 | * 條件一:Linux Kernel 支援 CONFIG_EFI_PARTITION - [http://ubuntuforums.org/showthread.php?t=1831899 參考來源] |
| 11 | {{{ |
| 12 | EFI GUID Partition support works on both 32bit and 64bit platforms. You must include GPT support in kernel in order to use GPT. If you don't include GPT support in Linux kernel, after rebooting the server, the file system will no longer be mountable or the GPT table will get corrupted. By default Redhat Enterprise Linux / CentOS comes with GPT kernel support. However, ***if you are using Debian or Ubuntu Linux,*** you need to recompile the kernel. Set CONFIG_EFI_PARTITION to y to compile this feature. |
| 13 | }}} |
| 14 | * 條件二:磁區必須是 BIOS Boot Partition 或 EFI System Partition - [http://ubuntuforums.org/showthread.php?t=1831899 參考來源] |