I am having issues with BHYVE/IOHYVE and I was hoping someone could offer some guidance, or new something I could check. Being fairly new to FreeBSD (let alone BHYVE!) I am quite at a loss.
I've tried several different options and I have been to several different places:
https://gist.github.com/wunki/e407c2935cabc5a232fd
https://github.com/pr1ntf/iohyve
This works like a charm! And setup seems to work just like you think it would.
But then I wanted to try an ubuntu installation. I have also tried setting the os=ubuntu and os=default
But after the last line I see:
And this will sit there until I close my SSH client (I have waited for hours). And dropping into the console has nothing listed either.
Is there anything obvious that I am doing wrong? I have tried poking and prodding at this but I think it may just be beyond me.
Thanks for the support!
I've tried several different options and I have been to several different places:
https://gist.github.com/wunki/e407c2935cabc5a232fd
https://github.com/pr1ntf/iohyve
Code:
iohyve isolist
FreeBSD-10.3-RELEASE-amd64-bootonly.iso
iohyve create freebsd103 10G
iohyve install freebsd10.3 FreeBSD-10.3-RELEASE-amd64-bootonly.iso
iohyve console freebsd103
This works like a charm! And setup seems to work just like you think it would.
But then I wanted to try an ubuntu installation. I have also tried setting the os=ubuntu and os=default
Code:
iohyve create ubuntuserver 15G
iohyve set ubuntuserver loader=grub-bhyve
iohyve set ubuntuserver os=debian
iohyve set ubuntuserver ram=1024M
iohyve set ubuntuserver cpu=2
iohyve set ubuntuserver con=nmdm1
iohyve install ubuntuserver ubuntu-14.04.4-server-amd64.iso
But after the last line I see:
Code:
Installing ubuntuguest...
Is there anything obvious that I am doing wrong? I have tried poking and prodding at this but I think it may just be beyond me.
Thanks for the support!