From owner-freebsd-xen@freebsd.org Sat Oct 22 20:34:52 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7A97C1D34B for ; Sat, 22 Oct 2016 20:34:52 +0000 (UTC) (envelope-from niek@bigfoot.com) Received: from smtp.centurylink.net (mail.centurylink.net [205.219.233.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2439CEC for ; Sat, 22 Oct 2016 20:34:52 +0000 (UTC) (envelope-from niek@bigfoot.com) X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=frieXxwf c=1 sm=1 tr=0 a=ASOhL5GjrLET+9I2nXgjzw==:117 a=ASOhL5GjrLET+9I2nXgjzw==:17 a=N659UExz7-8A:10 a=5uO5SaXwVVMXy0fnUdsA:9 a=pILNOxqGKmIA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: bmlla2Rla2tlckBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp02.agate.dfw.synacor.com smtp.user=niekdekker@centurylink.net; auth=pass (LOGIN) Received: from [71.3.84.71] ([71.3.84.71:7541] helo=[192.168.1.105]) by smtp.centurylink.net (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPSA (cipher=AES128-SHA) id 50/30-18897-3B8CB085; Sat, 22 Oct 2016 16:14:44 -0400 From: niek@bigfoot.com Subject: FreeBSD Xen DomU boot from drbd fails with error 19 To: freebsd-xen@freebsd.org Message-ID: Date: Sat, 22 Oct 2016 16:14:33 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0 SeaMonkey/2.44 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 22 Oct 2016 20:34:53 -0000 Running a FreeBSD 11.0-RELEASE HVM guest, using ufs, on Xen 4.4 (debian jessie) on LVM with drbd 8.4. The FreeBSD guest boots fine from LVM using 'disk' /dev// in domU config. I have a number of Linux guests running on drbd (8.4). Booting FreeBSD from the drbd device associated with drbd (with 'disk' /dev/drbdx) fails. I know I can't use drbd: with HVM guest. Trying to mount root from ufs:/dev/xbd0p2 [rw]... mountroot: waiting for device /dev/xbd0p2... Mounting from ufs:/dev/xbd0p2 failed with error 19. Device xbd0 is present, but no GPT tables are found.