From owner-freebsd-xen@freebsd.org Thu May 17 17:42:09 2018 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A0E0EDAF35 for ; Thu, 17 May 2018 17:42:09 +0000 (UTC) (envelope-from akshay1994.leo@gmail.com) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92FB16C509; Thu, 17 May 2018 17:42:08 +0000 (UTC) (envelope-from akshay1994.leo@gmail.com) Received: by mail-lf0-f48.google.com with SMTP id i11-v6so4728043lfb.7; Thu, 17 May 2018 10:42:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TBxEeRN8oIs0y2PCx0cmTBRg/E0aWb3MRZLnYaLt6ic=; b=QuwNanZYq5H1HPM2EApyW4bDAv5wcOx9n1IZjuT6yzB12yNbZyaVVrtTYr/9htyx5q kH1L0ASRAXm+Yn0zPX8uUOZ+OBE0yTjVieWlrHzUVsAcYbWBL+LpjJN5uEVtJZLIOPvU z9++ei0RQG31pEf7HZYuf5txPThIUwUi8WucBE+St3alNzqcA2PJf9bJAdXFBrzW82js 6YzxP5UFaTybh2+5/dWOb22Rm1rQJSuFm0fcJruzfmhuaTghuHa5flcgXdCsBUbLlneh AIOGXju0eqG2fkmTfupoR/lGZWd4yHlYIltthd2w6DID0niD63JP8xnOUKYeMticVMHX lDnQ== X-Gm-Message-State: ALKqPweK4uzO9zlxokffPlFTLT3ZIArldlLY6t4GypDKqjeidPCI3sM/ QlanF2pFOQtbk0r76LPqv9uAu5T+ X-Google-Smtp-Source: AB8JxZrqBfmq3Wu9KOGVjsQwG7JXbZwZHs5PV1xGRb9/0ls06Kk4euQgVzUCD0yg8Zr/YK/d5eVWfQ== X-Received: by 2002:a19:4310:: with SMTP id q16-v6mr3145498lfa.74.1526578921195; Thu, 17 May 2018 10:42:01 -0700 (PDT) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com. [209.85.215.42]) by smtp.gmail.com with ESMTPSA id o18-v6sm1349070lfg.16.2018.05.17.10.42.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 May 2018 10:42:00 -0700 (PDT) Received: by mail-lf0-f42.google.com with SMTP id t129-v6so9998148lff.3; Thu, 17 May 2018 10:42:00 -0700 (PDT) X-Received: by 2002:a19:c48f:: with SMTP id u137-v6mr17888854lff.2.1526578920595; Thu, 17 May 2018 10:42:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Jaggi Date: Thu, 17 May 2018 18:41:50 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Stuck on blank screen after booting Xen To: Pratyush Yadav Cc: FreeBSD-Xen , Edward Napierala Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 17:42:09 -0000 I guess this is expected behaviour. My knowledge is two years old. But iirc, Dom0/Xen sent output over serial. On Thu 17 May, 2018, 6:35 PM Pratyush Yadav, wrote: > Hi, > > I am trying to boot Xen on my Laptop. FreeBSD without Xen boots fine > but when I install Xen and reboot, it gets to the boot loader screen, > prints some Xen messages and then stops on a blank screen. > > I can't provide the logs as I never got the chance to look at them, > they go by very fast. All I remember is seeing some dots in a line and > then the blank screen. > > I am running it on a laptop with Intel i7 4710HQ processor. Also, my > FreeBSD is installed in BIOS mode on my USB drive. Does Xen not > support boot from USB? Is there any other reason its getting stuck? > The config files I pretty much copied exactly from the FreeBSD as a > Xen host wiki page [0]. > > Regards, > Pratyush Yadav > > [0] https://www.freebsd.org/doc/handbook/virtualization-host-xen.html >