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

GNU/Linux Mint 18 Boot Single User Mode Easy Guide

April 11, 2019 | By the+gnu+linux+evangelist.

Editing Boot Command

  1. 2. Editing GRUB Config

    Then Edit Boot Command

    Appending:

    init=/bin/bash

    At the End of the Line beginning with:

    linux

    And containing:

    quiet

    Like:

    linux ... quiet ... init=/bin/bash