Could you check, what parameters were used to create the partition? You should change to the /var/log/YaST2 directory of the installed system, and use
grep or
zgrep to figure it out. Use grep, if gz compressed y2log files do not exist, and zgrep, if they exist (as the important log file is the oldest one).
Code:
linux-bk4l:~ # cd /var/log/YaST2/
linux-bk4l:/var/log/YaST2 # ls y2log-*
y2log-1 y2log-2.gz y2log-3.gz y2log-4.gz y2log-5.gz
linux-bk4l:/var/log/YaST2 # zgrep mke2fs y2log-*
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(execute):85 SystemCmd Executing:"/sbin/mke2fs -I128 -O dir_index -j -v '/dev/sda11'"
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(addLine):616 Adding Line 1 "mke2fs 1.41.1 (01-Sep-2008)"
y2log-5.gz:2008-11-27 16:54:42 <1> 192.168.2.178(2847) [libstorage] SystemCmd.cc(addLine):616 Adding Line 1 "fs_types for mke2fs.conf resolution: "
The important piece of information is:
-I128 It should be there.
If it is there, then EFIKA/Pegasos was detected correctly, but the firmware has trouble with a correctly formatted filesystem.
If it is not there, then either EFIKA was not detected, or the installer forgot about this parameter while you set up partitioning (did you change any formatting parameters manually?).