GRUB uses a static source TCP port and increments for each new
connection. When rapidly restarting GRUB this can cause issues with some
firewalls that suspect that a reply attack is happening. In addition
GRUB does not ACK the last FIN,ACK when booting the kernel and initrd
from HTTP for example. T
In order to add file system transposition support for UEFI, i.e. the ability
to copy the content of an ISO9660 grub-mkrescue ISO image onto user-formatted
media, and have that boot on UEFI systems, the first thing we need to do is
add support for the file systems that are natively handled by UEFI.
To enable file system transposition support for UEFI, we also must ensure that
there exists a copy of the EFI bootloaders, that are currently embedded in the
efi.img for xorriso, at their expected UEFI location on the ISO9660 file system.
This is accomplished by removing the use of a temporary dir
The final piece we need to add file system transposition support for UEFI
is to ensure that we can locate the boot media regardless of how the boot
partition was instantiated. Especially, we do not want to be reliant on
brittle partition UUIDs, as these only work if a boot media is duplicated at
th
Hello everyone,
This series of patches adds file system transposition support, for UEFI boot
media created with grub-mkrescue.
File system transposition means the ability to take the content of a UEFI
bootable media and copy it, at the file system level, to a partition that was
independently c
On Mon, 6 Jun 2022 07:18:28 +0200
Patrick Steinhardt wrote:
> On Sun, Jun 05, 2022 at 02:00:44PM -0500, Glenn Washburn wrote:
> > On Mon, 30 May 2022 18:01:01 +0200
> > Patrick Steinhardt wrote:
> >
> > > JSON strings require certain characters to be encoded, either by using a
> > > single reve
On Mon, 6 Jun 2022 07:32:40 +0200
Patrick Steinhardt wrote:
> On Sun, Jun 05, 2022 at 01:43:18PM -0500, Glenn Washburn wrote:
> > On Sun, 29 May 2022 09:09:38 +0200
> > Patrick Steinhardt wrote:
> >
> > > On Tue, May 10, 2022 at 10:55:52PM -0500, Glenn Washburn wrote:
> > > > On Mon, 09 May 202
On Mon, 6 Jun 2022 07:28:56 +0200
Patrick Steinhardt wrote:
> JSON strings require certain characters to be encoded, either by using a
> single reverse solidus character "\" for a set of popular characters, or
> by using a Unicode representation of "\uX". The jsmn library doesn't
> handle une
On Mon, 6 Jun 2022 07:29:00 +0200
Patrick Steinhardt wrote:
> It was reported in the #grub IRC channel on Libera that decryption of
> LUKS2 partitions fails with errors about invalid digests and/or salts.
> In all of these cases, what failed was decoding the Base64
> representation of these, wher
256 is a bad modulo. A prime would be a much better one for those purposes.
Also get_time_ms counts up from arbitrary point in time, often boot. I
suggest using some combination of etc and get_time to seed an LFSR algorithm
Le lun. 6 juin 2022, 18:37, Robert LeBlanc a écrit :
> GRUB uses a stati
Le lun. 6 juin 2022, 19:25, Vladimir 'phcoder' Serbinenko
a écrit :
> 256 is a bad modulo. A prime would be a much better one for those
> purposes. Also get_time_ms counts up from arbitrary point in time, often
> boot. I suggest using some combination of etc
>
RTC, not etc
>
> and get_time to s
On Fri, Jun 03, 2022 at 02:12:00PM +0100, Darren Kenny wrote:
> On Thursday, 2022-06-02 at 15:18:25 UTC, Jagannathan Raman wrote:
> > Hi,
> >
> > This series addresses a couple of untrusted loop bounds flagged by
> > Coverity in "grub-core/fs/zfs". Both the bugs addressed in this series
> > are of
On Tue, May 31, 2022 at 06:10:42PM +0200, Heinrich Schuchardt wrote:
> On 5/31/22 17:53, Stefan Agner wrote:
> > Some devices report IoAlign values but seem to require buffers with
> > higher alignment.
> >
> > The UEFI specification is saying: "IoAlign values of 0 and 1 mean that
> > the buffer ca
13 matches
Mail list logo