|
[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) for Xen boot
On Mon, 2015-07-13 at 16:53 +0800, fu.wei@xxxxxxxxxx wrote:
> From: Fu Wei <fu.wei@xxxxxxxxxx>
>
> - 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/serial@1c020000 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 <ian.campbell@xxxxxxxxxx>
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |