adspace
how would you change the default o.s. Boot option with some interval say 30 seconds in linux?
Answer Posted / Puja Kumari Sonkar
To set a delay (e.g., 30 seconds) during boot, modify the '/boot/grub2/grub.cfg' file and add the 'timeout' directive followed by the desired number of seconds between brackets. For example: 'timeout 30'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers