kernel build error
Mulyadi Santosa
mulyadi.santosa at gmail.com
Sun Mar 24 01:49:55 EDT 2013
On 3/22/13, Kumar amit mehta <gmate.amit at gmail.com> wrote:
> I've uploaded the kernel configuration and the screenshot in google drive
> [1].
ok let's see........... hmmm, stuck during I/O memory mapping?.....
sadly, no further info that explains the reason why it stuck there....
> Just to be a little more verbose, I've listed below the steps that I follow
> to
> build and boot from the newly built kernel on my ubuntu box:
>
> $ sudo apt-get install build-essential
> $ make oldconfig
> $ make -jX all ;;Where X= Number of CPU cores
somewhere I've read that to make sure compilation goes without any
glitches, better run without any -j at all.
> $ sudo make modules_install install
regarding kernel image install, I usually do manual copy to /boot and
adjust Grub config manually.
Then when it comes to modules compilation and installation, usually I do :
sudo make modules
sudo make modules_install
> $ sudo update-grub
> $ sudo shutdown -y now
try not using "quiet" kernel parameter, in case you currently use it.
check /etc/default/grub..... and re run update-grub.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
More information about the Kernelnewbies
mailing list