From mboxrd@z Thu Jan 1 00:00:00 1970 From: gmate.amit@gmail.com (Kumar amit mehta) Date: Sun, 24 Mar 2013 22:04:25 -0700 Subject: kernel build error In-Reply-To: References: <20130317152819.GA12313@gmail.com> <20130319052827.GA2874@gmail.com> <20130320065643.GB6275@gmail.com> <20130320070757.GC6275@gmail.com> <20130321061657.GA2795@gmail.com> <20130322101724.GA4824@gmail.com> Message-ID: <20130325050425.GA2810@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Sun, Mar 24, 2013 at 12:49:55PM +0700, Mulyadi Santosa wrote: > On 3/22/13, Kumar amit mehta 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