Rob Hudson wrote: > I'm building a new kernel on the laptop running redhat 9. I've never > used grub before. There is a /boot/grub/grub.conf file which I edited. > Is there anything else I ahve to do similar to /sbin/lilo?
If your system already uses grub, then you're done. That's grub's claim to fame: you don't have to rewrite the boot loader every time you recompile the kernel. Grub traverses the file system and finds the kernel (and initrd) at boot time. If you're switching from Lilo to Grub, there are some magic incantations you have to type once to install grub in your MBR. -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED] _______________________________________________ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
