Skip to content

patacca/linux-tigerlake-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux-tigerlake-hack

AUR package for building linux with the patch that fix BIOS bug https://bugzilla.kernel.org/show_bug.cgi?id=213579

Note that this is needed only to those that are affected by this BIOS bug and are unable to upgrade the firmware

INSTALL

Optionally change the config file

If you changed/added any file you have to regenerate the checksums with

$ updpkgsums

If you want to use parallel compilation you have to export the env variable $MAKEFLAGS.

Change the number according to the available processors. To find out how many there are run nproc

$ export MAKEFLAGS="-j8"

To build and install the packages just run

$ makepkg -s
$ pacman -U linux-custom-*

For extra options please refer to https://wiki.archlinux.org/title/Kernel/Arch_Build_System

Remember to configure the bootloader (grub, lilo, ...) to boot from the new kernel


Other systems

Ubuntu

For manually building the kernel on ubuntu see the wiki

About

AUR package for building linux with the patch that fix BIOS bug #213579

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages