Gug This is a little compile breakage when using -mm to build a kernel with make O=directory In vanilla 2.6.8 I don't have the problem so I presume I'm not the cause for it. I attach my config. Here comes the output: compiling... CC init/initramfs.o LD init/built-in.o HOSTCC usr/gen_init_cpio GEN_INITRAMFS_LIST usr/initramfs_list Using shipped usr/initramfs_list CPIO usr/initramfs_data.cpio ERROR: unable to open 'usr/initramfs_list': No such file or directory Usage: ./usr/gen_init_cpio is a file containing newline separated entries that describe the files to be included in the initramfs archive: # a comment file dir nod name of the file/dir/nod in the archive location of the file in the current filesystem mode/permissions of the file user id (0=root) group id (0=root) device type (b=block, c=character) major number of nod minor number of nod example: # A simple initramfs dir /dev 0755 0 0 nod /dev/console 0600 0 0 c 5 1 dir /root 0700 0 0 dir /sbin 0755 0 0 file /sbin/kinit /usr/src/klibc/kinit/kinit 0755 0 0 make[2]: *** [usr/initramfs_data.cpio] Error 1 make[1]: *** [usr] Error 2 make: *** [_all] Error 2 Regards. -- Pedro Larroy Tovar | Linux & Network consultant | pedro%larroy.com Las patentes de programación son nocivas para la innovación http://proinnova.hispalinux.es/