From owner-freebsd-current@FreeBSD.ORG Fri Aug 22 21:15:58 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14AEC400; Fri, 22 Aug 2014 21:15:58 +0000 (UTC) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF1013551; Fri, 22 Aug 2014 21:15:57 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id x19so7232904ier.34 for ; Fri, 22 Aug 2014 14:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=pgIU6KcAcMzMgGYcJrQ0R+VYeRIl/aLrFUj6nQLj5FY=; b=j98CEh9HPA+jdl/0omcujiL8jR+gbiAhzGVMHwj7OwWQtf0s8MhTufqa98+MIstQiV XhwXKp/49IIYl6mAlfz8tf2zremot41dOHJR575OaVLuvbXZY2Cj82zSEZwjq6r2DmzS Al+r7TWbmRUIXL6QBo+r6mEUejZfMesaURZJwlgzNt+Y3S969eYxjpqlbCHhsOkQ4k82 dJyiiPn9nB62keCjAy4mua5qS4Z1B/i+YlM3obpbCIoT0G4mfIsoRUrkz7qjVeJpcQGG nyZr9W4hPrf3xkAYrLqaiF89n/96vk0Ar92ivYqnKi6e66fNvCNTXtpS9FhuVgX3jD2u 3RZg== X-Received: by 10.50.62.50 with SMTP id v18mr1044863igr.21.1408742157201; Fri, 22 Aug 2014 14:15:57 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.131.38 with HTTP; Fri, 22 Aug 2014 14:15:37 -0700 (PDT) In-Reply-To: <853B0396-2C19-49DF-A8E8-8EB43D107597@xcllnt.net> References: <853B0396-2C19-49DF-A8E8-8EB43D107597@xcllnt.net> From: Ed Maste Date: Fri, 22 Aug 2014 17:15:37 -0400 X-Google-Sender-Auth: 7VCBtxHyTyJ_sd5sYMRJlUcO6K4 Message-ID: Subject: Re: mkimg used to create gpt image, problem booting To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: Craig Rodrigues , freebsd-current Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 21:15:58 -0000 On 22 August 2014 16:45, Marcel Moolenaar wrote: > > I have so far not been able to boot an image created > by mkimg with a FreeBSD-hosted qemu. > o VMware and VirtualBox are fine. > o A non-FreeBSD hosted qemu also works fine. For what it's worth, I have no trouble booting a mkimg-created image with QEMU on FreeBSD, and have been using it regularly for vt(4) and UEFI development. Some particulars: * Host is amd64 stable/10 with some additional MFC candidates (uname reports "FreeBSD 10.0-STABLE #1 r268946+94ba9c8(stable-10)") * My mkimg command was "mkimg -s gpt -b $ROOTDIR/boot/pmbr -p efi:=$ROOTDIR/boot/boot1.efifat -p freebsd-boot:=$ROOTDIR/boot/gptboot -p freebsd-ufs:=ufs -p freebsd-swap::1M -o img" * QEMU installed from the package, qemu-devel-2.0.0_2 * SeaBIOS version info printed at startup is the same as Craig's