unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Auto-install EFI / BIOS bootloader
@ 2019-01-22 15:50 Pierre Neidhardt
  2019-01-22 17:26 ` Pierre Neidhardt
  2019-01-22 19:33 ` Danny Milosavljevic
  0 siblings, 2 replies; 5+ messages in thread
From: Pierre Neidhardt @ 2019-01-22 15:50 UTC (permalink / raw)
  To: Guix-devel

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

The manual suggests the following:

--8<---------------cut here---------------start------------->8---
     Note: Unsure whether to use EFI- or BIOS-based GRUB? If the
     directory ‘/sys/firmware/efi’ exists in the installation image,
     then you should probably perform an EFI installation, using
     ‘grub-efi-bootloader’.  Otherwise you should use the BIOS-based
     GRUB, known as ‘grub-bootloader’.  *Note Bootloader
     Configuration::, for more info on bootloaders.
--8<---------------cut here---------------end--------------->8---

From there, why wouldn't Guix do that automatically for use?

For instance, would could have the following:

--8<---------------cut here---------------start------------->8---
    (bootloader (bootloader-configuration
                 (bootloader grub-auto-bootloader)
                 (target "/dev/sdX))
--8<---------------cut here---------------end--------------->8---

The "target" can be used as follows:

- If in BIOS mode, use /dev/sdX directly.
- If in EFI mode, pick the partition with the ESP flag and look up the
mount-point in the (file-systems ...).

What do you think?


Side question: I just tried installing GuixSD on a brandnew workstation
and the motherboard (Asus PRIME B450M-K) displays "UEFI" when I press F2
on start.  Now when I boot the Guix image, /sys/firmware/efi does not
exist, and indeed the Grub EFI installation fails (the BIOS one works).
I tried with another distribution, same thing.  The error is something
like:

--8<---------------cut here---------------start------------->8---
/gnu/store/...-grub-.../.../modinfo.sh doesn't exist, please specify
--target or --directory.
--8<---------------cut here---------------end--------------->8---

Is it possible that Linux fails to detect the UEFI?

--
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-22 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-22 15:50 Auto-install EFI / BIOS bootloader Pierre Neidhardt
2019-01-22 17:26 ` Pierre Neidhardt
2019-01-22 19:33 ` Danny Milosavljevic
2019-01-22 19:38   ` Danny Milosavljevic
2019-01-22 21:50     ` Pierre Neidhardt

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).