当前位置: 首页 > 工具软件 > Quiet > 使用案例 >

关于GRUB中的rhgb以及quiet参数的含义

汪胤
2023-12-01

rhgb表示redhat graphics boot,就是会看到图片来代替启动过程中显示的文本信息,这些信息在启动后用dmesg也可以看到

quiet表示在启动过程中只有重要信息显示,类似硬件自检的消息不回显示 
  
  
rhgb = redhat graphical boot - This is a GUI mode booting screen with 
most of the information hidden while the user sees a rotating activity 
icon spining and brief information as to what the computer is doing. 

quiet = hides the majority of boot messages before rhgb starts. These 
are supposed to make the common user more comfortable. They get alarmed 
about seeing the kernel and initializing messages, so they hide them for 
their comfort.

 类似资料: