Re: grub-mkrescue: Problem with MBR partition table at start of EFI partition

2019-05-16 Thread Thomas Schmitt
Hi, i quoted mformat.c: > > /* install fake partition table pointing to itself */ Daniel Kiper wrote: > OK, but why it is also done for FDD images? According to its man page, mformat formats floppies. So the question would be why it creates a partition table at all. > > Either mformat's res

Re: grub-mkrescue: Problem with MBR partition table at start of EFI partition

2019-05-16 Thread Daniel Kiper
On Wed, May 15, 2019 at 12:57:58PM +0200, Thomas Schmitt wrote: > Hi, > > > Again, this is an FDD 2880K image and there is no MBR there. Your > > interpretation is wrong. > > In respect to MBR partition table, mformat source has at > https://sources.debian.org/src/mtools/4.0.23-1/mformat.c/#L1375