$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

T2 Kernel Installation in Ubuntu 22.04 – Step-by-step

April 7, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling T2 Kernel Repository

    Enable T2 Kernel Repo for Ubuntu GNU/Linux

    Add T2 Kernel Repo for Ubuntu

    For the currently Supported Features see: Documentation.

  2. 3. Running Pre-Installation Commands

    Now after Boot Execute Preliminary Steps
    First, to find your Kernel Version:

    uname -r

    Now for Linux 5+ execute one by one the Commands:

    sudo rm -r /usr/src/apple-bce*
    sudo rm -r /usr/src/apple-ibridge*
    sudo rm -r /var/lib/dkms/apple-bce
    sudo rm -r /var/lib/dkms/apple-ibridge

    This to Remove the apple-bce and apple-ibridge Drivers built-into the Kernel!

  3. 4. Installing T2 Kernel

    Then to Install T2 Kernel in Ubuntu
    So Setup the Latest Kernel Installer with:

    sudo apt install t2-kernel-script

    Where instead for the Newest LTS:

    sudo apt install t2-kernel-script-lts

    Next to Update your System Installing the T2 Kernel:

    update_t2_kernel

    Last, to Load it Restart the Machine:

    sudo reboot

    Congratulations & Happy Ubuntu-T2-Mac Riding :)!

Contents