Trying to install freebsd as guest in bhyve:
It not boots from iso. I see only grub prompt: "grub>"
here is log:
Ubuntu image starts ok. What im doing wrong?
Code:
vm install -f freebsd-test /pool/main/Images/FreeBSD-13.0-RELEASE-amd64-bootonly.iso
It not boots from iso. I see only grub prompt: "grub>"
here is log:
Code:
Apr 30 21:37:29: initialising
Apr 30 21:37:29: [loader: grub]
Apr 30 21:37:29: [cpu: 4]
Apr 30 21:37:29: [memory: 4096M]
Apr 30 21:37:29: [hostbridge: standard]
Apr 30 21:37:29: [com ports: com1]
Apr 30 21:37:29: [uuid: 82bb003a-c8b1-11ec-90c4-ecf4bbbef78c]
Apr 30 21:37:29: [utctime: yes]
Apr 30 21:37:29: [debug mode: no]
Apr 30 21:37:29: [primary disk: disk0.img]
Apr 30 21:37:29: [primary disk dev: file]
Apr 30 21:37:29: initialising network device tap0
Apr 30 21:37:29: adding tap0 -> vm-public (public addm)
Apr 30 21:37:30: bring up tap0 -> vm-public (public addm)
Apr 30 21:37:30: booting
Apr 30 21:37:30: create file /pool/vm/freebsd-test/device.map
Apr 30 21:37:30: -> (cd0) /pool/main/Images/FreeBSD-13.0-RELEASE-amd64-bootonly.iso
Apr 30 21:37:30: -> (hd0) /pool/vm/freebsd-test/disk0.img
Apr 30 21:37:30: /usr/local/sbin/grub-bhyve -m /pool/vm/freebsd-test/device.map -M 4096M -r cd0 freebsd-test
Ubuntu image starts ok. What im doing wrong?