在ubuntu系统下执行 sudo update-initramfs -u 报错如下
update-initramfs: command not found

分析
没有安装initramfs-tools

解决办法
sudo apt-get install initramfs-tools
update-initramfs: command not found

相关文章: