Date: Sat, 12 Oct 2019 13:57:59 -0600 From: The Doctor <doctor@doctor.nl2k.ab.ca> To: Allan Jude <allanjude@freebsd.org> Cc: freebsd-virtualization@freebsd.org Subject: Re: Centos 8, Centos Stream and XFS Message-ID: <20191012195759.GA81903@doctor.nl2k.ab.ca> In-Reply-To: <876b31c0-c953-2dd9-a6e4-6d6e81b6bfb6@freebsd.org> References: <20190929135440.GA92228@doctor.nl2k.ab.ca> <876b31c0-c953-2dd9-a6e4-6d6e81b6bfb6@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 06, 2019 at 12:12:13PM -0400, Allan Jude wrote: > On 2019-09-29 09:54, The Doctor via freebsd-virtualization wrote: > > Are we able to solve those 3 problems? > > > > If you boot using UEFI or UEFI-CSM you don't need bhyve-grub to support > the newer filesystem stuff, as it will use CentOS's verion of grub > installed inside the image. > Not the case. Oracle 8, Centos 8 and Centos Stream uses something called dracut pre-trigger hook wating to connct to lldpad Using #!/bin/sh /usr/sbin/bhyve -ASHP \ -s 0:0,hostbridge \ -s 31:0,lpc \ -s 2:0,virtio-net,tap2 \ -s 3:0,virtio-blk,/usr/vm/images/centos8 \ -s 4:0,ahci-cd,/usr/vm/.iso/CentOS-8-x86_64-1905-dvd1.iso \ -c 4 -m 512M \ -s 29,fbuf,tcp=0.0.0.0:5956,w=1024,h=768,wait \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ centos8guest & To Install Centos 8 and #!/bin/sh /usr/sbin/bhyve -ASHP -s 0:0,hostbridge -s 31:0,lpc -s 2:0,virtio-net,tap5 -s 3:0,virtio-blk,/usr/vm/images/oracle -s 4:0,ahci-cd,/usr/vm/.iso/V983280-01.iso -s 29,fbuf,tcp=0.0.0.0:5961,w=1024,h=768,wait -c 4 -m 512M -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd oracleguest & to install Oracle Linux 8.\\ So we need bhyve to address this and the gui issue posed by Debian. > -- > Allan Jude > -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheism Canada - Choose Forward on 21 Oct 2019 !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191012195759.GA81903>