User Tools

Site Tools


freebsd:bhyve

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
freebsd:bhyve [2016/12/06 14:50]
tschulz [You will need the following in order to install Linux]
freebsd:bhyve [2016/12/06 14:52]
tschulz [You will need the following in order to install Linux]
Line 74: Line 74:
 === Load Kernel and startvm === === Load Kernel and startvm ===
 <​file>​ <​file>​
 +screen
 grub-bhyve -m device.map -r cd0 -M 1024M ubuntu-16.04 grub-bhyve -m device.map -r cd0 -M 1024M ubuntu-16.04
-bhyve -A -H -P -s 0:​0,​hostbridge -s 1:0,lpc -s 2:​0,​virtio-net,​tap0 -s 3:​0,​virtio-blk,​./​ubuntu-16.04.img ​+bhyve -A -H -P -s 0:​0,​hostbridge -s 1:0,lpc -s 2:​0,​virtio-net,​tap0 -s 3:​0,​virtio-blk,​./​ubuntu-16.04.img ​   -s 4:​0,​ahci-cd,​./​ubuntu-16.04.1-server-amd64.iso -l com1,stdio -c 4 -m 1024M ubuntu-16.04
-    -s 4:​0,​ahci-cd,​./​ubuntu-16.04.1-server-amd64.iso -l com1,stdio -c 4 -m 1024M ubuntu-16.04+
 </​file>​ </​file>​
 +  * As long as the Linux iso has a text mode installer it should install normally
 +=== Destroy VM ===
 +<​file>​
 +bhyvectl --destroy --vm=ubuntu-16.04
 +</​file>​
 +
  
  
freebsd/bhyve.txt · Last modified: 2018/09/18 22:21 by tschulz