linux - Centos7 NOT booting on bhyve/FreeBSD -
i close getting centos7 (version 1503) running on freebsd 11.1 bhyve, stuck. have used following instructions installation. please let me know if can advice how address /dev/mapper/centos-root issue or alternative way centos7 running in bhyve.
sudo pkg install vm-bhyve grub2-bhyve
sudo vi /etc/rc.conf vm_enable="yes" vm_dir="/vm"
sudo vm init
- sudo cp /usr/local/share/examples/vm-bhyve/* /vm/.templates/
- sudo vm switch create public
- sudo vm switch add public alc0
- vm iso centos-7-x86_64-minimal-1503-01.iso
- sudo vm create centos7
sudo vm -f install centos7 centos-7-x86_64-minimal-1503-01.iso
sudo vi /vm/centos/centos7.conf (updated kernel version) /vmlinuz-3.10.0-229.el7.x86_64 /initramfs-3.10.0-229.el7.x86_64.img
sudo vm -f start centos7
[ ok ] reached target basic system. [ 0.812167] vda: vda1 vda2 vda3 [ 1.260077] input: ps/2 generic mouse /devices/platform/i8042/serio1/input/input2 [ 1.472683] tsc: refined tsc clocksource calibration: 3196.809 mhz [ 1.473214] switching clocksource tsc
aug 20 15:36:01 centos7 kernel: switching clocksource tsc aug 20 15:39:08 centos7 dracut-initqueue[209]: warning: not boot. aug 20 15:39:08 centos7 dracut-initqueue[209]: warning: /dev/mapper/centos-root aug 20 15:39:08 centos7 systemd[1]: starting dracut emergency shell...
Comments
Post a Comment