unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Joshua Branson <jbranso@dismail.de>
To: 33953@debbugs.gnu.org
Subject: bug#33953: reconfigure not working tl; dr : EFI not mounted to /boot/efi
Date: Thu, 03 Jan 2019 05:53:07 -0500	[thread overview]
Message-ID: <87k1jmf1ws.fsf@dismail.de> (raw)
In-Reply-To: <877efmzoe0.fsf@ngyro.com> (Timothy Sample's message of "Wed, 02 Jan 2019 17:27:19 -0500")

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Timothy Sample <samplet@ngyro.com> writes:

> Hi Joshua,
>
> Joshua Branson <jbranso@dismail.de> writes:
>
>
> I agree with you that the manual could be more clear.  In the
> installation section, it mentions needing an EFI partition that is
> mounted, but it never spells out that this needs to be included in the
> operating system configuration.  I am not sure how exactly to fix it
> though.  If you were willing propose something, that would be very
> helpful!

Perhaps for now, I'll just throw in this patch that modifies an
guix/system/examples desktop file.  The "full blown" desktop has a UEFI
boot, but it does not show the (file-system (type "vfat") ...) example.
This patch should fix that.

The "light weight window manager" in the manual does have a
(file-system (type "vfat") ...).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: vfat patch --]
[-- Type: text/x-patch, Size: 961 bytes --]

From 0d35f5c6a73dc97959779f727c25e81de9192680 Mon Sep 17 00:00:00 2001
From: Joshua Branson <jbranso@dismail.de>
Date: Thu, 3 Jan 2019 05:47:23 -0500
Subject: [PATCH] I modified the UEFI desktop example to include the
 (file-system (type "vfat") ...)

---
 gnu/system/examples/desktop.tmpl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 1b8d46afa..9c36a2692 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -30,6 +30,10 @@
                         (mount-point "/")
                         (type "ext4")
                         (dependencies mapped-devices))
+                        (file-system
+                         (device (uuid "1234-ABCD" 'fat))
+                         (mount-point "/boot/efi")
+                         (type "vfat"))
                       %base-file-systems))
 
   (users (cons (user-account
-- 
2.20.1


[-- Attachment #3: Type: text/plain, Size: 45 bytes --]



--
Joshua Branson
Sent from Emacs and Gnus

  reply	other threads:[~2019-01-03 17:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-02 13:17 bug#33953: reconfigure not working tl; dr : EFI not mounted to /boot/efi Joshua Branson
2019-01-02 22:27 ` Timothy Sample
2019-01-03 10:53   ` Joshua Branson [this message]
2020-04-07 13:27     ` Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k1jmf1ws.fsf@dismail.de \
    --to=jbranso@dismail.de \
    --cc=33953@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).