Results 1 to 3 of 3

Thread: Customized Ubuntu kernel installation problem

Threaded View

  1. #1
    Join Date
    Nov 2012
    Beans
    1

    Exclamation Customized Ubuntu kernel installation problem

    I have compiled kernel on 64 bit running ubuntu machine by using below command
    CONCURRENCY_LEVEL=5 nice fakeroot make-kpkg --initrd
    --append-to-version=-32-plx --overlay-dir=$(pwd) kernel-image
    kernel-headers

    After compilation it generated two files

    -linux-headers-3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom_amd64.deb
    -linux-image-3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom_amd64.deb

    but when i install this package by using this command
    dpkg -i linux-image-3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom_amd64.deb
    on other machine running 64 bit ubuntu it gives me these errors

    dpkg:error processing linux-image-3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom_amd64.deb (--install):
    linux-image-3.6.0-rc3-32-plx:3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom (Multi-Arch: no) is not co-installable with linux-image-3.6.0-rc3-32-plx:i386 3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom (Multi-Arch:no) which is currently installed
    Errors were encountered while processing:
    linux-image-3.6.0-rc3-32-plx_3.6.0-rc3-32-plx-10.00.Custom_amd64.deb

    Please tell me wt to do.
    Last edited by john1313; November 27th, 2012 at 06:01 PM. Reason: No reply so faaar..................

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
  •