Changes between Version 4 and Version 5 of jazz/13-11-23


Ignore:
Timestamp:
Nov 23, 2013, 11:50:20 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/13-11-23

    v4 v5  
    88 * <懷疑> 找了些資料,首先,因為太大,必須改用 GPT。這一點 Ubuntu 12.04 確實已經改用 GPT 了。
    99   * 其次,應該就是 grub 如何正確安裝到 GPT 的硬碟上,好讓它可以正常開機。
    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{{{
     12EFI 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 參考來源]
    1115{{{
    1216Be aware that if you're booting from a GPT disk, you may need to include special partitions --