kernel-image-2.4.18-686

Ask a Question related to Debian, Design and Development.

  1. #1

    Default kernel-image-2.4.18-686

    It seems, after _huge_ help from Andrew McGuinness and others, that I
    am going to have to change from the bf2.4 flavour to
    kernel-image-2.4.18-686. Now, I am scared of messing with kernels
    anyway, and new to apt as well. I don't see in the apt HOWTO exactly
    how to "upgrade" a kernel. (I've probably just skimmed past that
    section :-[ ). Can someone point me to step by step instructions
    for this?

    TIA

    --
    richard


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Richard Lyons Guest

  2. Similar Questions and Discussions

    1. root device name w/kernel-image
      With the kernel image from a disk (2.4.20-bf2.4) and the root device set to /dev/hda1 my "computer" boots up fine. With newer 2.4 kernel images...
    2. Kernel image 2.6.0 test
      On Tue, Jul 22, 2003 at 08:42:38AM -0700, Leo Spalteholz wrote: Yes. I've been running 2.6.0-test1 on a desktop box for a few days now with...
    3. Install kernel-image-2.4 for iptables (debian)
      B Boudet (news-02@foobar.clara.co.uk) wrote: : Hi, : I have done a fresh install of Woody from a set of Debian 3.0 r1 CDs. : Now I'd like to...
    4. Kernel image for amd xp 1900+
      Which kernel image (2.4.20) should I be using for a amd xp 1900+ processor? Am i best using the one of the i686 k7 ones? ...
    5. Ouch... kernel-image-2.4.21 - now all I get is LIL at boot
      Installed kernel-image-2.4.21-1-686. Updated lilo.conf to use this as default. Ran lilo. Now all I get when I reboot is "LIL" and it then hangs. ...
  3. #2

    Default Re: kernel-image-2.4.18-686

    Hello

    Richard Lyons (<richard@the-place.net>) wrote:
    > It seems, after _huge_ help from Andrew McGuinness and others, that I
    > am going to have to change from the bf2.4 flavour to
    > kernel-image-2.4.18-686. Now, I am scared of messing with kernels
    > anyway, and new to apt as well. I don't see in the apt HOWTO exactly
    > how to "upgrade" a kernel. (I've probably just skimmed past that
    > section :-[ ). Can someone point me to step by step instructions
    > for this?
    Actually you are not going to upgrade or replace anything because after
    installing the new kernel image with

    apt-get install kernel-image-2.4.18-686

    the old kernel will still be available. By default Apt will place the
    kernel image in /boot and change the symlinks in / from:
    /vmlinuz => boot/vmlinuz-2.4.18bf2.4
    to
    /vmlinuz => boot/vmliniz-2.4.18-686
    /vmlinuz.old => boot/vmlinuz-2.4.18-bf2.4

    If you use lilo, it will already have a section "LinuxOLD" additionally
    to "Linux", so simply rerunning lilo after installing the package is
    all you need to do, and I think even this is done for you by Apt.

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Andreas Janssen Guest

  4. #3

    Default Re: kernel-image-2.4.18-686

    On Sunday 03 August 2003 20:09, Andreas Janssen wrote:
    [...]
    > apt-get install kernel-image-2.4.18-686
    [...]
    > If you use lilo, it will already have a section "LinuxOLD"
    > additionally to "Linux", so simply rerunning lilo after installing
    [...]

    Well, that was easy. Don't know what to say: I expect things to go
    wrong.

    Thanks. :-)

    --
    richard


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Richard Lyons Guest

  5. #4

    Default Re: kernel-image-2.4.18-686

    On 03-08-03 21:09 +0200, Andreas Janssen wrote:
    > Richard Lyons (<richard@the-place.net>) wrote:
    > > It seems, after _huge_ help from Andrew McGuinness and others, that I
    > > am going to have to change from the bf2.4 flavour to
    > > kernel-image-2.4.18-686. Now, I am scared of messing with kernels
    > > anyway, and new to apt as well. I don't see in the apt HOWTO exactly
    > > how to "upgrade" a kernel. (I've probably just skimmed past that
    > > section :-[ ). Can someone point me to step by step instructions
    > > for this?
    >
    > Actually you are not going to upgrade or replace anything because after
    > installing the new kernel image with
    >
    > apt-get install kernel-image-2.4.18-686
    >
    > the old kernel will still be available. By default Apt will place the
    > kernel image in /boot and change the symlinks in / from:
    > /vmlinuz => boot/vmlinuz-2.4.18bf2.4
    > to
    > /vmlinuz => boot/vmliniz-2.4.18-686
    > /vmlinuz.old => boot/vmlinuz-2.4.18-bf2.4
    >
    > If you use lilo, it will already have a section "LinuxOLD" additionally
    > to "Linux", so simply rerunning lilo after installing the package is
    > all you need to do, and I think even this is done for you by Apt.
    >
    Let me make use of the context of this thread to ask a quick question
    which may also affect the OP as well.

    I've only recently begun to use debian-packaged kernels, and when I
    finally installed kernel-image-2.4.18-1-686 yesterday evening, I asked it
    to update my lilo.conf with a stanza for the currently running kernel. I
    ended up with what's below, and notice the two lines I had added to the
    old stanza were preserved for the new kernel, but not for the old.

    image=/vmlinuz
    label=Linux
    read-only
    # next line added 2002-09-09 as per kernel-image instructions
    initrd=/initrd.img
    # next line added 2002-12-08 as per cd-writing-howto
    append="hdd=ide-scsi max_scsi_luns=1"
    # restricted
    # alias=1

    image=/vmlinuz.old
    label=LinuxOLD
    read-only
    optional
    # restricted
    # alias=2


    where the links are...

    lrwxrwxrwx 1 root root 23 Sep 9 2002 vmlinuz.old -> boot/vmlinuz-2.4.18-686
    lrwxrwxrwx 1 root root 27 Sep 9 2002 initrd.img.old -> /boot/initrd.img-2.4.18-686
    lrwxrwxrwx 1 root root 25 Aug 3 00:01 vmlinuz -> boot/vmlinuz-2.4.18-1-686
    lrwxrwxrwx 1 root root 28 Aug 3 00:01 initrd.img -> boot/initrd.img-2.4.18-1-686

    Is it true that if your LinuxOLD kernel was an initrd image, that
    you've got to manually add the line

    initrd=/initrd.img.old

    to that stanza as well, for it to be bootable? And of course any
    "append" lines copied for that hardware to work? (I know I do, but maybe
    I did something out of the ordinary last September)

    TIA,
    Kenneth



    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    kenneth dombrowski 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