LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   kernel compilation error : '/etc/lilo' not found (https://www.linuxquestions.org/questions/red-hat-31/kernel-compilation-error-%27-etc-lilo%27-not-found-258611/)

suryap 11-23-2004 10:26 PM

kernel compilation error : '/etc/lilo' not found
 
hi all,
i am new to linux. i am facing the following problems.
i was trying to recompile the kernel with NTFS support. i went through the following steps
cd /
cd /usr/src/linux-2.4.9
1. make xconfig
2. make dep
3. make install

however at step 3 it gives the following error and halts
/etc/lilo.conf not found

problem is that i am using grub not lilo, so the file lilo.conf does not exits on my pc.
how can i make it use grub not lilo. can anyone help me.

i am using redhat AS 2.1

regards
surya p.

sonic 11-23-2004 10:46 PM

kernel compile
 
With rh after xconfig I would

make
make modules_install
make install

rh will automatically add an entry to grub.conf but will not make it default, you will have to choose it on boot and the n edit it after you confirm it works.

suryap 11-24-2004 12:22 AM

SONIC,thanx 4 the reply,will try it

Regards
Suryap


All times are GMT -5. The time now is 08:06 PM.