Should I be doing mkinitird in the directory where I compiled the kernel ? I didn't want to use /usr/src, so I have unzipped the sources to my home directory. Thanks, Sarath On Tue, 11 Jan 2005 12:40:14 -0800, Om <omanakuttan@xxxxxxx> wrote: > Sarath Kamisetty wrote: > > Hi, > > make xconfig > > make mrproper > > make dep > > make clean > > make bzImage > you could do make all instead. > > make modules_install (this one dumped bunch of depmod: errors about > > some symbols but copied the files properly to /lib/modules/2.6.xxx/) > You seem to have a flawed .config file. You have compiled some files > with unsatisfied dependencies. > > cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.xxx > > cp System.map /boot/System.map-2.6.xxx > Create initrd by > #mkinitrd <image_name> <kernel_version> > > Try this. I would strongly recommend you to reconfigure your kernel so > as to avoid all depmod errors. > > HTH, > om. > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/