{"id":7585,"date":"2021-04-07T23:26:00","date_gmt":"2021-04-07T21:26:00","guid":{"rendered":"https:\/\/michlstechblog.info\/blog\/?p=7585"},"modified":"2021-04-08T20:17:32","modified_gmt":"2021-04-08T18:17:32","slug":"linux-set-systemd-target-init-level-at-grub-command-line","status":"publish","type":"post","link":"https:\/\/michlstechblog.info\/blog\/linux-set-systemd-target-init-level-at-grub-command-line\/","title":{"rendered":"Linux: Set systemd target (init\/runlevel level) at grub command line"},"content":{"rendered":"<div class=\"twoclick_social_bookmarks_post_7585 social_share_privacy clearfix 1.6.4 locale-en_US sprite-en_US\"><\/div><div class=\"twoclick-js\"><script type=\"text\/javascript\">\/* <![CDATA[ *\/\njQuery(document).ready(function($){if($('.twoclick_social_bookmarks_post_7585')){$('.twoclick_social_bookmarks_post_7585').socialSharePrivacy({\"services\":{\"flattr\":{\"uid\":\"Michl\",\"status\":\"on\",\"the_title\":\"Linux%3A%20Set%20systemd%20target%20%28init%2Frunlevel%20level%29%20at%20grub%20command%20line\",\"the_excerpt\":\"Hi%2C%0D%0A%0D%0Aif%20you%20temporary%20don%27t%20want%20to%20boot%20to%20a%20graphical%20login%20manager%20you%20can%2C%20at%20the%20grub%20command%20line%2C%20tell%20the%20systemd-target%20the%20system%20should%20boot%20to.%0D%0A%0D%0A%20%28more%26hellip%3B%29\",\"txt_info\":\"2 clicks for more data protection:\\r\\n\\r\\nOnly when you click here, the button will be come active and you can send your recommendation to Flattr. When activating, data are transmitted to third parties. \",\"perma_option\":\"off\"}},\"txt_help\":\"When you activate these fields by clicking, information to Flattr may be transferred abroad, and probably may also stored there.\",\"settings_perma\":\"Enable permanently and accept data transmission. \",\"info_link\":\"http:\\\/\\\/www.heise.de\\\/ct\\\/artikel\\\/2-Klicks-fuer-mehr-Datenschutz-1333879.html\",\"uri\":\"https:\\\/\\\/michlstechblog.info\\\/blog\\\/linux-set-systemd-target-init-level-at-grub-command-line\\\/\",\"post_id\":7585,\"post_title_referrer_track\":\"Linux%3A+Set+systemd+target+%28init%2Frunlevel+level%29+at+grub+command+line\",\"display_infobox\":\"on\"});}});\n\/* ]]> *\/<\/script><\/div><p>Hi,<\/p>\n<p>if you temporary don&#8217;t want to boot to a graphical login manager you can, at the grub command line, tell the systemd-target the system should boot to.<\/p>\n<p><!--more--><br \/>\nBoot your system and an the grub menu press &#8220;e&#8221;. Then go to the linux.<br \/>\n<code><br \/>\n...<br \/>\nlinux   \/boot\/vmlinuz-4.15.0-109-generic root=UUID=5eb5f5a8-3493-4bed-b459-46209334b360 ro biosdevname=0 net.ifnames=0 quiet splash $vt_handoff<br \/>\n...<br \/>\n<\/code><br \/>\nRemove the <strong>quiet <\/strong>and <strong>splash<\/strong> to disable the splashscreen and add the systemd target for the next boot <strong>systemd.unit=multi-user.target<\/strong><br \/>\nLooks like this<br \/>\n<code><br \/>\n...<br \/>\nlinux   \/boot\/vmlinuz-4.15.0-109-generic root=UUID=5eb5f5a8-3493-4bed-b459-46209334b360 ro biosdevname=0 net.ifnames=0 <strong>systemd.unit=multi-user.target<\/strong> $vt_handoff<br \/>\n...<br \/>\n<\/code><br \/>\nThen press Ctrl-X to boot.<\/p>\n<p>Michael<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, if you temporary don&#8217;t want to boot to a graphical login manager you can, at the grub command line, tell the systemd-target the system should boot to.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[1577,1575,1576,224,1579,1578],"class_list":["post-7585","post","type-post","status-publish","format-standard","hentry","category-linux","tag-grub-command-line","tag-init","tag-level","tag-linux-2","tag-runlevel","tag-systemd-target"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/comments?post=7585"}],"version-history":[{"count":4,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7585\/revisions"}],"predecessor-version":[{"id":7590,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/7585\/revisions\/7590"}],"wp:attachment":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/media?parent=7585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/categories?post=7585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/tags?post=7585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}