On Wed, Jun 13, 2012 at 5:33 PM, beyond.hack <[email protected]> wrote: > hello experts,, > I am on Fedora 16 and My current kernel is as per the uname -r output > isĀ 3.1.0-7.fc16.i686.PAE > > I am compiling a kernel 3.4.1 and after the compilation the bzimage and > initramfs are successfully generated.. > then doing a > #make install > is giving error like this:: > > sh-4.2# make install > sh /usr/local/src/linux-3.4.1/arch/x86/boot/install.sh 3.4.1 > arch/x86/boot/bzImage \ > System.map "/boot" > WARNING: Couldn't open directory /lib/modules/3.4.1: No such file or > directory
maybe you forgot to do "make modules" followed by "make modules_install" after generating kernel image? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
