$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Boot CentOS Stream 9 to Runlevel 3 Guide

September 4, 2025 | By the+gnu+linux+evangelist.

GNU/Linux CentOS Stream 9 Runlevel 3 Booting

How to Boot CentOS Stream 9 GNU/Linux to Runlevel 3 – Step by step Guide.

By default, a System Boots either to Runlevel 3 or to Runlevel 5. The Run Level 3 is the CLI Default Server Mode and Instead, Run Level 5 is the Default GUI desktop Mode.

Especially relevant: for a desktop first we Reboot system and then go to Runlevel 3.

How to Boot CentOS Stream 9 to Runlevel 3 Guide
  1. 1. Rebooting

    Reboot CentOS
    Possibly Hit ‘Esc’ on System Start Up to invoke GRUB.

  2. 2. Editing GRUB Boot Command

    Then on Grub Splash
    Hit ‘e’ to Edit boot command:

    How to Boot CentOS Stream 9 on Runlevel 3 Easy Guide - edit grub command