Find the answer to your Linux question:
Results 1 to 4 of 4
hi, i have dual boot xp and debian. debian is in hdc5, but i need to know how to load it. 3 steps generally are ... 1. root (hd0,4) [This ...
  1. #1
    Just Joined!
    Join Date
    Feb 2005
    Posts
    60

    booting debian os using grub



    hi,
    i have dual boot xp and debian.
    debian is in hdc5, but i need to know how to load it.
    3 steps generally are ...

    1. root (hd0,4) [This sets the root partition]
    2. kernel /boot/bzImage root=/dev/hda5 [This sets the kernel]
    3. boot [This starts booting into Linux]

    problem is for step 2, i don't know what to put instead of bzImage. how can i find out this value?
    can someone plz help?

  2. #2
    Linux Engineer Giro's Avatar
    Join Date
    Jul 2003
    Location
    England
    Posts
    1,219
    Look in /boot you will see a vmlinuz-x.y.z file this is the kernel.

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Also there's likely an initrd image. Specify it in grub.conf like this:
    Code:
    initrd /initrd.img-2.x.x-xxx
    Get the correct name from /boot.
    noobus in perpetuum

  4. #4
    Just Joined!
    Join Date
    Feb 2003
    Posts
    37
    A snip from my menu.list
    Code:
    title  Debian 2.6.9-1-k7 hda5
    root   (hd0,4)
    kernel /vmlinuz-2.6.9-1-k7 root=/dev/hda5
    initrd /initrd.img-2.6.9-1-k7

Posting Permissions

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