我正在尝试通过以下方式通过脚本启用 kdump
echo "kexec-tools kexec-tools/load_kexec boolean false" | sudo debconf-set-selections
update /etc/default/grub
sudo update-grub
DEBIAN_FRONTEND=noninteractive sudo apt install linux-crashdump -fy --fix-missing
它仍然在问这个问题
If you choose this option, a system reboot will trigger a restart into a kernel loaded by kexec instead of going through the full system boot loader process. Should kexec-tools handle reboots (sysvinit only)?
有人可以告诉我一些非交互方式实现这个功能的方法吗?
答案1
这取决于你的init
系统是否这个答案实际上很重要:
例如,如果您的系统使用systemd
(或任何非-sysvinit
系统),无论怎样回答这个问题显然都没有影响。(来源)
自 2015 年起,systemd
大多数主流 Linux 发行版都使用(例如 Ubuntu、Red Hat ......),但如果您的系统使用sysvinit
,请根据需要回答问题。