unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41780: UEFI bios not supported out of the box when burning to usb stick
@ 2020-06-10  1:03 romulasry via Bug reports for GNU Guix
  2020-06-10  1:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-06-10 13:23 ` Maxim Cournoyer
  0 siblings, 2 replies; 6+ messages in thread
From: romulasry via Bug reports for GNU Guix @ 2020-06-10  1:03 UTC (permalink / raw)
  To: 41780

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

This would be a nice feature to have in the future when all there will be is UEFI (bioses).

Sent with [ProtonMail](https://protonmail.com) Secure Email.

[-- Attachment #2: Type: text/html, Size: 414 bytes --]

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

* bug#41780: UEFI bios not supported out of the box when burning to usb stick
  2020-06-10  1:03 bug#41780: UEFI bios not supported out of the box when burning to usb stick romulasry via Bug reports for GNU Guix
@ 2020-06-10  1:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-06-10 20:53   ` Bengt Richter
  2020-06-10 13:23 ` Maxim Cournoyer
  1 sibling, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-06-10  1:47 UTC (permalink / raw)
  To: romulasry; +Cc: 41780

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

Welcome, Romulasry,

romulasry via Bug reports for GNU Guix 写道:
> This would be a nice feature to have in the future when all 
> there will be is UEFI (bioses).

UEFI is already supported.

Is this the latest Guix version (1.1.0)?  What kind of machine did 
you try it on, and which error (if any) did you get?  Does the 
same installer boot and run fine when booted in CSM (‘legacy’) 
mode?  Could you try a different model of USB drive (this once 
‘solved’ it for me)?

Kind regards,

T G-R

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

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

* bug#41780: UEFI bios not supported out of the box when burning to usb stick
  2020-06-10  1:03 bug#41780: UEFI bios not supported out of the box when burning to usb stick romulasry via Bug reports for GNU Guix
  2020-06-10  1:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-06-10 13:23 ` Maxim Cournoyer
  2020-11-10 20:17   ` Maxim Cournoyer
  1 sibling, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2020-06-10 13:23 UTC (permalink / raw)
  To: 41780; +Cc: romulasry

Hello,

romulasry via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

> This would be a nice feature to have in the future when all there will be is UEFI (bioses).

I've installed Guix on UEFI systems before; it should definitely work.
Could you provide more details on what you tried exactly and what errors
you've encountered?

Thanks,

Maxim




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

* bug#41780: UEFI bios not supported out of the box when burning to usb stick
  2020-06-10  1:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-06-10 20:53   ` Bengt Richter
  2020-06-10 21:12     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: Bengt Richter @ 2020-06-10 20:53 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: romulasry, 41780

On +2020-06-10 03:47:20 +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote:
> Welcome, Romulasry,
> 
> romulasry via Bug reports for GNU Guix 写道:
> > This would be a nice feature to have in the future when all there will

maybe not all [1][2] :)
-- though GPT improves on MBR IMO,
but you don't absolutely need UEFI BIOS code to parse that.

The part, well one part :), I'm not clear on is format compatibility
for data stored in BIOS nvram -- e.g. efibootmgr/UEFI vs coreboot fs (CBFS)

> > be is UEFI (bioses).
> 
> UEFI is already supported.
>

Wondering, is coreboot[1] on anyone's radar in guix-land?

[1] https://www.coreboot.org/
[2] https://puri.sm/coreboot/

> Is this the latest Guix version (1.1.0)?  What kind of machine did you try
> it on, and which error (if any) did you get?  Does the same installer boot
> and run fine when booted in CSM (‘legacy’) mode?  Could you try a different
> model of USB drive (this once ‘solved’ it for me)?
> 
> Kind regards,
> 
> T G-R

-- 
Regards,
Bengt Richter




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

* bug#41780: UEFI bios not supported out of the box when burning to usb stick
  2020-06-10 20:53   ` Bengt Richter
@ 2020-06-10 21:12     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-06-10 21:12 UTC (permalink / raw)
  To: Bengt Richter; +Cc: romulasry, 41780

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

Bengt Richter 写道:
> Wondering, is coreboot[1] on anyone's radar in guix-land?

There are more than a few Guixers who use it (or its derivative 
Libreboot).  It is also supported :-)

Kind regards,

T G-R

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

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

* bug#41780: UEFI bios not supported out of the box when burning to usb stick
  2020-06-10 13:23 ` Maxim Cournoyer
@ 2020-11-10 20:17   ` Maxim Cournoyer
  0 siblings, 0 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2020-11-10 20:17 UTC (permalink / raw)
  To: 41780-done; +Cc: romulasry

Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> romulasry via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
>
>> This would be a nice feature to have in the future when all there will be is UEFI (bioses).
>
> I've installed Guix on UEFI systems before; it should definitely work.
> Could you provide more details on what you tried exactly and what errors
> you've encountered?

No news, and as mentioned up-thread, this is already supported.  Please
open a new issue with the details of what you tried if you still
encounter problems.

Closing.

Thank you!

Maxim




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

end of thread, other threads:[~2020-11-10 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10  1:03 bug#41780: UEFI bios not supported out of the box when burning to usb stick romulasry via Bug reports for GNU Guix
2020-06-10  1:47 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-06-10 20:53   ` Bengt Richter
2020-06-10 21:12     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-06-10 13:23 ` Maxim Cournoyer
2020-11-10 20:17   ` Maxim Cournoyer

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