| 30 | * 驗證: Ubuntu 12.04.2 採用的 Linux Kernel 已有編入 EFI 支援。 |
| 31 | {{{ |
| 32 | ~$ lsb_release -a |
| 33 | No LSB modules are available. |
| 34 | Distributor ID: Ubuntu |
| 35 | Description: Ubuntu 12.04.2 LTS |
| 36 | Release: 12.04 |
| 37 | Codename: precise |
| 38 | jazz@jazzbook:~$ uname -a |
| 39 | Linux jazzbook 3.2.0-56-generic-pae #86-Ubuntu SMP Wed Oct 23 17:51:27 UTC 2013 i686 i686 i386 GNU/Linux |
| 40 | jazz@jazzbook:~$ grep EFI /boot/config-3.2.0-*-pae |
| 41 | /boot/config-3.2.0-45-generic-pae:CONFIG_EFI=y |
| 42 | /boot/config-3.2.0-45-generic-pae:CONFIG_FB_EFI=y |
| 43 | /boot/config-3.2.0-45-generic-pae:CONFIG_EFI_VARS=y |
| 44 | /boot/config-3.2.0-45-generic-pae:# CONFIG_EFI_VARS_PSTORE is not set |
| 45 | /boot/config-3.2.0-45-generic-pae:CONFIG_CACHEFILES=m |
| 46 | /boot/config-3.2.0-45-generic-pae:# CONFIG_CACHEFILES_DEBUG is not set |
| 47 | /boot/config-3.2.0-45-generic-pae:# CONFIG_CACHEFILES_HISTOGRAM is not set |
| 48 | /boot/config-3.2.0-45-generic-pae:CONFIG_EFI_PARTITION=y |
| 49 | /boot/config-3.2.0-56-generic-pae:CONFIG_EFI=y |
| 50 | /boot/config-3.2.0-56-generic-pae:CONFIG_FB_EFI=y |
| 51 | /boot/config-3.2.0-56-generic-pae:CONFIG_EFI_VARS=y |
| 52 | /boot/config-3.2.0-56-generic-pae:# CONFIG_EFI_VARS_PSTORE is not set |
| 53 | /boot/config-3.2.0-56-generic-pae:CONFIG_CACHEFILES=m |
| 54 | /boot/config-3.2.0-56-generic-pae:# CONFIG_CACHEFILES_DEBUG is not set |
| 55 | /boot/config-3.2.0-56-generic-pae:# CONFIG_CACHEFILES_HISTOGRAM is not set |
| 56 | /boot/config-3.2.0-56-generic-pae:CONFIG_EFI_PARTITION=y |
| 57 | }}} |