From nobody Tue Nov 30 12:27:32 2021 X-Original-To: virtualization@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 F067618C658E for ; Tue, 30 Nov 2021 12:27:41 +0000 (UTC) (envelope-from SRS0=XLl9=QR=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4J3M1T5qqJz4swl for ; Tue, 30 Nov 2021 12:27:41 +0000 (UTC) (envelope-from SRS0=XLl9=QR=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 9002728417; Tue, 30 Nov 2021 13:27:34 +0100 (CET) Received: from illbsd.quip.test (ip-78-45-215-131.net.upcbroadband.cz [78.45.215.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id A3B8228416; Tue, 30 Nov 2021 13:27:33 +0100 (CET) Subject: Re: Bhyve CD-ROM To: virtualization@freebsd.org, Mario Marietto References: <1786593170.587714.1638135091567@ichabod.co-bxl> <711266519.635448.1638165807735@ichabod.co-bxl> <3e5cfc26e781421ba0244d5c78c3a4d4@beckhoff.com> <878258613.80307.1638218553852@ichabod.co-bxl> Cc: =?UTF-8?Q?Corvin_K=c3=b6hne?= From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: Date: Tue, 30 Nov 2021 13:27:32 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4J3M1T5qqJz4swl X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 29/11/2021 22:46, Mario Marietto wrote: > So,the time to try my ideas has come. You can try to remove the first > sector of the iso image,so that it won't boot or you can pass through a > virtual or a physical disk or you can create a new iso file from scratch, > with your files inside...there are a lot of possibilities... If memory serves me right shorting the ISO (any disk device) by some sectors can be done "on the fly" with gnop utility. Something like gnop create -o ... > Il giorno lun 29 nov 2021 alle ore 21:42 Sysadmin Lists < > sysadmin.lists@mailfence.com> ha scritto: > >> Thanks Corvin. But I tried that already and it didn't work. It still boots >> to the ISO. I get this text on the terminal I launch Bhyve from: >> >> BdsDxe: loading Boot0001 "UEFI BHYVE SATA DVD ROM BHYVE-92FC-A81B-A3B5" >> from PciRoot(0x0)/Pci(0x4,0x0)/Sata(0x0,0xFFFF,0x0) >> BdsDxe: starting Boot0001 "UEFI BHYVE SATA DVD ROM BHYVE-92FC-A81B-A3B5" >> from PciRoot(0x0)/Pci(0x4,0x0)/Sata(0x0,0xFFFF,0x0) >> Welcome to GRUB! Miroslav Lachman