Find the answer to your Linux question:
Results 1 to 4 of 4
Hello I am using debian and downloaded a new kernel 2.6.28.2 and compiled successfully using make make modules_install make install in the final step it shows " GRUB is installed. ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    10

    Problem at booting with new kernel

    Hello

    I am using debian and downloaded a new kernel 2.6.28.2 and compiled successfully using

    make
    make modules_install
    make install

    in the final step it shows " GRUB is installed. To automatically switch to new kernels, point your
    default entry in menu.lst to /boot/vmlinuz-2.6.28.2rakesh "

    then i updated grub with update-grub command and opened menu.lst but it does not have any

    and booted my system and new kernel is not working

    then i check my menu.lst

    title Debian GNU/Linux, kernel 2.6.28.2rakesh Default (single-user mode)
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 ro single
    savedefault

    there is no entry for initrd.img ..

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Did you forget
    mkinitrd -o /boot/initrd.img-2.6.28.2rakesh
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Even after adding initrd ,if you are unable to boot. Post the error messages
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  4. #4
    Just Joined!
    Join Date
    Jul 2009
    Posts
    10
    hi

    i installed yaird and then created new img using
    mkinitrd.yaird -o /boot/initrd.img-2.6.28.2rakesh

    and added the same into /boot/grub/menu.lst under

    kernel vmlinuz-2.6.28.2.rakesh
    initrd /boot/initrd.img-2.6.28.2rakesh

    error after executing rebooting:

    /sys/block/sda/dev : no directory

    /sys/block/sda/sda6/dev

    kernel panic - not syncing : attemp to kill ini5
    dumping ftrace buffer
    (ftrace buffer empty)

Posting Permissions

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