{"id":58,"date":"2019-10-30T10:01:19","date_gmt":"2019-10-30T10:01:19","guid":{"rendered":"http:\/\/192.168.123.101:7001\/?p=58"},"modified":"2019-12-30T21:41:15","modified_gmt":"2019-12-30T21:41:15","slug":"change-the-default-start-up-option-and-wait-option-time-in-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/blog.davcloud.top\/?p=58","title":{"rendered":"Change the default start up option and wait option time on Ubuntu 18.04"},"content":{"rendered":"\n<h2>Abstract<\/h2>\n\n\n\n<p>This article aims to record how to change the default start up option and wait option time in Ubuntu 18.04 with grub settings.<\/p>\n\n\n\n<p class=\"has-text-color has-vivid-green-cyan-color\">Note: Though this is for Ubuntu 18.04, it may still adapt to the similar version like Ubuntu 16.04.<\/p>\n\n\n\n<h2>Step 1. Edit grub file<\/h2>\n\n\n\n<p>Edit the grub file to config the start up grub settings in the file \/etc\/default\/grub with command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vim \/etc\/default\/grub<\/code><\/pre>\n\n\n\n<h2>Step 2. Change the default start up option<\/h2>\n\n\n\n<p>The option GRUB_DEFAULT defines which option is to start up as default. So change the number to the index of the option want to set as default. For example, if we want to start up the first option as default, we set like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GRUB_DEFAULT=0<\/code><\/pre>\n\n\n\n<h2>Step 3. Change the default wait option time<\/h2>\n\n\n\n<p>The option GRUB_TIMEOUT defines the time of wait for user choosing option. So change the value to change the waiting time. For example, if we want to change the waiting time to 2 seconds, we set like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GRUB_TIMEOUT=2<\/code><\/pre>\n\n\n\n<h2>Step 4. Save and update the configuration<\/h2>\n\n\n\n<p>Save and exit the file, and update the grub configuration with command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo update-grub<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Abstract This article aims to record how to change the default start up option and wait option time in Ubuntu 18.04 with grub settings. Note: Though this is for Ubuntu 18.04, it may still adapt to the similar version like Ubuntu 16.04. Step 1. Edit grub file Edit the grub file to config the start [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[13],"tags":[26,25],"_links":{"self":[{"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/posts\/58"}],"collection":[{"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":26,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions"}],"predecessor-version":[{"id":732,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions\/732"}],"wp:attachment":[{"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=58"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.davcloud.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}