"设置CentOS启动时显示详细信息" 修訂間的差異

從 YTYZX有图有真相的百科
跳到: 導覽搜尋
(创建页面,内容为“CentOS开机显示详细信息”)
 
行 1: 行 1:
 
CentOS开机显示详细信息
 
CentOS开机显示详细信息
 +
 +
 +
vi /etc/default/grub
 +
Remove rhgb quiet from this entry, should look like this right now
 +
 +
GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet"
 +
change to
 +
 +
GRUB_CMDLINE_LINUX="crashkernel=auto"
 +
after making those changes you’ll need to rebuild the grub2 configuration file with
 +
 +
grub2-mkconfig -o /etc/grub2.cfg

於 2018年10月22日 (一) 22:54 的修訂

CentOS開機顯示詳細信息


vi /etc/default/grub Remove rhgb quiet from this entry, should look like this right now

GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet" change to

GRUB_CMDLINE_LINUX="crashkernel=auto" after making those changes you』ll need to rebuild the grub2 configuration file with

grub2-mkconfig -o /etc/grub2.cfg