Hi Shaun, On Mon, Nov 29, 2021 at 11:25:22PM +0000, Shaun Reitan wrote: > There are a few workarounds out their, most involve a hook that decompresses > the kernel after an update but I'm not wanting to add complexity to the > kernel update process.
Another option is to switch the guest to Xen PVH mode. The Grub2 PVH image can boot LZ4-compressed kernels and all versions of Ubuntu that use LZ4 kernels also support booting as a PVH mode guest without any change to the guest. grub-mkimage -O i386-xenpvh -o /opt/grub/lib/pvhgrub.bin … I am not sure that you will find anyone to work on Xen PV support any more as I think Xen upstream would rather see you move to PVH. Cheers, Andy _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel