On 2006-10-01, Mohsen Pahlevanzadeh <[EMAIL PROTECTED]> wrote: > I got source of 2.6.17.10 from kernel.org! > > Then i have created a deb file with following command: > > cd /usr/src/linux-2.6.17.10 > > make menuconfig
maybe here. If you have GRUB, it's very easy to figure out. If initrd was loaded, but kernel didn't see it, look if ramdisk support is compiled *in*. I have: ,-- |*kernel: RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize* |kernel: usbmon: debugfs is not available |kernel: mice: PS/2 mouse device common for all mice |kernel: NET: Registered protocol family 2 `-- in logs, and hadn't have problems so far. So look in menuconfig or just grep .config. Default Debian's kernel has this: ,-- |[EMAIL PROTECTED]:~$ zgrep -e DEV_RAM /proc/config.gz |CONFIG_BLK_DEV_RAM=y |CONFIG_BLK_DEV_RAM_COUNT=16 |CONFIG_BLK_DEV_RAM_SIZE=65536 |[EMAIL PROTECTED]:~$ `-- > make-kpkg kernel-image modules-image > > dpkg -i ../that_deb_file > > mkinitrd -o /boot/initrd.2.6.17.10 2.6.17.10 > > vim /boot/grub/menu.lst Cool ! I must try this someday ;) > > Where my problem? _is_ > > Yours,Mohsen -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]