LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   NO Setup Signature Found (https://www.linuxquestions.org/questions/linux-kernel-70/no-setup-signature-found-758632/)

ansarta 09-30-2009 04:18 AM

NO Setup Signature Found
 
already have Redhat9.0 with kernel 2.4.20-8 installed on my machine(Pentium III,RAM 128,Industrial PC)

I compiled my linux kernel 2.4.34.2

I followed the steps given below.

1. make menuconfig
2. make bzImage
3. make modules
4.make modules_install
5.copy System.map to /boot and bzImage to /boot.



I made following entries in /boot/grub.conf file.

title RedHat Linux(2.4.34.2)
root(hd0,0)
kernel /bzImage ro root=LABEL=/
intrd -2.4.34.2.img



When I try to boot from the kernel 2.4.34.2, it is giving following error message and is not booting.

"No setup signature found"

Please give the correct solution for the above problem.
__________________

jalalski 09-30-2009 09:00 PM

Google is your friend in this situation... there are many answers to the problem.


All times are GMT -5. The time now is 08:50 AM.