What does error environment block too small on booting-up laptop mean and how is it resolved
sudo rm /boot/grub/grubenv sudo grub-editenv /boot/grub/grubenv create
sudo rm /boot/grub/grubenv sudo grub-editenv /boot/grub/grubenv create
Edit /etc/systemd/system.conf, and: uncomment 2 lines: … #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min … leave RuntimeWatchdogSec at 0 set ShutdownWatchdogSec to 0 like here … RuntimeWatchdogSec=0 ShutdownWatchdogSec=0 … reboot done
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash pci=noaer” GRUB_CMDLINE_LINUX=” ” update-grub reboot
sudo apt-get purge btrfs-tools sudo apt purge btrfs-progs 或者 echo “blacklist btrfs”>>/etc/modprobe.d/blacklist.conf
https://manpages.debian.org/testing/slick-greeter/slick-greeter.1 NAME slick-greeter – distro agnostic LightDM greeter SYNOPSIS slick-greeter [ OPTIONS ] DESCRIPTION Slick Greeter is a LightDM greeter for all desktops. It is run by the LightDM daemon if configured in lightdm.conf. It is not normally run by a user, but can run in a test mode with the –test-mode option. This …
原文:https://forum.endeavouros.com/t/want-to-experiment-with-lightdm-slick-greeter/298 By default, EndeavourOS uses LightDM for the log-in, and uses the lightdm-gtk-greeter. There is absolutely nothing wrong with lightdm-gtk-greeter, but if you’re like me and just have to tinker around, here is how to play around with lightdm-slick-greeter. Open a terminal window, and as root install lightdm-slick-greeter and lightdm-settings …
Clementine报错: Clementine error: Your GStreamer installation is missing a plug-in. 安装可能相关的插件即可解决问题: gstreamer-plugins(good, bad, and ugly) gstreamer1.0-libav and gstreamer0.10-ffmpeg
安装的Arch Linux若默认设置了英文环境,可以通过修改locale来更改。 #vim /etc/locale.gen 取消注释想要使用的语言,完成后执行 #locale-gen 注销并重新登录,在设置中将可以选择不同的语言。假如使用的是Cinnamon桌面,设置中没有更改语言的选项,可以通过AUR安装 mintlocale,注销并重新登录之后便会有更改语言的选项。
sudo vim /etc/systemd/system/network-online.target.wants/networking.service Change TimeoutStartSec=5min to TimeoutStartSec=1sec
1、030_Watchdog did not stop Edit /etc/systemd/system.conf, and: uncomment 2 lines: … #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min … leave RuntimeWatchdogSec at 0 set ShutdownWatchdogSec to 0 like here … RuntimeWatchdogSec=0 ShutdownWatchdogSec=0 … reboot done 2、A TPM error (7) occurred attempting to read a pcr value echo “blacklist tpm_tis” | sudo tee -a /etc/modprobe.d/tpm_tis.conf 3、intel_rapl …