我已将我的操作系统从 18.04.04 升级到 Ubuntu-20.04 LTS。我update-manager –d
以前升级的。
当我尝试运行我的docker-compose
时,它给出了一个错误:
运行时:信号堆栈的 mlock 失败:12
运行时:增加mlock
限制(ulimit -l)或运行时:将内核更新到 5.3.15+、5.4.2+、
或 5.5+ 致命错误:mlock 失败
我试图将我的内核版本升级到5.4.25
我已经从官方存储库.deb
下载了以下文件
linux-headers-5.4.25-050425_5.4.25-050425.202003121333_all.deb
linux-headers-5.4.25-050425-generic_5.4.25-050425.202003121333_amd64.deb
linux-image-unsigned-5.4.25-050425-generic_5.4.25-050425.202003121333_amd64.deb
linux-modules-5.4.25-050425-generic_5.4.25-050425.202003121333_amd64.deb
然后
sudo dpkg -i *.deb
sudo update-grub
sudo update-grub2
sudo reboot
当我5.4.25
从启动菜单中选择时:
Loading Linux 5.4.25-xxxxx-generic
error: /vmlinuz-5.2.25-xxxxx-generic has invalid signature
Loading initial ramdisk ...
error : you need to load the kernel first.
Press any key to continue...
如何将内核升级到5.4.25
当前的 :5.4.0-26-generic
首先,安装主线 5.4 内核是个坏主意。
Ubuntu 20.04 在设计上具有 5.4 内核。从主线安装 5.4 内核不会获得任何优势。它与 Ubuntu 中使用的内核相同,但没有特定于 Ubuntu 的补丁。
但是如果你真的想使用主线内核,你必须在 BIOS 中禁用安全启动。主线内核未签名。