From nobody Tue Nov 30 22:14:17 2021 X-Original-To: freebsd-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 15DDB1826F48 for ; Tue, 30 Nov 2021 22:14:21 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4J3c2N6Pptz4RFN for ; Tue, 30 Nov 2021 22:14:20 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 113FD1843; Tue, 30 Nov 2021 23:14:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1638310459; s=20210208-e7xh; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:From:Cc:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1919; bh=78i9LlH+V1M4cYGPVC+ai8QC0QJ1cxdf6/FtHbBO+lM=; b=cU2vbm3GMEVsoz3rSWkpfmhP5Z7/hRgEbfVwMqJxut7DTLFdBzF4jWf8/jbRZ7vk xrbBOyKiDBHfNvZkPzAo4qVW8pp9I1uoMUbjAO/ESwBZYc390Q5Rlg1CupIWfKCHBfo Lcig4RszP5/eE0wW6sdCjHaG8dwZGAn9B/15MBYiLFh4Xlqn4G9szwAMWte9VNRCfh/ E/8EM1O+f2hhKYts8Fmm665xRLJtJKOhGaDgSGSA8M0ZAXuGbRxTukN25Q9N7k8+nf+ YF/CjDGMPGAo7mEx44zsHebebo3x6AuAORQt2OphJ/ARb5iukJ5Doll+bpX9Qqv297c gzZZ6PF3Wg== Date: Tue, 30 Nov 2021 23:14:17 +0100 (CET) To: Bakul Shah Cc: =?utf-8?Q?Corvin_K=C3=B6hne?= , Mario Marietto , Freebsd Virtualization Message-ID: <1402880728.268687.1638310457578@ichabod.co-bxl> In-Reply-To: <1BF2D752-2F3F-497B-8932-3A0BFAF1BD9B@iitbombay.org> References: <1786593170.587714.1638135091567@ichabod.co-bxl> <711266519.635448.1638165807735@ichabod.co-bxl> <3e5cfc26e781421ba0244d5c78c3a4d4@beckhoff.com> <878258613.80307.1638218553852@ichabod.co-bxl> <724392928.94209.1638225100654@ichabod.co-bxl> <1b7acfc7b88a46bfbbb9f4b6444f3c2d@beckhoff.com> <951253309.258922.1638305495927@ichabod.co-bxl> <1BF2D752-2F3F-497B-8932-3A0BFAF1BD9B@iitbombay.org> Subject: Re: Bhyve CD-ROM 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Rspamd-Queue-Id: 4J3c2N6Pptz4RFN X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: sysadmin.lists@mailfence.com From: Sysadmin Lists via freebsd-virtualization X-Original-From: Sysadmin Lists X-ThisMailContainsUnwantedMimeParts: N Yeah, all you cool kids are running 13.0-* already while I'm waiting for 12= .3-RELEASE to get out of beta. :P I have to decide if fixing Bhyve by jumping to 13.0-RELEASE is worth the ti= me required to fix whatever else breaks from the upgrade. > ---------------------------------------- > From: Bakul Shah > Sent: Tue Nov 30 22:41:05 CET 2021 > To: > Cc: Corvin K=C3=B6hne , Mario Marietto , Freebsd Virtualization > Subject: Re: Bhyve CD-ROM >=20 >=20 > FWIW, I had no trouble installing Debian 5.10.something in a VM. > I am using 13.0-STABLE but this should also work on 13.0-RELEASE. > When booting from a disk, I just remove the cdrom line from bhyve > command line (as shown below). >=20 > # cat debian/run > bhyve -c 2 \ > -s 0,hostbridge \ > -s 5,nvme,debian.img \ > -s 8,virtio-9p,sharename=3D/vm-share/debian \ > -s 10,virtio-net,tap6,mac=3D58:9c:fc:XX:XX:XX \ > -s 20,xhci,tablet \ > -s 31,lpc \ > -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ > -l com1,/dev/nmdm6B \ > -m 4G -H \ > -s 11,fbuf,tcp=3D0.0.0.0:5909,wait \ > debian >=20 > exit > -s 4,ahci-cd,debian.iso \ >=20 > In the VM: > $ uname -a > Linux debian 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 G= NU/Linux >=20 > The share was mounted with >=20 > # mount -t 9p -o trans=3Dvirtio,cache=3Dmmap,version=3D9p2000.L,rw sharen= ame /mnt > # partx /dev/nvme0n1 >=20 > NR START END SECTORS SIZE NAME UUID > 1 2048 391167 389120 190M ESP ... > 2 391168 132227071 131835904 62.9G root ... > 3 132227072 134215679 1988608 971M swap ... >=20 > I did a manually install as I wanted to play with xfs but otherwise > it was just standard install, no other hacks. --=20 Sent with https://mailfence.com =20 Secure and private email