Skip to content
#

uefi

Here are 502 public repositories matching this topic...

build
gyohng
gyohng commented Jun 7, 2021

debootstrap.sh replaces extraargs or another line in the environment where it finds 'console=' before the line that starts with console=

Suggested the following fix:

--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
 	# if we have a headless device, set console to DEFAULT_CONSOLE
 	if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE
timrobertsdev
timrobertsdev commented Feb 14, 2022

Affected: Firmware targeting EFI < 1.10 and UEFI drivers that do not use BootServices.open_protocol and BootServices.close_protocol.

Prior to EFI 1.10, the EFI_BOOT_SERVICES.UninstallProtocolInterface function lacks the safety checks that were added in 1.10. It simply removes a protocol from a handle, and if the last protocol is removed from a handle, that handle is freed by firmware and

aero
YusufKhan-gamedev
YusufKhan-gamedev commented Jan 16, 2022

Umm, I dont think its exactly wise to put things like doom in the sysroot, you should create a ports tree where you can access these packages using the internet to download the source, then compiling it(and create eth drivers). Just a thought.
(I also dont want to cherry pick what commits I want to add to uwux, im building other projects rn)

Foxboron
Foxboron commented Dec 29, 2021

Issues should demand people attach the following outputs:

  • sudo sbctl status
  • sudo hexdump -C /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c

And we should preferably implement sudo sbctl debug as a hidden command so we can have some better structured data we can use for debugging.

Improve this page

Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."

Learn more