Displaying 2 results from an estimated 2 matches for "xen_linux".
Did you mean:
xen0linux
2014 Sep 07
0
Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
On Sun, 2014-09-07 at 00:02 +0200, John Keates wrote:
> How do I assist with getting this in for Jessie?
>
> I have this working in a fairly easy setup, it basically only requires
> the pep target to be on for debian?s Xen package,
What is "pep"?
> and a tiny bit of infrastructure to get xen.efi, vmlinuz, an initrd
> and a xen.cfg on to the ESP partition and letting
2014 Sep 07
1
Bug#703586: Bug#703586: Xen fails to boot Linux dom0 under UEFI
...entry and add it to the list for chainloading.
The end.
Well, almost, because those manual steps are pretty easy to incorporate in the related packages.
First: xen-4.4.0 simply needs to enable the target x86_64-pep by default. Without it no Xen EFI.
Second: The package that creates the grub.d xen_linux snippet might be extended to move xen.efi, vmlinuz, initrd and a xen.cfg to the ESP
Kernel commandline options can be taken from /proc/cmdline and/or grub?s /etc/default/grub and added to the xen.cfg automatically.
The efibootmgr entry can be added automatically as well.
I don?t have a patch hand...