From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id BB3621EFDFC; Mon, 26 Sep 2016 14:38:44 -0400 (EDT) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id 96D721EFDFA for ; Mon, 26 Sep 2016 14:38:43 -0400 (EDT) Received: by mail-it0-x230.google.com with SMTP id u134so19982961itb.1 for ; Mon, 26 Sep 2016 11:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version :content-transfer-encoding; bh=NE6/Sr8g3HWgduRH5uHXbKgNvpCqtcl0VGkTyMBe2qw=; b=dUH2f0yArPfc1QEWiibnyybbEobwFLHiLD1C51MErzdP4F4upH4uZP/+Te53Ph/B/R w9DJBRjRWSCYf1LFl8W4IfORSS3c7+XHkvyl6AJK3Bi59bt1SZLka4a3JPog++KRKE7T JEkdz2QSB85zjyi50/Pudf7SuHe96O05lEnqCII+HmS/R/NuI9aq/snyurR+7EKimJBM a7QjC9vsonyxJF5ELWMwH7w0E7DyBpehVKFJv9hbV8ShV8u5K92kRuzh6kBjXPTaxGdW 08OENyiZXpyh54csdncZ9b5yvoZeGAzpJOtpk3KCA401sBsLh1cxiP6SvxjcOzJasRH9 P6Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-transfer-encoding; bh=NE6/Sr8g3HWgduRH5uHXbKgNvpCqtcl0VGkTyMBe2qw=; b=Zd3s6QlgLrXlXnPpr/Oe3HPnDiZ7MzJe/im8FCB3z405SrI+MMmZKePSymhvgT517A FzyE6hR04BGJUwvEEHfwIKDLklfuJhamkY4CLsDHGNS0Iq187BQIcDEgzSBvhHaWyOVt mG1xZfqNQ+2jiXOeSAnhUo9LzlibuOT0XIWjcNYUoSNsJ610pUaUChg5SMxw/tO3wN2J 00dSvsWJGYemNFr2hTtG5gMj541hauRG6DZ8Hgn/X5GnSdeNe1EasA0QlZezdbXDCzx6 +geO30EEAmJtrZGg3ndUZqGyodwe0gOuYavcZb4I4Z9m+EdpDN83Ul//xWZZveseP1iJ 1qbQ== X-Gm-Message-State: AA6/9RkQrviEleXSkGFbK1PPDeyH9GGa4k4XRDcMpCKSxIGJ7P8CSjmXccfbvy9Iet6lwg== X-Received: by 10.36.208.71 with SMTP id m68mr19090737itg.104.1474915120728; Mon, 26 Sep 2016 11:38:40 -0700 (PDT) Received: from [192.168.1.117] (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id o75sm4339417ith.3.2016.09.26.11.38.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Sep 2016 11:38:38 -0700 (PDT) Message-ID: <20160926.183737.895.2@[192.168.1.117]> From: "Rob" To: "Speakup is a screen review system for Linux." Subject: Re: One Grub, two systems, no solution after all. Date: Mon, 26 Sep 2016 13:37:37 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (4.2.0.0) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 18:38:44 -0000 Chuck Hallenbeck wrote: > I guess I don't know how to add anything to a kernel command line with = grub, > other than through the /etc/default/grub file and > grub-mkconfig. How would you do it? You will want to directly edit /boot/grub/grub.cfg look for the line that starts something like linux some other stuff/boot/vmlinuz-something-else add loglevel=3D1 to the end of the line.