[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question...
- To: "Samuel P. Felton - GPT LLC" <sam.felton@xxxxxxxxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Fri, 1 May 2020 09:52:19 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/3g1FoEufwcGPWv0JcEVYzL/MA9QpcMUjeENsLHfKxo=; b=INQ/HWL2apDmSCDTwaarDI3d+YRTs977e51nAap4eOGzY95ruxUVN2V4HqsVmAc6hAnkVPEcLvZG9OM0cFK4BQmN4Tvp6uCIYcUxDziLk1C2WKSEV0NeXbAxR2HiCB+AsnIkajdkPqWwJukRUBjzSjkCiG0cEytLOLHnirCektnn1mpkBne2uPY8dN6reAaqEn+feE/GndU4atXuOhsHAmZFOsa5kSqopqy4FOJZvXRMjEVVAYT7v/RAlNygTCZhFkCvg1nnLAk24DBk48s7ZEyN67stp0HObmLLgKEiCMCDztV7D1mnd1KSmwD9mJwE2LrPYaxR70e8AZ5/ZHCzOg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sn/kzQFEZ24EDNQdGUr+gOj40C43wpB84XyUR4cY2ovubb6YOoahSj52oNMXm505pSLQFPRa/t4NjOd9SXu6vFJquXuWzw66hYy2aR+W9XApHbt0BCCIve/8vh7tTnrKNavlJn6SXZWfLjwtVQkKkByz6TgZ+uwv37Pp0I1XEHI3WDW8Jv52jSPqM+bOYPp0MNG92nxvfh6sCHaKiFowiojbH4nGx/KRqCqN6o9ro6SKLlsib0pxWRbq6X1DjGoRaksl7X6QP18+CcSlQzGrWQTVWodlqKuHPVVN1AB0jxvUOn4ajM/Z/PoZgt/VZr+FSdK59KIsKBNKvfj+6FaG5g==
- Authentication-results: spf=pass (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; lists.xen.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;lists.xen.org; dmarc=bestguesspass action=none header.from=arm.com;
- Authentication-results-original: glacier-peak.net; dkim=none (message not signed) header.d=none;glacier-peak.net; dmarc=none action=none header.from=arm.com;
- Cc: "xen-devel@xxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxx>
- Delivery-date: Fri, 01 May 2020 09:52:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: glacier-peak.net; dkim=none (message not signed) header.d=none;glacier-peak.net; dmarc=none action=none header.from=arm.com;
- Thread-index: AdYffIk+nIOwP7iTQLuOs3KZB2G7LwAIaoMA
- Thread-topic: Question...
Hi Samuel,
> On 1 May 2020, at 06:59, Samuel P. Felton - GPT LLC
> <sam.felton@xxxxxxxxxxxxxxxx> wrote:
>
> So, I’m trying to get a Xen Dom0 and DomU, both running Ubuntu 20.04 LTS up
> on our brand-new Gigabyte ThunderX2 ARM64 box. I can get Ubuntu up and
> running, but after installing the Xen bits, it dies after the UEFI layer
> launches GRUB. I haven’t been able to get any logfiles because it doesn’t get
> that far. Nothing shows up on the serial port log either – it just hangs.
>
> Has anyone over there been trying to get a similar setup running? Am I out to
> lunch for trying this, or is there something I’m missing? Any help at all
> would be appreciated.
I am currently porting Xen on an N1SDP arm board which is also using a
EDK2/grub setup and I manage to start xen from grub and then start dom0
providing a DTB.
My grub configuration looks like this:
menuentry 'xen' {
xen_hypervisor $prefix/xen.efi loglvl=all guest_loglvl=all console=dtuart
dtuart=serial0 dom0_mem=1G
xen_module $prefix/Image console=hvc0 efi=noruntime rw root=/dev/sda1
rootwait
devicetree $prefix/n1sdp.dtb
}
Could you share your grub configuration ?
Bertrand
>
> If this doesn’t work, I’m going to have to go to FreeBSD and Bhyve because I
> know someone who has that working. I’d rather use Linux than BSD for this
> application, there are more drivers supporting this hardaware.
>
> Thanks,
> ~Sam
>
>
>
>
> <image001.png>
> Phone: +1 206 701-7321 ext. 101
> Email: info@xxxxxxxxxxxxxxxx
IMPORTANT NOTICE: The contents of this email and any attachments are
confidential and may also be privileged. If you are not the intended recipient,
please notify the sender immediately and do not disclose the contents to any
other person, use it for any purpose, or store or copy the information in any
medium. Thank you.
|