Find the answer to your Linux question:
Results 1 to 2 of 2
hi all how can i dittermind wethere grub /lilo present in the linux system regards shankar...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    13

    how to find grub/lilo present in the linux

    hi all
    how can i dittermind wethere grub /lilo present in the linux system

    regards
    shankar

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Either of one file will available in your machine.
    Code:
    lilo --version
    grub --version
    Or
    Code:
    cat /etc/lilo.conf
    cat /boot/grub/grub.conf
    If Linux system is not using Lilo, there wont be any lilo.conf file.
    grub.conf and menu.lst files are symlinked in most of distros.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •