Skip to Content.
Sympa Menu

ndt-users - Re: I got kernel panic after i reboot into the web100 kernel

Subject: ndt-users list created

List archive

Re: I got kernel panic after i reboot into the web100 kernel


Chronological Thread 
  • From:
  • To:
  • Subject: Re: I got kernel panic after i reboot into the web100 kernel
  • Date: Tue, 11 May 2010 11:52:54 -0400 (EDT)

I solved it!
Originally I use the commands below after patching the kernel

# make menuconfig
# make
# make install
# make modules_install
# update-grub

but it happend the problem i post.
so i using the following commands and it worked!

# make menuconfig
# make
# make bzImage
# make install
# make modules_install
# cp arch/x86/boot/bzImage /boot
# update-initramfs -c -k 2.6.32-web100

thanks everyone,
Lize



Archive powered by MHonArc 2.6.16.

Top of Page