Skip to content

v6.0.5-f37-test

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 13:46
· 1 commit to f36 since this release

Fedora 37 MBP 3.11.2022

Linux Kernel v6.0.5 - https://github.com/mikeeq/mbp-fedora-kernel/releases/tag/v6.0.5-f36
SELinux in enforcing mode
CI Build - https://github.com/mikeeq/mbp-fedora/actions/runs/3384974643

FEDORA_KICKSTARTS_GIT_URL=https://pagure.io/fedora-kickstarts.git
FEDORA_KICKSTARTS_BRANCH_NAME=f37
FEDORA_KICKSTARTS_COMMIT_HASH=10450ca67bdf48e9d6180ff9337d2e5ce4b1ea63 

KERNEL_VERSION=6.0.5-200.mbp.fc36.x86_64
UPDATE_SCRIPT_BRANCH=v6.0-f36
GRUB_CMDLINE_LINUX="intel_iommu=on iommu=pt pcie_ports=compat"

Changelog:

  • First Fedora 37 release
  • efi=noruntime flag is now removed as NVRAM vars were fixed by this patch: https://github.com/AdityaGarg8/linux-t2-patches/blob/main/2002-nvram.patch
  • Kernel, drivers and config updates will now take place by native DNF RPM update (check kernel repo for more info)
  • Shim package was fixed by upstream, so we are back in using the latest version of it

TODO:

  • Fix grub config generation - failure reading sector error
    • to fix the grub please run grub2-mkconfig -o /boot/grub2/grub.cfg after installation
  • mbp-fedora-kernel repo is not properly added after installation, to fix that run
curl -sSL "https://raw.githubusercontent.com/mikeeq/mbp-fedora-kernel/feature/update_script_removal/yum-repo/sources/repo/fedora-mbp-external.repo" > /etc/yum.repos.d/fedora-mbp.repo 
  • shim package is excluded from being updated, to fix it remove shim from exclude list - exclude=...,shim in all /etc/yum.repos.d/fedora*.repo files
sed -i 's/,shim//g' /etc/yum.repos.d/fedora*.repo

All issues mentioned in TODO section will be solved in the next release.