grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) fo


From: Ian Campbell
Subject: Re: [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot
Date: Tue, 14 Jul 2015 10:29:13 +0100

On Mon, 2015-07-13 at 16:53 +0800, address@hidden wrote:
> From: Fu Wei <address@hidden>
> 
>   - This adds support for the Xen boot on ARM specification for arm64.

I have used this to PXE boot Xen on a mustang board. My (handcrafted)
grub.cfg was:

        set default=0
        set timeout=5
        menuentry 'pxe multiboot xen' {
          echo "xen_hypervisor /trap/xen.efi"
          xen_hypervisor /trap/xen.efi conswitch=x watchdog console=dtuart 
dtuart=/soc/address@hidden dom0_mem=512M,max:512M
          echo "xen_module /trap/vmlinuz"
          xen_module /trap/vmlinuz root=/dev/mapper/trap--vg-root ro  
console=hvc0
          echo "xen_module /trap/initrd.gz"
          xen_module /trap/initrd.gz
          boot
        }
        
Tested-by: Ian Campbell <address@hidden>

I didn't yet try a local boot from hdd since I'm sure it would work
equivalently and there still seems to be some discussion around how the
update-grub side should fit together.

Thanks!

Ian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]