Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-19 Thread Daniel Kiper
On Wed, Aug 17, 2022 at 06:08:12PM -0300, Mauricio Faria de Oliveira wrote: > [removing xen-devel and Juergen Gross] > > Hi Daniel, > > On Fri, Aug 12, 2022 at 3:05 AM Juergen Gross wrote: > > > > On 11.08.22 21:10, Mauricio Faria de Oliveira wrote: > > > Adding the xen-devel list as requested in

Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-17 Thread Mauricio Faria de Oliveira
[removing xen-devel and Juergen Gross] Hi Daniel, On Fri, Aug 12, 2022 at 3:05 AM Juergen Gross wrote: > > On 11.08.22 21:10, Mauricio Faria de Oliveira wrote: > > Adding the xen-devel list as requested in grub-devel [0]: > > > > On Thu, Aug 11, 2022 at 1:51 PM Daniel Kiper wrote: > >> In

Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-12 Thread Juergen Gross via Grub-devel
On 11.08.22 21:10, Mauricio Faria de Oliveira wrote: Adding the xen-devel list as requested in grub-devel [0]: On Thu, Aug 11, 2022 at 1:51 PM Daniel Kiper wrote: In general patches LGTM. However, I would prefer to hear an opinion from Xen folks too. So, please repost the patch set and add

Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-11 Thread Mauricio Faria de Oliveira
On Thu, Aug 11, 2022 at 1:51 PM Daniel Kiper wrote: > > On Mon, Aug 08, 2022 at 07:04:23PM -0300, Mauricio Faria de Oliveira wrote: > > The linux_xen template seems to be broken for multiple initrd files. > > Linux fails to boot when it needs a real initrd but early/microcode > > initrd(s) are

[PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-11 Thread Mauricio Faria de Oliveira
Adding the xen-devel list as requested in grub-devel [0]: On Thu, Aug 11, 2022 at 1:51 PM Daniel Kiper wrote: > In general patches LGTM. However, I would prefer to hear an opinion from Xen > folks too. So, please repost the patch set and add > xen-de...@lists.xenproject.org > to the list of

Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-11 Thread Daniel Kiper
On Mon, Aug 08, 2022 at 07:04:23PM -0300, Mauricio Faria de Oliveira wrote: > The linux_xen template seems to be broken for multiple initrd files. > Linux fails to boot when it needs a real initrd but early/microcode > initrd(s) are found by grub-mkconfig. > > Patch 1 allows initrd(s) other than

[PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files

2022-08-08 Thread Mauricio Faria de Oliveira
The linux_xen template seems to be broken for multiple initrd files. Linux fails to boot when it needs a real initrd but early/microcode initrd(s) are found by grub-mkconfig. Patch 1 allows initrd(s) other than the first early/microcode initrd to be loaded at all, fixing an implementation error