The Centos6.x operating system has a system wait time each time it is started. this option is most commonly used to change the password. if you do not need to change the password, you usually need to quickly enter the system. Because the system wait time can be modified. The default wait time is 5 seconds. after you set the wait time to 0 seconds, save the settings and restart the server. then, the system will be quickly skipped and enter the system. However, we recommend that you set the wait time to 1 second, in this way, when you forget the password, you can promptly press the option to reset the password. [P
The Centos6.x operating system has a system wait time each time it is started. this option is most commonly used to change the password. if you do not need to change the password, you usually need to quickly enter the system. Because the system wait time can be modified.
The default wait time is 5 seconds. after you set the wait time to 0 seconds, save the settings and restart the server. then, the system will be quickly skipped and enter the system. However, we recommend that you set the wait time to 1 second, in this way, when you forget the password, you can promptly press the option to reset the password.
[Plain]View plaincopy
- [Root @ rac1 grub] # cat/boot/grub/menu. lst
- # Grub. conf generated by anaconda
- #
- # Note that you do not have to rerun grub after making changes to this file
- # NOTICE: You have a/boot partition. This means that
- # All kernel and initrd paths are relative to/boot/, eg.
- # Root (hd0, 0)
- # Kernel/vmlinuz-version ro root =/dev/mapper/vg_rac1-lv_root
- # Initrd/initrd-[generic-] version. img
- # Boot =/dev/sda
- Default = 0
- Timeout = 5 // Set the boot option description. the default value is 5 seconds.
- Splashimage = (hd0, 0)/grub/splash.xpm.gz
- Hiddenmenu
- Title Red Hat Enterprise Linux (2.6.32-358. el6.x86 _ 64)
- Root (hd0, 0)
- Kernel/vmlinuz-2.6.32-358.el6.x86_64 ro root =/dev/mapper/vg_rac1-lv_root kernel = vg_rac1/lv_root kernel LANG = en_US.UTF-8 rd_NO_MD SYSFONT = latarcyrheb-sun16 crashkernel = 128 M kernel = vg_rac1/lv_swap KEYBOARDTYPE = pc KEYTABLE = us rd_NO_DM rhgb quiet
- Initrd/initramfs-2.6.32-358.el6.x86_64.img
-