From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Grub Bios Boot filesystem description Date: Sun, 26 May 2019 12:27:18 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUsFN-0003U0-50 for help-guix@gnu.org; Sun, 26 May 2019 08:27:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUsFL-0006d6-WA for help-guix@gnu.org; Sun, 26 May 2019 08:27:29 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56068) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUsFL-0006RP-7i for help-guix@gnu.org; Sun, 26 May 2019 08:27:27 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E664032142 for ; Sun, 26 May 2019 14:27:24 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uWWRiXqAxT_6 for ; Sun, 26 May 2019 14:27:23 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello! If I want to part my disk and to use 3 partitions:=0A1) Bios Grub,= =0A2) Linux filesystem, and=0A3) Linux Swap=0Ashould I describe my Bios G= rub filesystem in '(operating-system (file-systems (list ...)))' or just = only in '(operating-system (bootloader ...))' section?=0A=0AIf I need to = describe grub file system, so which type should I specify?=0A=0AIf I do n= ot need, how grub will know to boot from my root partition Linux filesyst= em on /dev/sdb2=20?