On Sun, Mar 31, 2013 at 11:45 AM, Kumar amit mehta <gmate.amit@gmail.com>wrote:
Unfortunately, still no luck. The build goes fine, but it seems that the boot process again got stuck at the same place. I'm using the latest linux-next tree.
$ git describe next-20130328
build procedure: $ make oldconfig $ make $ sudo make modules $ sudo make modules_install $ sudo make install $ sudo update-grub
I believe, there is something very rudimentry that I'm missing in the kernel configuration file. I've attached the kernel configuration (.config) file here. Basically this configuration file is the same as the current running kernel(i did 'make oldconfig' above) with some additions(as over the time, new modules or experimental features would have been added, which I might have selected)
Could you paste roughly 20-30 lines of boot messages when you hit the hung point? Kernel config alone usually can't help much -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote:
Could you paste roughly 20-30 lines of boot messages when you hit the hung point? Kernel config alone usually can't help much
I'm trying this on a Virtual Machine using VMware Player. When the VM boots up, it throws lots of messages on the console and then gets stuck. I'd like to know, how I can capture all those console logs till it hits the hung point. -Amit
On Tue, Apr 2, 2013 at 1:19 PM, Kumar amit mehta <gmate.amit@gmail.com>wrote:
On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote:
Could you paste roughly 20-30 lines of boot messages when you hit the hung point? Kernel config alone usually can't help much
I'm trying this on a Virtual Machine using VMware Player. When the VM boots up, it throws lots of messages on the console and then gets stuck. I'd like to know, how I can capture all those console logs till it hits the hung point.
-Amit
Never do such thing on VMWare, but I think Qemu-kvm is more convenient for such task. You just need to learn how to use its serial console.....or just use its ncurses display so you simply copy and paste from your terminal program. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (2)
-
Kumar amit mehta -
Mulyadi Santosa