Skip to content
  • William Johansson's avatar
    scripts/mkimg: boot Xen via multiboot with Grub · 297e17a3
    William Johansson authored and Natanael Copa's avatar Natanael Copa committed
    If Xen is present and Grub is used, like on UEFI systems, use multiboot2
    to load Xen and the dom0 linux kernel.
    
    Enable grub modules:
     * part_gpt: to read files from GPT partitions
     * multiboot2: to load multiboot2 kernels, like Xen
     * gzio: to load Xen which is gzip compressed
    297e17a3