From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27007: boot-parameters are not documented Date: Wed, 24 May 2017 22:11:01 +0200 Message-ID: <20170524221101.1c9081de@scratchpost.org> References: <20170520200015.7lkqfgp5pju3clvf@penguin.suse.cz> <20170520225234.5414d304@scratchpost.org> <20170520210049.bvq4ztjzlrsaebbn@penguin.suse.cz> <877f18ubrs.fsf@gnu.org> <8760gsg5nn.fsf@gmail.com> <87zie4yors.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDcda-0007LX-7a for bug-guix@gnu.org; Wed, 24 May 2017 16:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDcdW-0005zi-6M for bug-guix@gnu.org; Wed, 24 May 2017 16:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDcdW-0005zY-2Y for bug-guix@gnu.org; Wed, 24 May 2017 16:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDcdV-00073x-M7 for bug-guix@gnu.org; Wed, 24 May 2017 16:12:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zie4yors.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27007@debbugs.gnu.org On Tue, 23 May 2017 10:13:11 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Can we assume that all the bootloaders have a notion of =E2=80=9Cmenu=E2= =80=9D and =E2=80=9Cmenu > entries=E2=80=9D?=20 I think so. But there are bootloaders that [also can] do the traditional thing: When yo= u select an entry, it can chainload the bootsector of that partition. For = example Grub can do that. We don't support that use case yet. Grub can al= so load Windows NT bootloader directly or chainload an UEFI file etcetc - t= here are actually a lot of different kinds of "menu entries" even with the = same bootloader. See also . It's just a question of what of all that stuff we want to support (as in ma= intain).