我跟着这个很棒的教程介绍了如何启用 overlayfs,基本上只涉及设置文件:
/etc/overlayroot.conf
到
overlayroot_cfgdisk="disabled"
overlayroot="tmpfs:swap=1,recurse=0"
然后重启。一切运行正常,但有一个奇怪的副作用,在启动时,GNU GRUB 会弹出并询问我想要做什么:
GNU GRUB version 2.04
---------------------
*Ubuntu
Advanced options for UIbuntu
UEFI Firmware Setting
---------------------
Use up and down arrow to select which entry is highlighted.
Press enter to boot the selected OS.....
我尝试查看我的 BIOS 启动顺序设置,但没有帮助。如果我禁用 OverlayFS,选择请求就会消失。
我怎样才能拥有 OverlayFS 而不要求在 GNU GRUB 启动时选择选项?