Installing
-
2. Installing T2 Kernel
Now to Install T2 Kernel
First, best option is: Download & Install Fedora 37 MBP!Else to Update your existing Fedora System.
Execute the below Commands.
First, Get the update_kernel_mbp script:sudo -i
curl -L https://raw.githubusercontent.com/mikeeq/mbp-fedora-kernel/v6.0-f37/update_kernel_mbp.sh -o /usr/bin/update_kernel_mbp
chmod +x /usr/bin/update_kernel_mbp
update_kernel_mbp
Next runs again:
sudo -i
update_kernel_mbp
But to Update to a specific version of kernel:
sudo -i
KERNEL_VERSION="6.2.8-f37" update_kernel_mbp
If the Script Fails, try to rerun it – it’s due to Self-Upgrading feature of this Script:
sudo -i
KERNEL_VERSION="6.2.8-f37" UPDATE_SCRIPT_BRANCH="v6.2-f37" update_kernel_mbp Again if kernel update using dnf would file you can execute update_kernel_mbp script with `--github` argument, it will force it to use github to download kernel RPMs:
sudo -i
update_kernel_mbp --github
Last, Restart your New System:
sudo reboot
For further Insight see directly the Developer’s Docs!
Contents