On Sun, Mar 24, 2013 at 12:49:55PM +0700, Mulyadi Santosa wrote:
On 3/22/13, Kumar amit mehta <gmate.amit@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.
Thank you so much for your help. Meanwhile I have updated my workspace with the latest linux-next tree and will later try out the options that you've mentioned. -Amit