Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, i tried to update my kernel, and im fairly sure that it all went well except, i think there is a problem with the "/boot/grub/menu.lst" file title Debian GNU/Linux, ...
  1. #1
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Australia (Down Under)
    Posts
    141

    Tried to upgrade kernel

    Hi,

    i tried to update my kernel, and im fairly sure that it all went well except, i think there is a problem with the "/boot/grub/menu.lst" file

    title Debian GNU/Linux, kernel 2.6.24
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.24 root=/dev/hda3 ro
    savedefault

    title Debian GNU/Linux, kernel 2.6.24 (single-user mode)
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.24 root=/dev/hda3 ro single
    savedefault

    title Debian GNU/Linux, kernel 2.6.18-5-686
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hda3 ro
    initrd /boot/initrd.img-2.6.18-5-686
    savedefault

    title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hda3 ro single
    initrd /boot/initrd.img-2.6.18-5-686
    savedefault
    i think the problem is that i have no initrd /boot/initrd.img........ line in the menu.

    the contents of my "/boot" folder is:
    config-2.6.18-5-686 initrd.img-2.6.18-5-686 System.map-2.6.24
    config-2.6.24 initrd.img-2.6.18-5-686.bak vmlinuz-2.6.18-5-686
    grub System.map-2.6.18-5-686 vmlinuz-2.6.24
    in the instructions i was following it said to edit the etc/lilo.conf file, but this part didnt work, my /etc/lilo.conf has no text in it
    Please Help

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Yes, it's correct for the lilo.conf file to be empty since your system is using GRUB as the bootloader.

    It's been quite some time since I last ran Debian but I was thinking that you could use apt to update the working kernel, which might be an easier route for you. If you should wish to manually compile and install the kernel, I've always used this howto, and it's worked every time, at least so far.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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