Hi all, I'm trying to boot Linux 2.6.0 . I complied, created initrd etc.. When I boot I get: . . . mounting root filesystem mount: error 19 mounting ext3 pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2 freeing kernel memory ... kernel panic: No init found ... I figured the problem was that the module ext3 was not included in the initrd. I tried to mkinitrd --with=ext3 (as was suggested before in this mailing-list), but it appears that ext3 is dependant of the jbd module. So, how do I build asystem that loads 2.6.0? How do I include the ext3 module in initrd? and why is ext3 dependant of jbd? (from what I understand jbd is only for debugging support) H. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/