Henrik Carlqvist wrote:
>
> Even though I haven't used GPT myself, (I usually place single big file
> systems on such big disks,) I see that I have CONFIG_EFI_PARTITION on my
> Slackware 13.1 kernel:
>
> $ zcat /proc/config.gz | grep CONFIG_EFI_PARTITION
> CONFIG_EFI_PARTITION=y
>
> I have no memory of enabling it myself, but I can't say for sure if it was
> enabled in the stock Slackware kernel as I've build the kernel myself.
On a 32-bits 13.1 system with stock kernels:
$ ls -l /boot/config*
lrwxrwxrwx 1 root root 28 2010-05-30 18:22 /boot/config ->
config-huge-smp-2.6.33.4-smp
-rw-r--r-- 1 root root 108261 2010-05-13 07:00 /boot/config-generic-2.6.33.4
-rw-r--r-- 1 root root 108627 2010-05-13 04:41
/boot/config-generic-smp-2.6.33.4-smp
-rw-r--r-- 1 root root 108235 2010-05-13 07:28 /boot/config-huge-2.6.33.4
-rw-r--r-- 1 root root 108601 2010-05-13 05:48
/boot/config-huge-smp-2.6.33.4-smp
~$ grep CONFIG_EFI_PARTITION /boot/config*
/boot/config:CONFIG_EFI_PARTITION=y
/boot/config-generic-2.6.33.4:CONFIG_EFI_PARTITION=y
/boot/config-generic-smp-2.6.33.4-smp:CONFIG_EFI_PARTITION=y
/boot/config-huge-2.6.33.4:CONFIG_EFI_PARTITION=y
/boot/config-huge-smp-2.6.33.4-smp:CONFIG_EFI_PARTITION=y
Similar result on a 32-bits 13.37 system with stock kernels:
~$ ls -l /boot/config*
lrwxrwxrwx 1 root root 28 Jul 13 15:17 /boot/config ->
config-huge-smp-2.6.37.6-smp
-rw-r--r-- 1 root root 117045 Apr 10 2011 /boot/config-generic-2.6.37.6
-rw-r--r-- 1 root root 117520 Apr 9 2011
/boot/config-generic-smp-2.6.37.6-smp
-rw-r--r-- 1 root root 117019 Apr 10 2011 /boot/config-huge-2.6.37.6
-rw-r--r-- 1 root root 117494 Apr 10 2011
/boot/config-huge-smp-2.6.37.6-smp
~$ grep CONFIG_EFI_PARTITION /boot/config*
/boot/config:CONFIG_EFI_PARTITION=y
/boot/config-generic-2.6.37.6:CONFIG_EFI_PARTITION=y
/boot/config-generic-smp-2.6.37.6-smp:CONFIG_EFI_PARTITION=y
/boot/config-huge-2.6.37.6:CONFIG_EFI_PARTITION=y
/boot/config-huge-smp-2.6.37.6-smp:CONFIG_EFI_PARTITION=y
Regards,
Kees.
--
Kees Theunissen.