From owner-freebsd-questions@freebsd.org Sat Oct 24 03:59:55 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9819343A499 for ; Sat, 24 Oct 2020 03:59:55 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJ6n56Y14z40qV for ; Sat, 24 Oct 2020 03:59:53 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.160] (cpe-24-24-163-126.socal.res.rr.com [24.24.163.126]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 154ccab2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 24 Oct 2020 03:59:46 +0000 (UTC) To: questions list From: Pete Wright Subject: Problems creating bootable image with poudriere/12.2-RC3 Message-ID: <225d9d5a-f4de-d5ac-b670-546e354951e5@nomadlogic.org> Date: Fri, 23 Oct 2020 20:59:40 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4CJ6n56Y14z40qV X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-2.34 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.92)[-0.919]; DMARC_NA(0.00)[nomadlogic.org]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.37)[-0.374]; NEURAL_HAM_MEDIUM(-0.75)[-0.750]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 03:59:55 -0000 Hello, I am trying to build a bootable raw disk image to boot in QEMU.  I had done this with 12.1-RELEASE, but for some reason when I attempt this with 12.2-RC3 qemu is not able to find a bootable disk.  I believe this is probably something I'm missing on my end and was hoping someone could see what error I'm making. I build the jail like so: poudriere jail -c -j 12_2 -a amd64 -z 12_2  -b -m src=/usr/home/pete/git/freebsd -K GENERIC Then I create the image like so: poudriere image -t rawdisk -j 12_2 -n bsd_12_2 -s 10g -h test.nomadlogic.org -o ~pete/wrk/freebsd/release/vmimages/ As I mentioned when i try to start qemu pointing to the rawdisk image it reports that it can't find a bootable device. Interestingly enough the disk images from 12.1 work, so perhaps I've got a bad jail build command? Thanks for any pointers here! -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA