From owner-freebsd-virtualization@freebsd.org Sat Oct 24 21:18:53 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7D033454BE2 for ; Sat, 24 Oct 2020 21:18:53 +0000 (UTC) (envelope-from xavier@xavierhumbert.net) Received: from aragorn.amdh.fr (aragorn.groumpf.org [176.31.180.205]) by mx1.freebsd.org (Postfix) with UTF8SMTP id 4CJYqw1SXPz46bg for ; Sat, 24 Oct 2020 21:18:51 +0000 (UTC) (envelope-from xavier@xavierhumbert.net) Received: from numenor.groumpf.org (numenor [78.251.129.10]) by aragorn.amdh.fr (Postfix) with UTF8SMTP id 767F5DEA09 for ; Sat, 24 Oct 2020 23:18:49 +0200 (CEST) Received: from numenor.groumpf.org (localhost [127.0.0.1]) by numenor.groumpf.org (Postfix) with UTF8SMTP id 1D5A0200DD for ; Sat, 24 Oct 2020 23:18:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at groumpf.org Received: from numenor.groumpf.org ([127.0.0.1]) by numenor.groumpf.org (ns3.groumpf.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8LMTP id Ztvlm2PaN469 for ; Sat, 24 Oct 2020 23:18:37 +0200 (CEST) Received: from [192.168.100.25] (feanor.groumpf.org [192.168.100.25]) by numenor.groumpf.org (Postfix) with UTF8SMTPSA id 64A722015C for ; Sat, 24 Oct 2020 23:18:37 +0200 (CEST) From: Xavier Humbert To: freebsd-virtualization@freebsd.org References: Subject: Re: Problem setting up Centos 7 Message-ID: Date: Sat, 24 Oct 2020 23:18:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Thunderbird/83.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: fr X-Rspamd-Queue-Id: 4CJYqw1SXPz46bg X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of xavier@xavierhumbert.net has no SPF policy when checking 176.31.180.205) smtp.mailfrom=xavier@xavierhumbert.net X-Spamd-Result: default: False [2.21 / 15.00]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.54)[0.536]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.55)[0.548]; DMARC_NA(0.00)[xavierhumbert.net]; NEURAL_SPAM_LONG(0.13)[0.128]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:176.31.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-virtualization]; RECEIVED_SPAMHAUS_PBL(0.00)[78.251.129.10:received] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 21:18:53 -0000 On 24/10/2020 18:15, Xavier Humbert wrote: > Hi, > > I haven't posted to this list for a while. I'm trying to set up Centos = > with vm-bhyve on 12STABLE. > > I keep getting > >> error: disk `hd0,msdos1' not found. >> error: you need to load the kernel first. > My config file is=C2=A0 this one : >> loader=3D"grub" >> cpu=3D1 >> memory=3D512M >> network0_type=3D"virtio-net" >> network0_switch=3D"public" >> disk0_type=3D"virtio-blk" >> disk0_name=3D"disk0.img" >> grub_install0=3D"linux /isolinux/vmlinuz LANG=3Den_US.UTF-8 KEYTABLE=3D= us=20 >> SYSFONT=3Dlatarcyrheb-sun16 console=3DttyS0" >> grub_install1=3D"initrd /isolinux/initrd.img" >> grub_run0=3D"linux /vmlinuz-3.10.0-957.el7.x86_64=20 >> root=3D/dev/mapper/centos-root LANG=3Den_US.UTF-8 KEYTABLE=3Dus=20 >> SYSFONT=3Dlatarcyrheb-sun16 console=3DttyS0" >> grub_run1=3D"initrd /initramfs-3.10.0-957.el7.x86_64.img" > Yes, I ran strings(1) on vmlinux to get the exact version. > > What is wrong with my VM ? > > Thanks in advance, > > Xavier OK, I destroyed and recreated the VM, now the installer launches with=20 this very config. Please note that UEFI loader doesn't work, it angs Now I run into the infamous XFS problem... The text installer doesn't allow to choose the filesystem type. And VNC=20 won't launch (network not activated) I'm lost and don't want to install another Linux, I've to install a RPM=20 based appliance... Googled 3 hours with no success. Any idea ? Thanks, Xavier --=20 Xavier HUMBERT Linux/FreeBSD Senior Sysadmin