all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: David Lecompte <david.lecompte@metani.info>
Cc: help-guix@gnu.org
Subject: Re: Trying to install Guix SD - grub-install fails
Date: Sun, 06 Oct 2024 08:39:08 +0200	[thread overview]
Message-ID: <871q0tzqer.fsf@pelzflorian.de> (raw)
In-Reply-To: <20659709fb4adc660c4b40027c33d9207d854b85.camel@metani.info> (David Lecompte via's message of "Mon, 06 Jun 2022 14:11:47 +0200")

Hello David.

David Lecompte via <help-guix@gnu.org> writes:
> […]
> I created the following partitions and fs (DOS partition table):
> /dev/sdf1: 1G formatted as ext4, for /boot, marked as bootable
> /dev/sdf2: extended partition
> /dev/sdf5: 922G formatted as btrfs, for /
> /dev/sdf6: 8G, for swap
> […]
>   (bootloader (bootloader-configuration
>                 (bootloader grub-bootloader)
>                 (target "/dev/sdf1")
>                 (keyboard-layout keyboard-layout)))

This must be grub-efi-bootloader and used with targets '("/boot/efi").
target instead of targets is deprecated and is not part of the 1.4.0
installer examples in /etc/configuration/.

If you wanted a legacy BIOS install with grub-bootloader (because
managing out-of-memory EFI variables is a pain), you would be using
(targets '("/dev/sdf")), but you likely do not, you want modern
grub-efi-bootloader,

But why does the graphical installer fail?  Is this perhaps a version
older than 1.4.0?

Regards,
Florian


  reply	other threads:[~2024-10-06  6:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-06 12:11 Trying to install Guix SD - grub-install fails David Lecompte via
2024-10-06  6:39 ` pelzflorian (Florian Pelz) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-06 12:48 David Lecompte
2022-06-07 11:27 ` pelzflorian (Florian Pelz)
2022-06-08 12:22   ` pelzflorian (Florian Pelz)
2022-06-06 15:59 angry rectangle

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

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

  git send-email \
    --in-reply-to=871q0tzqer.fsf@pelzflorian.de \
    --to=pelzflorian@pelzflorian.de \
    --cc=david.lecompte@metani.info \
    --cc=help-guix@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.