From nobody Fri Jul 14 09:52:15 2023 X-Original-To: hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4R2RbZ5cxFz4mx7L for ; Fri, 14 Jul 2023 09:52:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4R2RbY42vjz4GTF for ; Fri, 14 Jul 2023 09:52:25 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=KC4FvLYr; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il; dmarc=pass (policy=none) header.from=huji.ac.il DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=YRUCAUCJxH85hVVUlnF5yebZjwzVZ3oJCQr9TkWCAvM=; b=KC4FvLYraQ2GsdKVpJNe6Orx/HNJKPhK1pjVwOCpkMs4uECHop5LFHPX7FJNYSZKYGtxXSvunOyw7782VF3OvFls2tlPBH5b6IHTmsD7mNIVZXSa7J1grRtvfx4vpVdihVz4mpFkn3hxosw0TGJ2nus4qgRx6idhWfazpxiQrvnMdFOQOkiCQDrFJKQR8hnlK3Fkqbkyx7voDKQ4/s9mlJWJ45wyJT6LqvDeE+Y5owd3nCMMubfyXyEYPeltMj/8wDxgJbZpTfa8RhWiL2LG6N9Rlykp9v5+0wFUhIE+ej4MRoJBQBf4KdvmM5haVwRB+ihiFIPM+itcZOR6UXfXyQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1qKFTD-000JN6-Nr for hackers@freebsd.org; Fri, 14 Jul 2023 12:52:15 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: bhyve loader Message-Id: Date: Fri, 14 Jul 2023 12:52:15 +0300 To: freebsd-hackers X-Mailer: Apple Mail (2.3696.120.41.1.3) X-Spamd-Result: default: False [-3.12 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.82)[-0.820]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[hackers@freebsd.org]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[danny]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4R2RbY42vjz4GTF X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N hi, till 13.1 i have in the config file loader=3D"bhyveload" uefi=3D=E2=80=9Cyes=E2=80=9D =E2=80=A6 and the clients load diskless just fine(*), but now with FreeBSD 13.2 this stopped working. now I have to set loader=3D=E2=80=9Cuefi=E2=80=9D so Q: it the uefi=3D=E2=80=9Cyes=E2=80=9D still relevant? cheers, danny *: needs some twiks :-)