From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 967E01EFDE2; Mon, 26 Sep 2016 14:19:51 -0400 (EDT) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) by befuddled.reisers.ca (Postfix) with ESMTPS id 6C9FC1EFDE0 for ; Mon, 26 Sep 2016 14:19:50 -0400 (EDT) Received: by mail-io0-x22b.google.com with SMTP id e66so101506642iod.1 for ; Mon, 26 Sep 2016 11:19:50 -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:in-reply-to:references; bh=eRSDg8S9tCPq6LmoLoVIYgIrUdlj9FPOYHQGYrovG2w=; b=mW+3mi+yQoiMTMrv7wQopzuelYlehfYy8+GqN2U2oFExJnJJS7X/eoGqcEesqFFVq8 lC9nj44qPZu1uUFzQ7pepYBy6KO3S4xMQqi1f75KIN3vdnRVrNHIsCPI6mgwiQspU+rL 3DkYmZ0KhsNiHziQnzxORvlkeyocQ4EhX4hbu+8/dhgyT+eVaB6TRWwzyp3Ljh1VF9CK hcAkN7RcwvYXkO0KoCgqccchbKPRfiDJ1XiHxt6Kv2qONfNpJOkIv+xOWXHtW+27V67h dMvOAs+KXPJdN6dRKjRpb4stJIWKjo01ij4CZumam+tust/lW3vRpzajBNV/pQnKyKs9 gjoA== 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:in-reply-to:references; bh=eRSDg8S9tCPq6LmoLoVIYgIrUdlj9FPOYHQGYrovG2w=; b=U1SKesmhWtldplgoQ3odUFPq+sTLNh1pWHljlrXHSm6ebv02YQJ3zgDwr05DjUI3g5 Gu8t0oD2Dby1r1EfH4KE2ZxNi5Zfr3s6Ds65xxpZjz/pArCMv416m9SIeHULA8gzcId2 ybmVNXsPv5qhkdBB9TSpdyHMOAS7ODDCLfYzmof2Lm6Q1L7oWs2QawWUu19xALInYEnT lw3AvVe1W7HQbGD6fhXKTuj2pxs1+8zvyRaIq8DhfPcP/QYFc/Rs6y00+PlIKua/z50/ XVwtE0QwRqBiv6GCN3Wv47u5aGDR/nBu8YquRHVc6xNIt/Jm2blZcU+P4ATWjqt2UtK6 UCYA== X-Gm-Message-State: AE9vXwMt/a1BtTjOhJlIiXFLSIydKUmqYuYseXrctZFJ0mitVD0DuIMv8+WaZXrUeKIgWg== X-Received: by 10.107.30.148 with SMTP id e142mr25799960ioe.82.1474913988378; Mon, 26 Sep 2016 11:19:48 -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 d15sm8645765ioj.19.2016.09.26.11.19.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Sep 2016 11:19:47 -0700 (PDT) Message-ID: <20160926.181846.946.5@[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:18:46 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable In-Reply-To: <20160926161022.GA818@ground0.ohio> References: <20160926161022.GA818@ground0.ohio> 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:19:51 -0000 Chuck Hallenbeck wrote: > Anybody know how to add the quiet parameter to the kernel command = lineusing > the available grub configuration tools? There are two lines in the > default grub file, both add quiet to the default kernel line, but not > to the secondary kernel line. Using them both puts the quiet parameter > on the default kernel command line twice, but not on the other one. What about adding loglevel=3D1 to each command line. This will suppress everything but panic messages.