在安装完 Ubuntu 18.04 后,本人遇到了 Ubuntu 无法在 Clover 中显示的问题,解决方案在此记录下来。
修改 Clover
将 Clover 中的 GUI - Scan 中的 Linux 选项勾选,如图

修改 Grub 等待时间
在 Linux 下修改 /etc/default/grub
文件(需要 root 权限),并运行 sudo update-grub
。使其减少 grub 的等待时间,在这里我设置为 1s,可以将等待的秒数设置为更小,如 0.1s。但需要注意的是在 Ubuntu 18.04 不能设置为0,参见 How to set GRUB timeout to 0 on Ubuntu 18.04
1 | # If you change this file, run 'update-grub' afterwards to update |
Gist 地址: https://gist.github.com/rwv/664461cddf87bdfc4a97bef900f20268