https://bugzilla.kernel.org/show_bug.cgi?id=200003 --- Comment #4 from Brent (bzipitidoo@xxxxxxxxx) --- Will try, but I've run into a lot of problems with these old kernels. make localmodconfig is not available before 2.6.32. make menuconfig for kernel 2.6.26 does not work with GNU Make version 4, says "no target". (make menuconfig in 2.6.32 works with make 4.1) Compiled 2.6.26 in Ubuntu 14.04, which uses make 3.81, and added it to grub, only to see "mounting udev on /dev failed" because Ubuntu 14.04 uses this DEVTMPFS which didn't exist in 2.6.26. Installed Ubuntu 8.04 and tried to compile the 2.6.26 kernel there and that didn't work either, got error messages about missing library headers (no sys/types.h, stdio.h, and so on) despite the package manager showing that everything was present. I think the prob there is that the installation can't update because Ubuntu shut down the update service for such an old version long ago. Maybe 2.6.26 can run Ubuntu 10 or 12? Anyone know? Or, better, what's the first kernel with CONFIG_DEVTMPFS? I burned a live version of Debian Lenny 5.0.10, which uses kernel 2.6.26 (2.6.26-2-686), to a DVD-R and it booted and loaded on that computer. But, it doesn't use SCSI, it lists the DVD drive as /dev/hdc. Nevertheless, I'll attach the dmesg text. -- You are receiving this mail because: You are the assignee for the bug.