Find the answer to your Linux question:
Results 1 to 5 of 5
Hi all. just installed debian 3.1 week ago and now i recompiled kernel and bump into problems. got kernel compiled and copied to /boot then started setting up LILO and ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Location
    Finland
    Posts
    7

    error when booting debian 3.1

    Hi all. just installed debian 3.1 week ago and now i recompiled kernel
    and bump into problems.

    got kernel compiled and copied to /boot

    then started setting up LILO and realised that this uses bootloader called grub. ok. read somewhere that you should run update-grub

    run that booted linux. found my new kernel on grub startup list chose that and then it freezed in error saying No setup signature found.

    have i forgotten something?

  2. #2
    Just Joined! TruthSeeker's Avatar
    Join Date
    May 2005
    Location
    127.0.0.1
    Posts
    58
    Well if you're trying to install the new kernel manually like that, there's probably a bunch of stuff you have to set up. But in Debian it's a lot easier. Instead of running "make" to compile the kernel, run "make-kpkg kernel-image" (from the top kernel source directory of course). This will compile it right into a deb package in the /usr/src directory called something like kernel-image-2.6.13.2_10.00.Custom_i386.deb. Then just run "dpkg -i <kernel package name>" and dpkg will take care of everything. Note that since you've already compiled it, make-kpkg should just take a few seconds rather than a few hours.

  3. #3
    Just Joined!
    Join Date
    Sep 2005
    Location
    Finland
    Posts
    7
    HUH.. now i'm totally lost.. could you be more detailed on commands
    because i'm really stuck with this....

  4. #4
    Just Joined!
    Join Date
    Sep 2005
    Location
    Finland
    Posts
    7
    ok. got the kernel booting. i had copied wrong file to /boot
    i copied zImage and i should have copied bzImage.

    but now i have small problems. can i recompile kernel again
    with same style as before or do i have to delete some files and then do the make stuff again?

  5. #5
    Linux Enthusiast
    Join Date
    Aug 2005
    Posts
    542
    You should just be able to do it again.

Posting Permissions

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