Hi, On 12/29/05, Rajaram Suryanarayanan <rajaram_linux@xxxxxxxxx> wrote: > Hi, > > I downloaded the source of the kernel 2.6.14.4 and compiled the kernel with > the following steps. > > make xconfig > make > make modules_install > make install. > > I saw that the grub.conf was added with the following > > title Red Hat Enterprise Linux AS (2.6.14.4-NoIPtables) > root (hd0,6) > kernel /vmlinuz-2.6.14.4-NoIPtables ro root=LABEL=/ rhgb quiet > initrd /initrd-2.6.14.4-NoIPtables.img > > When I tried to reboot the system with the new kernel, I am getting kernel > panic with the message > "Enforcing mode requested but no policy loaded. Halting now. > Kernel panic: Attempted to kill init! " I think that might be SELinux enableing problem. Try to disable it from other working image of kernel. OR u can add enforcing=0 to /etc/grub.conf, in youe case do kernel /vmlinuz-2.6.14.4-NoIPtables ro root=LABEL=/ rhgb quiet enforcing=0 > Can anybody please tell me where I am going wrong..? > Regards, Parag. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/