Install Linux on my LG Gram 16 2022
Contents
Installation
For OS, I’m using Manjaro which is based on Arch Linux and Gnome desktop.
Install apps
https://www.dropbox.com/s/hefy3cbm3aw1ptu/install_app.txt?dl=0
Gnome extensions
Freon: for cpu temperature
https://github.com/UshakovVasilii/gnome-shell-extension-freon/wiki
Simple monitor: for cpu and ram % usage
https://extensions.gnome.org/extension/3891/simple-monitor/
Just Perfection: for other Gnome tweak
https://extensions.gnome.org/extension/3843/just-perfection/
Errors and solutions
ACPI Error
Run this command to check the error
sudo journalctl -p 3 -xb
Thg 7 20 11:38:38 lggram-16zd90 kernel: ACPI Error: No handler for Region [XIN1] (000000009fff9277) [UserDefinedRegion] (20220331/evregion-130)
Thg 7 20 11:38:38 lggram-16zd90 kernel: ACPI Error: Region UserDefinedRegion (ID=143) has no handler (20220331/exfldio-261)
Thg 7 20 11:38:38 lggram-16zd90 kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.LGEC.SEN2._TMP due to previous error (AE_NOT_EXIST) (20220331/pspar>
Run this command to fix
sudo rmmod int3403_thermal
However, the module will be reloaded after rebooting. To fix it we need to create a service to run at start up. Follow this tutorial to do it: https://forum.manjaro.org/t/need-to-run-command-at-startup/108611/2.
Kworker high cpu
sudo vi /etc/default/grub
Add acpi_mask_gpe=0x06 into GRUB_CMDLINE_LINUX_DEFAULT
References
Which Linux distro works best for LG gram? : r/LGgram (reddit.com)
[Fedora] LG Gram 16 2022 12th Gen Alder Lake : r/linuxhardware (reddit.com)