{"id":18836,"date":"2026-08-28T17:01:18","date_gmt":"2026-08-28T15:01:18","guid":{"rendered":"https:\/\/www.beseit.net\/?p=18836"},"modified":"2026-08-29T14:00:20","modified_gmt":"2026-08-29T12:00:20","slug":"temps-del-menu-grub-a-deepin","status":"publish","type":"post","link":"https:\/\/www.beseit.net\/?p=18836","title":{"rendered":"\u2b50Temps del men\u00fa GRUB a Deepin"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddfe XULETA \u2014 Temps del men\u00fa GRUB a Deepin<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1\ufe0f\u20e3 Obre el fitxer de configuraci\u00f3<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo nano \/etc\/default\/grub<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#f01414\" class=\"has-inline-color\">GRUB a \/etc\/default\/grub<\/mark><\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>Miquel@Miquel-PC:~$ sudo cat \/etc\/default\/grub\n# Generated by deepin-installer\nGRUB_BACKGROUND=\"\/boot\/grub\/themes\/deepin\/background.jpg\"\nGRUB_DEFAULT=0\n\nGRUB_TIMEOUT=6 &lt;- aqu\u00ed tries el temps que vols visualitzar el men\u00fa\nGRUB_TIMEOUT_STYLE=menu\n#treu \"splash\" (aix\u00ed desapareix el cercle blau)\nGRUB_CMDLINE_LINUX_DEFAULT=\"quiet\"\n\nGRUB_DISTRIBUTOR=\"`\/usr\/bin\/lsb_release -d -s 2&gt;\/dev\/null`\"\nGRUB_THEME=\"\/boot\/grub\/themes\/deepin\/theme.txt\"\nDEEPIN_GFXMODE_DETECT=1\n\n\nGRUB_TIMEOUT=15\nGRUB_TIMEOUT_STYLE=menu\n\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2\ufe0f\u20e3 Modifica aquestes 3 l\u00ednies<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Per a 6 segons:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">GRUB_TIMEOUT=6\nGRUB_TIMEOUT_STYLE=menu\nGRUB_CMDLINE_LINUX_DEFAULT=\"quiet\"<\/pre>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Par\u00e0metre<\/th><th>Qu\u00e8 fa<\/th><th>Exemple a 6s<\/th><\/tr><\/thead><tbody><tr><td><code>GRUB_TIMEOUT<\/code><\/td><td><strong>El temps<\/strong> que el men\u00fa espera<\/td><td><code>6<\/code><\/td><\/tr><tr><td><code>GRUB_TIMEOUT_STYLE=menu<\/code><\/td><td>For\u00e7a que el men\u00fa es mostri (no amagat)<\/td><td><code>menu<\/code><\/td><\/tr><tr><td><code>GRUB_CMDLINE_LINUX_DEFAULT<\/code><\/td><td>Treu <code>splash<\/code> (el cercle blau de Plymouth) perqu\u00e8 el men\u00fa sigui visible<\/td><td><code>\"quiet\"<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u26a0\ufe0f Si veus <code>GRUB_TIMEOUT_STYLE=hidden<\/code> o la paraula <code>splash<\/code>, canvia-les com a dalt. Si no hi ha cap <code>GRUB_TIMEOUT_STYLE<\/code>, <strong>afegeix-la<\/strong>.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">3\ufe0f\u20e3 Desa els canvis<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <code>nano<\/code>: <strong><code>Ctrl + O<\/code><\/strong> \u2192 Enter (desa) \u2192 <strong><code>Ctrl + X<\/code><\/strong> (surt)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4\ufe0f\u20e3 Regenera la configuraci\u00f3 (EL PAS CLAU! \ud83e\udde0)<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo update-grub<\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Sense aquest pas, els canvis <strong>no s&#8217;apliquen<\/strong>. Cal fer-ho sempre.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">5\ufe0f\u20e3 Reinicia i comprova<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo reboot<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udca1 Altres valors r\u00e0pids<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>3 segons:<\/strong> <code>GRUB_TIMEOUT=3<\/code><\/li>\n\n\n\n<li><strong>10 segons:<\/strong> <code>GRUB_TIMEOUT=10<\/code><\/li>\n\n\n\n<li><strong>Espera infinita (que no marxi sol):<\/strong> <code>GRUB_TIMEOUT=-1<\/code><\/li>\n\n\n\n<li><strong>Sense espera (men\u00fa instantani):<\/strong> <code>GRUB_TIMEOUT=0<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd01 Si tornes a tenir la pantalla blava o el men\u00fa no apareix:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Verifica que has tret <code>splash<\/code> de <code>GRUB_CMDLINE_LINUX_DEFAULT<\/code>.<\/li>\n\n\n\n<li>Torna a executar <code>sudo update-grub<\/code>.<\/li>\n\n\n\n<li>Reinicia.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Si et cal canviar-ho a un altre temps o tens dubtes amb la teva configuraci\u00f3 concreta, digues-m&#8217;ho! \ud83d\ude0a<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">iquel@Miquel-PC:~$ sudo grep \"set timeout\" \/boot\/grub\/grub.cfg\nContrase\u00f1a:\nVerificaci\u00f3n exitosa\n  set timeout=3\n    set timeout_style=menu\n    set timeout=1\n    set timeout=1\nset timeout=3\nMiquel@Miquel-PC:~$ \n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"592\" height=\"268\" src=\"https:\/\/www.beseit.net\/wp-content\/uploads\/2026\/08\/imatge-5.png\" alt=\"\" class=\"wp-image-18850\" srcset=\"https:\/\/www.beseit.net\/wp-content\/uploads\/2026\/08\/imatge-5.png 592w, https:\/\/www.beseit.net\/wp-content\/uploads\/2026\/08\/imatge-5-300x136.png 300w, https:\/\/www.beseit.net\/wp-content\/uploads\/2026\/08\/imatge-5-500x226.png 500w\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\ud83e\uddfe XULETA \u2014 Temps del men\u00fa GRUB a Deepin 1\ufe0f\u20e3 Obre el fitxer de configuraci\u00f3 GRUB a \/etc\/default\/grub 2\ufe0f\u20e3 Modifica aquestes 3 l\u00ednies Per a 6 segons: Par\u00e0metre Qu\u00e8 fa Exemple a 6s GRUB_TIMEOUT El temps que el men\u00fa espera &hellip; <a href=\"https:\/\/www.beseit.net\/?p=18836\">Continua llegint <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":3167,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[207,1],"tags":[],"class_list":["post-18836","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-deepin-linux","category-bloc-de-notes"],"_links":{"self":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18836"}],"version-history":[{"count":7,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18836\/revisions"}],"predecessor-version":[{"id":18852,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18836\/revisions\/18852"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/media\/3167"}],"wp:attachment":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}