Results 1 to 3 of 3

Thread: RE: Kernel cross compiling ubuntu to debian

  1. #1
    Join Date
    Nov 2020
    Beans
    1

    RE: Kernel cross compiling ubuntu to debian

    Hello team,

    Is there any known good way to cross compile the ubuntu kernel with the debian kernel.

    What I mean by this is, how does one take a PPA kernel package designed for ubuntu and install it in debian.

    Here is a link example if this helps: https://github.com/b-rad-NDi/Ubuntu-...kernel-builder

    Any suggestions would be greatly appreciated.

    -Robert

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Kernel cross compiling ubuntu to debian

    Thread moved to New to Ubuntu for a more appropriate fit.

  3. #3
    Join Date
    Aug 2009
    Location
    United States
    Beans
    4,523
    Distro
    Ubuntu Development Release

    Re: Kernel cross compiling ubuntu to debian

    https://kernel.ubuntu.com/~kernel-ppa/mainline/
    Pick your kerne think 5.9 latest stable
    ##Choose generic modules, Headers and image and the all.deb
    4 of them download and save each one. (Low latency for the light build)
    ##Make sure only 4 .deb files in one location be it Downloads, Desktop ect..
    Open a Terminal:
    cd Downloads
    ls
    ##check to make sure only .deb files or move them to say Desktop to install;
    sudo dpkg -i *.deb
    sudo shutdown -r now
    ##Installed and booting from new kernel.
    Last edited by garvinrick4; November 9th, 2020 at 03:00 AM.
    Remember hence where you come and pass it down.
    Ubuntu Forums member #899097 and Ubuntu Member:


Tags for this Thread

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
  •