GNU bug report logs -
#30312
documentation: misleading EFI partitioning instructions
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, Jan 31 2018, Ricardo Wurmus wrote:
> Finally, it is not clear where the efi partition should be
> mounted.
> Should it be /mnt/boot/efi? If so, should the configuration
> file
> specify “/mnt/boot/efi” as the target? Or should it be
> “/boot/efi”?
>
> An example would be useful here.
We have an example in the manual at "(guix) Using the
Configuration System" with the following sections:
;; Use the UEFI variant of GRUB with the EFI System
;; Partition mounted on /boot/efi.
(bootloader (bootloader-configuration
(bootloader grub-efi-bootloader)
(target "/boot/efi")))
;; Assume the target root file system is labelled "my-root",
;; and the EFI System Partition has UUID 1234-ABCD.
(file-systems (cons* (file-system
(device "my-root")
(title 'label)
(mount-point "/")
(type "ext4"))
(file-system
(device (uuid "1234-ABCD" 'fat))
(title 'uuid)
(mount-point "/boot/efi")
(type "vfat"))
%base-file-systems))
I know that's a completely different section where you're talking
about, but maybe it can be referenced/copied in the installation
section. I think we should mount the efi partition at /boot/efi
during installation, to match the way things will be when we boot
into the installed system.
Carlo
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.