compiling kernel for an old machine with a new one

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default compiling kernel for an old machine with a new one

    what can i do to compile a kernel on a computer for an older one?

    this is the scenario:

    i have a pIII with red hat 9 and a pentium-s 133 with "Tiny distro with
    kernel 2.2.6"


    this was my first try:

    compile the kernel 2.2.25 with EXTRAVERSION=-posy (on PIII)

    copy the bzImage in the /boot (from PIII to P133)
    copy the modules in /lib/2.2.25-posy (from PIII to P133)

    update lilo.conf (on P133)
    ----------
    when i reboot with the new kernel on P133 and run umode -r the command say
    that there is a kernel version 2.2.6
    why?


    excuse my bad english!


    vittorio Guest

  2. Similar Questions and Discussions

    1. Kernel 2.6.0 compiling problems
      I already posted this to the kernel mailing list, but I am trying here so see if I am lucky. I have knoppix 3.2/Debian testing/stable. I used...
    2. compiling the kernel with GCC 3.3
      Hi I tried to compile a 2.4.20 kernel with GCC 3.3 and failed. I searched through several list and the web to find more infos. I found some docs...
    3. Compiling kernel with patches
      I'd like to add debianlogo (from sarge ; as a first patch before trying something else) to my 2.4.21 kernel. The command line is : nice -n 19...
    4. Error compiling the kernel...
      Hi, I am trying to upgrade my kernel from 2.2.20. I have downloaded the latest stable kernel release i.e. 2.4.21. I tried compiling it, but i got...
    5. Trouble compiling 2.4.21 kernel
      Paul Johnson wrote: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198870 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux)...
  3. #2

    Default Re: compiling kernel for an old machine with a new one

    vittorio wrote:
    > copy the bzImage in the /boot (from PIII to P133)
    > copy the modules in /lib/2.2.25-posy (from PIII to P133)
    >
    > update lilo.conf (on P133)
    > ----------
    > when i reboot with the new kernel on P133 and run umode -r the command say
    > that there is a kernel version 2.2.6
    > why?
    You didn't run /sbin/lilo after updating lilo.conf.

    --
    Markku Kolkka
    [email]markku.kolkka@iki.fi[/email]
    Markku Kolkka Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139