答案1
通过编辑 GRUB 的配置文件来更改启动参数:
sudo nano /etc/default/grub
在以 和开头的行中,GRUB_CMDLINE_LINUX_DEFAULT
删除debug
并替换为quiet
,splash
因此该行内容为:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
保存退出并运行
sudo update-grub
通过编辑 GRUB 的配置文件来更改启动参数:
sudo nano /etc/default/grub
在以 和开头的行中,GRUB_CMDLINE_LINUX_DEFAULT
删除debug
并替换为quiet
,splash
因此该行内容为:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
保存退出并运行
sudo update-grub