On Tue, Dec 04, 2018 at 05:49:24AM +, Chen, Farrah wrote:
> Hi all,
>
> When I make grub, I met error " too few arguments to function
> 'grub_create_loader_cmdline'" with xen.
> I used git bisect and found the error occurred from commit:
> 4d4a8c96e3593d76fe7b025665ccdecc70a53c1f.
> Do you ha
Hi all,
When I make grub, I met error " too few arguments to function
'grub_create_loader_cmdline'" with xen.
I used git bisect and found the error occurred from commit:
4d4a8c96e3593d76fe7b025665ccdecc70a53c1f.
Do you have any ideas? Thanks a lot!
commit 4d4a8c96e3593d76fe7b025665ccdecc70a53c1
Hi all,
I used git bisect and found the following error occurred from commit:
4d4a8c96e3593d76fe7b025665ccdecc70a53c1f.
Such error in loader/arm64/xen_boot.c has been fixed, bur the error in
loader/i386/xen.c hasn't been fixed, do you have any idea?
Thanks a lot!
...
loader/i386/xen.c: In f
Hi,
When I make grub with xen using the latest commit:
e8b37e2c8de7570ca9a6c7ba874762d8c4ba9373, I met error "too few arguments to
function grub_create_loader_cmdline()".
I saw the following commit tried to fix this error, but we still met such error
with the latest commit e8b37e2c8de7:
commit