Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Compiled Kernel but cannot boot

  1. #21

    Re:Compiled Kernel but cannot boot

    Thanks, Trickster. I downloaded the newest Lilo but it still didn't work. heh. i switched to Knoppix, which is pretty cool and I have some questions. Can you look in the Server Forum? Thanks!

  2. #22
    Guest

    Re:Compiled Kernel but cannot boot

    I got this crap a few days back, when I installed 2.6.4 from apt-get. I finally decided to just start from scratch and got it to work.

    Make the config before you run the following,and substitute /boot26 with whichever directory you have your kernel stuff in.

    From /usr/src/linux run:

    Code:
    make -j 4 && make -j 4 modules && make -j 4 modules_install && cp System.map /boot26/ && cp arch/i386/boot/bzImage /boot26/ && reboot
    You should edit lilo.conf,while the kern is compiling, and add a line like the following.

    Code:
    image=/boot26/bzImage
            label=Testing26
    Thing is that you are over thinking things, keep it simple stupid.

    Good Luck! 8)

  3. #23

    Re:Compiled Kernel but cannot boot

    Didn't you still have to run make dep with 2.4?

  4. #24

    Re:Compiled Kernel but cannot boot

    [quote author=countach44 link=board=1;threadid=8972;start=0#msg81078 date=1081134534]
    Didn't you still have to run make dep with 2.4?
    [/quote]

    yup!

  5. #25

    Re:Compiled Kernel but cannot boot

    Okay then, did you run "make dep" shebang?

  6. #26

    Re:Compiled Kernel but cannot boot

    here is my config - http://home.covad.net/~pbharris/files/config2422_bttv

    i looked through the rh9 magic file and it did not look like the one posted on the debian lists - any chance you read the PET -> http://www.linuxjunior.org/cgi-bin/p...splay&id=9 ?

  7. #27

    Re:Compiled Kernel but cannot boot

    You're not talking to me, but I have and I must say that it is so far the best how-to for kernel compiling. I actually looked at it today because I forgot how to patch.

  8. #28

    Re:Compiled Kernel but cannot boot

    thanks countach44!!

  9. #29

    Re:Compiled Kernel but cannot boot

    [quote author=pbharris link=board=1;threadid=8972;start=0#msg81088 date=1081137630]
    here is my config - http://home.covad.net/~pbharris/files/config2422_bttv

    i looked through the rh9 magic file and it did not look like the one posted on the debian lists - any chance you read the PET -> http://www.linuxjunior.org/cgi-bin/p...splay&id=9 ?
    [/quote]

    I didn't do Step 11. I did copy the bzImage as vmlinuz but i didn't copy System.map or vmlinux. None of the tutorials asked me to do so. I will try again this weekend.

Similar Threads

  1. namad crash, but not sure :-)
    By GNEEOT in forum Ubuntu / Debian
    Replies: 4
    Last Post: 01-27-2007, 05:31 PM
  2. getgrnam failed for$Enabling swap space
    By infinite_root in forum Linux - General Topics
    Replies: 8
    Last Post: 11-15-2003, 07:07 AM
  3. Redhat 9 reboots by it self
    By in forum Linux - General Topics
    Replies: 22
    Last Post: 10-14-2003, 02:54 PM
  4. Sony Microvault, and Red Hat 9
    By vwgtiturbo in forum Linux - Hardware, Networking & Security
    Replies: 5
    Last Post: 08-29-2003, 11:13 PM

Bookmarks

Posting Permissions

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