Re: [LIP] how to find boot loader installed on m/c ? - LILO/grub?
"G.Vinubalaji" <[email protected]>
| Newsgroups | gmane.user-groups.linux.india.programmers |
|---|---|
| Organization | Multitech |
| Message-ID | <[email protected]> |
> > is their any way to find out whether installed boot loader is LILO or > GRUB ??? > any command, suggestions??? In redhat If there /etc/lilo.conf then lilo is installed or if /etc/grub.conf then grub is installed. If you had not selected lilo in the installation process then redhat does not create a lilo.conf file, instead it creates a lilo.conf.anaconda or some sim file. Also grub creates /boot/grub/ directory which has lots of grub stage files... Instead Simply query the package manager to see which one is installed For rpm based systems it would be rpm -qa | grep grub rpm -qa | grep lilo Regards G.Vinubalaji ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/