$ sudo update-grub
[sudo] password for jb:
Generating grub configuration file ...
using custom appearance settings
Found background image: /usr/share/backgrounds/MXLinux/grub/MX-Gold1080P.png
Found linux image: /boot/vmlinuz-4.18.0-14.1-liquorix-amd64
Found initrd image: /boot/initrd.img-4.18.0-14.1-liquorix-amd64
Found linux image: /boot/vmlinuz-4.15.0-1-amd64
Found initrd image: /boot/initrd.img-4.15.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
done
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB Personal: Lenovo X1 Carbon with MX-23 Fluxbox Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
$ sudo update-grub
[sudo] password for jb:
Generating grub configuration file ...
using custom appearance settings
Found background image: /usr/share/backgrounds/MXLinux/grub/MX-Gold1080P.png
Found linux image: /boot/vmlinuz-4.18.0-14.1-liquorix-amd64
Found initrd image: /boot/initrd.img-4.18.0-14.1-liquorix-amd64
Found linux image: /boot/vmlinuz-4.15.0-1-amd64
Found initrd image: /boot/initrd.img-4.15.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
done
Hmm, something is missing:
Can you check x-bit of/etc/grub.d/30_uefi-firmware
$ printf %x \'"$(sudo cat /sys/firmware/efi/vars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c/data | cut -b1)"
[sudo] password for jb:
cat: /sys/firmware/efi/vars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c/data: No such file or directory
BTW: with this kernel the laptop suspends correctly, and comes out of it with no residual problems as far as I can see.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB Personal: Lenovo X1 Carbon with MX-23 Fluxbox Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Jerry3904 wrote: Sun Oct 28, 2018 1:36 pm
cat: /sys/firmware/efi/vars/OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c/data: No such file or directory
[/code]
Ok, thanks. So the DELL UEFI-fw does not provide an option to boot into fw-setup from Grub,
and in this case was not the issue for not booting into MX in the first place.
Can you see any difference in the battery life between the Debian backported 4.15 kernel and the Liquorix one?
I can't really see any myself, though it's said that the Liquorix should use more power overall, due to its lower latency and because it uses cpufreq instead of p_state for CPU power control. (Install indicator-cpufreq if you want to have fine-grained control over the CPU speeds with the Liquorix kernel.)
caprea wrote: Sun Oct 21, 2018 1:24 pm
If you want to disable the touchpad only while typing on the keyboard, you could also try syndaemon
syndaemon -i 1 -d
The one is one second locking time
Possible to put it into startup,
I ended up using this, as other solutions seemed unreliable. Thanks.
I copied it over to the /usr/bin/ directory, then went to settings > keyboard > application shortcuts to create a new shortcut key that matches my keyboard for the touchpad (F5 in my case).