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

Kali Runlevel 3 How-to

July 24, 2017 | By the+gnu+linux+evangelist.

Booting Runlevel 3

  1. 2. Editing GRUB Command

    First, Restart Kali
    From Command Line:

    sudo reboot

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

    Kali Runlevel 3 - edit grub command

    Next Find Line containing
    “echo ‘Loading initial ramdisk…”
    And Append a ‘3‘ on Top of that at the End of Line containing ‘quiet’!
    (Use arrows to navigating)

    Kali Runlevel 3 - edit grub command
  2. 3. Booting Runlevel 3

    Finally, Hit Ctrl+x or F10 to Boot into Kali’s Shell!

    Then Use the User’s Credentials to Login on CLI

    Finally, to Check Runlevel do:

    who -r

    And you should happily Find a 3 as Output!

    runlevel 3 shell

Contents