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.

  1. sudo pkg install vm-bhyve grub2-bhyve

  2. sudo vi /etc/rc.conf vm_enable="yes" vm_dir="/vm"

  3. sudo vm init

  4. sudo cp /usr/local/share/examples/vm-bhyve/* /vm/.templates/
  5. sudo vm switch create public
  6. sudo vm switch add public alc0
  7. vm iso centos-7-x86_64-minimal-1503-01.iso
  8. sudo vm create centos7
  9. sudo vm -f install centos7 centos-7-x86_64-minimal-1503-01.iso

  10. 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

  11. 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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -