From owner-freebsd-cloud@FreeBSD.ORG Tue Jun 23 06:24:59 2015 Return-Path: Delivered-To: freebsd-cloud@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09FFDA50 for ; Tue, 23 Jun 2015 06:24:59 +0000 (UTC) (envelope-from dvrao.584@gmail.com) Received: from mail-vn0-x230.google.com (mail-vn0-x230.google.com [IPv6:2607:f8b0:400c:c0f::230]) (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 B92A2E14 for ; Tue, 23 Jun 2015 06:24:58 +0000 (UTC) (envelope-from dvrao.584@gmail.com) Received: by vnbg129 with SMTP id g129so46098vnb.2 for ; Mon, 22 Jun 2015 23:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=c+K7vPAWpFFuyigHtTdAJEJQulPrzOdZ8fzL1wV0dqQ=; b=j4F46ssMDieLeKJ6QLv3YFa+U0Mzr7UOwnqSs0SPI3n1T7ijCrOgHp0vt72mepLfN1 fk4zX+TbOf1eS//3jA/TVm5OWmKdyc6Q2a3XVGBlfgx2fKL+H69beEOCDlvw9nY+RGIR LecIG7um08SHZO9kfho3laPJex22NJ4Ge/WNL0ZX///kvOq/qj5ziYussYtmN89rJpnl bH4SrUD44mGlT7pBAZRnfEtTHD4ojvEaWP+VcdstubLLgufYDrZxu+jmFUEGekcaF+VZ OA5n4+OVfG3tkv+Vkkp+nL0V5cSqO2Yl7YNbrTtQPKanrw17HdAi45o6n2PLXmlKGfVv 2+hg== MIME-Version: 1.0 X-Received: by 10.52.124.43 with SMTP id mf11mr19606325vdb.92.1435040697663; Mon, 22 Jun 2015 23:24:57 -0700 (PDT) Received: by 10.52.106.134 with HTTP; Mon, 22 Jun 2015 23:24:57 -0700 (PDT) Date: Tue, 23 Jun 2015 11:54:57 +0530 Message-ID: Subject: FreeBSD is not booting in Openstack From: Venkateswara Rao Dokku To: freebsd-cloud@freebsd.org, "venky ......." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 06:24:59 -0000 Hi All, I am trying to boot FreeBSD 8.4 image on openstack compute node using nova boot command on compute node, which has Ubuntu Precise as base OS. I am getting the following crash when I try this. db> bt Tracing pid 0 tid 100000 td 0xffffffff95e1df20 get_typematic() at get_typematic+0x7e atkbd_init() at atkbd_init+0x2f9 atkbd_attach_unit() at atkbd_attach_unit+0x91 atkbdattach() at atkbdattach+0x78 device_attach() at device_attach+0xcc bus_generic_attach() at bus_generic_attach+0x1a atkbdc_isa_attach() at atkbdc_isa_attach+0x155 device_attach() at device_attach+0xcc bus_generic_attach() at bus_generic_attach+0x1a acpi_attach() at acpi_attach+0xab5 device_attach() at device_attach+0xcc bus_generic_attach() at bus_generic_attach+0x1a nexus_acpi_attach() at nexus_acpi_attach+0x69 device_attach() at device_attach+0xcc bus_generic_new_pass() at bus_generic_new_pass+0xd6 bus_set_pass() at bus_set_pass+0x7a configure() at configure+0xa mi_startup() at mi_startup+0x59 btext() at btext+0x2c When I did some googling, I found out that it has todo with the seabios version that comes with the Ubuntu Precise. Please refer to the following links for more details. http://comments.gmane.org/gmane.comp.emulators.qemu/198789 https://bugs.launchpad.net/fuel/+bug/1435501 I wanted to boot my FreeBSD VM on top of Openstack setup without altering the setup ( w.o updating the seabios folder as mentioned in the above links). Is there any patch available for this issue? Any help is much appreciated. -- Thanks & Regards, DVR