Show Table of Contents
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。
9.8. Changing Runlevels at Boot Time
在Red Hat Enterprise Linux里,你可以在引导时改变缺省的运行级别。
要在引导会话里改变运行级别,使用以下指令:
- 当 GRUB 菜单绕过屏幕(bypass screen)出现时,按任何键来进入 GRUB 菜单(在 3 秒钟之内)。
- 按 a 键可以在
kernel
命令后附加选项。 - Add
<space><runlevel>
at the end of the boot options line to boot to the desired runlevel. For example, the following entry would initiate a boot process into runlevel 3:grub append> ro root=/dev/VolGroup00/LogVol00 rhgb quiet 3
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。