heads icon indicating copy to clipboard operation
heads copied to clipboard

A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops, workstations and servers.

Results 346 heads issues
Sort by recently updated
recently updated
newest added
trafficstars

Master doesn't currently caches nor reuses coreboot's git forks build dir cache (layer2) but if no modules config changed (layer3). So cache coreboot git dirs so that crossgcc toolchain can...

https://github.com/linuxboot/u-root-builder now builds x86_64 compatible initramfs which could be applied atop Heads initramfs through network once #1384 is merged (edit: its merged) some experiments could happen to have u-root downloaded...

**Is your feature request related to a problem? Please describe.** When AEM package is installed on Qubes OS, the grub.cfg will include extra boot options guarded by `if [ -d...

- Bump kernel from 5.10.5 -> 5.10.214 - Cloudfare patches to speed up LUKS encryption were upstreamed into linux kernel and backported to 5.10.9+. - See https://github.com/cloudflare/linux/issues/1#issuecomment-763085915 - cryptsetup2 toolstack...

release cycle

**Is your feature request related to a problem? Please describe.** 1. Currently re-encrypting the LUKS container from Heads seems to choose default parameters, which are no longer recommended (argon2i with...

Flashrom stable for older boards, Flashrom unstable for newer boards, progress bar missing. Discussion re-started at https://github.com/linuxboot/heads/pull/1753#issuecomment-2317702654

Qubes 4.2.0-rc4 LUKS (/dev/nvme*) Ubuntu 23.10 LUKS (/dev/sda*) third disk drive - /dev/mmcblk0 - empty FW_VER - CBET4000 Heads-v0.2.0-1914-g1f39d16-dirty X230-maximized-eDP gpg smart card : Nitrokey start here steps what i...

This pull request modifies the `list_usb_storage` function within `/initrd/etc/functions` with the primary goal of correcting a bug that prevents a user from booting from certain USB media. For example, [here's...

**Is your feature request related to a problem? Please describe.** 1. When doing the LUKS container re-encryption, either by itself or as part of OEM factory reset, the new password(s)...

- Change iso fixated path search on external media `/*.iso` to a find so that torrent downloaded directly into external media could be found and verified by heads. _Originally posted...