On Tue, 2018-07-17 at 12:35 -0700, Adam Williamson wrote:
> On Fri, 2018-07-06 at 13:19 -0700, Adam Williamson wrote:
> > On Fri, 2018-07-06 at 19:25 +0200, Daniel Kiper wrote:
> > > On Wed, Jul 04, 2018 at 10:08:53AM -0700, Adam Williamson wrote:
> > > > gentpl.py is python2/3-agnostic, but there'
Hi, new subscriber here. We have a problem with Grub 2 and its use of
SNP instead of MNP. Our UEFI driver for a network card parses the
relevant DHCP options for iSCSI boot, generates an iBFT table, then gets
closed by Grub when it opens the SNP interface. The driver removes the
iBFT table as
When booting from NVME SSD with 4k sector size, it fails with the message.
error: attempt to read or write outside of partition.
This patch fixes the problem by fixing overflow in converting partition start
and length into 512B blocks.
Signed-off-by: Michael Chang
---
grub-core/partmap/msdos.c
In grub-core/osdep/linux/hostdisk.c::grub_util_fd_open_device() there's comment
about linux disk cache issue as below:
/* Linux has a bug that the disk cache for a whole disk is not consistent
with the one for a partition of the disk. */
{
}
As the input argument of grub_util