Bhyve Notes

Random Bhyve Notes

Ubuntu 18.04

I've found myself staring at a

grub>

With ubuntu not going anywhere..

If I did

set root=(hd0,gpt2)
set prefix=(hd0,gpt2)/boot/grub
linux /vmlinuz root=/dev/vda2
initrd /initrd.img
boot

vda being because it's got virtio-bd, if it's using ahci …

more ...

Poking at VXLan

Right, now what? :)

So I've heard about vxlan, lots of talk about it, kind of knew what it actually was never really found it .. tempting ..

But I figured I'd better try it and see. So I wanted to do something silly as the first thing.

First configured it between two …

more ...