unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified
@ 2024-03-02 23:01 Nathan Dehnel
  2024-03-03  7:31 ` Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Dehnel @ 2024-03-02 23:01 UTC (permalink / raw)
  To: 69515

  (bootloader
   (bootloader-configuration
     (bootloader grub-efi-bootloader)
     (targets '("/boot/efi1" "/boot/efi2"))

This creates multiple boot partitions, but doesn't register all of
them with the BIOS/create multiple boot entries




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

* bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified
  2024-03-02 23:01 bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified Nathan Dehnel
@ 2024-03-03  7:31 ` Oleg Pykhalov
  2024-03-03 22:45   ` Nathan Dehnel
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2024-03-03  7:31 UTC (permalink / raw)
  To: Nathan Dehnel; +Cc: 69515

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

Hi,

Nathan Dehnel <ncdehnel@gmail.com> writes:

>   (bootloader
>    (bootloader-configuration
>      (bootloader grub-efi-bootloader)
>      (targets '("/boot/efi1" "/boot/efi2"))
>
> This creates multiple boot partitions, but doesn't register all of
> them with the BIOS/create multiple boot entries

It appears that the reason for the issue is that the EFI file is
identical on both targets. Could this behavior actually be considered a
bug? Consider the scenario of a multi-disk system; have you attempted to
remove one of the disks and observe the boot process to determine if the
duplicated EFI file is causing unexpected behavior?

Regards,
Oleg.

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

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

* bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified
  2024-03-03  7:31 ` Oleg Pykhalov
@ 2024-03-03 22:45   ` Nathan Dehnel
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Dehnel @ 2024-03-03 22:45 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 69515

The configure makes only one boot entry, and if I remove one of the
disks, it disappears from the BIOS boot options. If I make another
boot entry manually with efibootmgr, it appears as a second boot
option.

On Sun, Mar 3, 2024 at 1:31 AM Oleg Pykhalov <go.wigust@gmail.com> wrote:
>
> Hi,
>
> Nathan Dehnel <ncdehnel@gmail.com> writes:
>
> >   (bootloader
> >    (bootloader-configuration
> >      (bootloader grub-efi-bootloader)
> >      (targets '("/boot/efi1" "/boot/efi2"))
> >
> > This creates multiple boot partitions, but doesn't register all of
> > them with the BIOS/create multiple boot entries
>
> It appears that the reason for the issue is that the EFI file is
> identical on both targets. Could this behavior actually be considered a
> bug? Consider the scenario of a multi-disk system; have you attempted to
> remove one of the disks and observe the boot process to determine if the
> duplicated EFI file is causing unexpected behavior?
>
> Regards,
> Oleg.




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

end of thread, other threads:[~2024-03-03 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 23:01 bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified Nathan Dehnel
2024-03-03  7:31 ` Oleg Pykhalov
2024-03-03 22:45   ` Nathan Dehnel

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