Find the answer to your Linux question:
Results 1 to 3 of 3
Hi I have a couple of newbie questions: 1) what is the diff between hd0 and hda or hda1 2) what is the diff between lilo and grub since they ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    Question Newbie questions

    Hi
    I have a couple of newbie questions:

    1) what is the diff between hd0 and hda or hda1

    2) what is the diff between lilo and grub since they both muliboot? is one better than the other?

    3) in my grub folder I see files such as stage1, xfs_stage1_5, minix_stage1_5 etc. what are these for?

    Thanks

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by mss
    Hi
    I have a couple of newbie questions:

    1) what is the diff between hd0 and hda or hda1
    Generally a name like /dev/hda is the name of a harddrive in the first IDE slot (/dev/hdb would be second, /dev/hdc third, etc). A name like /dev/hda1 is pointing to the first partition of that device.

    2) what is the diff between lilo and grub since they both muliboot? is one better than the other?
    "Better" is relative. There are benefits to either one. Lilo for instance lets you verify that your bootloader configuration is correct before you reboot, potentially saving you some headaches if you misspell things. The configuration file for LILO makes more sense to me personally, as well.

    GRUB on the other hand can handle spaces in the names of your boot options as well as giving you real-time editing of your boot parameters, so if you screw something up you're not necessarily just out of luck. Most distributions these days offer the option of both, but the default for the ones I use is usually GRUB.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Linux Newbie craigevil's Avatar
    Join Date
    Jun 2005
    Location
    Terra in the Milky Way
    Posts
    110
    Google is your friend.

    GNU GRUB Manual 0.97
    http://www.gnu.org/software/grub/manual/grub.html

    The Linux Documentation Project
    http://www.tldp.org/
    Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
    Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
    Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi

Posting Permissions

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