bhyve centos7

Eric Melville emelville at anomali.com
Tue Jan 31 01:28:38 UTC 2017


No I am not sure, but a web search reveals that I am definitely not the only one with this problem, and booting from XFS sounds problematic if not wholly unsupported. Did you install CentOS 7 directly or update to it?

I think using bhyve-uefi or perhaps vm-bhyve may be the answer. The FreeBSD handbook explains how to install via serial but CentOS gives no disk configuration options via serial.

> Are you sure? This is one instance:
> -----
> % cat /etc/centos-release
> CentOS Linux release 7.2.1511 (Core)
> % df -T
> Filesystem              Type     1K-blocks     Used Available Use% Mounted on
> /dev/mapper/centos-root xfs       19351552 13931836   5419716  72% /
> devtmpfs                devtmpfs   3995416        0   3995416   0% /dev
> tmpfs                   tmpfs      4005368        0   4005368   0% /dev/shm
> tmpfs                   tmpfs      4005368   278792   3726576   7% /run
> tmpfs                   tmpfs      4005368        0   4005368   0% /sys/fs/cgroup
> /dev/vda1               xfs         508588   295664    212924  59% /boot
> tmpfs                   tmpfs       801076        0    801076   0% /run/user/1000
> -----
> 
> The host is HEAD, but CentOS runs on it, well, since the beginning
> of 2016. And I use sysutils/vm-bhyve.
> 
> Here is the conf:
> -----
> guest="linux"
> loader="grub"
> cpu=8
> memory=8G
> network0_type="virtio-net"
> network0_switch="public"
> disk0_type="virtio-blk"
> disk0_name="disk0.img"
> uuid="XXX"
> network0_mac="XXX"
> grub_run_partition="msdos1"
> grub_run_dir="/grub2"
> -----
> 
> Last two lines differ from v-bhyve docs.
> 
> HTH
> -- 
> WBR, Boris Samorodov (bsam)
> FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list