Results 1 to 5 of 5

Thread: Kernel compiling

  1. #1

    Kernel compiling

    ???Need help compiling kernel 2.6test11. I've tried it on a couple different machines, running Redhat 9 on both. Only menuconfig works (not experienced enough to figure out why xconfig wouldnt run, then further in the process make bzimage didnt work, oh! before that I got a warning that make dep is not necessary. Been following the PET as closely as I can without it working. Is there anything else like the PET, Somewhere????

  2. #2

    Re:Kernel compiling

    This is what I do:

    make menuconfig
    make dep
    make clean
    make bzImage
    make modules
    make modules_install
    cp /usr/src/linux-x.x.xx/arch/i386/bzImage /boot/vmlinux-x.x.xx
    cp /usr/src/linux-x.x.xx/System.map /boot/System.map-x.x.xx
    ln -s /boot/System.map-x.x.xx /boot/System.map

    then edit your LILO or GRUB and add another section to point to /boot/vmlinux-x.x.xx
    run 'lilo' for LILO
    reboot

    One thing I see a lot of people forgetting to add in the kernel conf is Loadable Module Support for the kernel (2nd menu in menuconfig).

  3. #3

    Re:Kernel compiling

    hello,
    redhat 9 is not kernel 2.6 ready, to make it ready have alooky here:
    http://www.fearthecow.net/index.pl?s...mp;page=kernel
    and here:
    http://thomer.com/linux/migrate-to-2.6.html

    when i get a chance i will update the PET, or make a new one.
    the thomer link is what i used, though i am not using the 2.6 kernel at the moment.

  4. #4

    Re:Kernel compiling

    Speaking of issues with distros, has anyone heard of any others? Probably after 2 days of compiling I can leave a comment for the PPC 2.6test11 on Debian, but I think I'll stick with 2.4.23 until that one snowy day.

  5. #5

    Re:Kernel compiling

    ;DThanks guys. got what I needed.

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
  •