Advertisement
Guest User

Untitled

a guest
May 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ./bhyve \
  2. -c 2 \
  3. -s 3,ahci-cd,/root/images/win16.iso \
  4. -s 4,ahci-hd,/root/images/disk.img \
  5. -s 11,fbuf,tcp=0.0.0.0:5900,w=1600,h=900,wait \
  6. -s 20,xhci,tablet \
  7. -s 31,lpc \
  8. -l bootrom,/root/images/BHYVE_UEFI_20160526.fd \
  9. -m 2G -H -w \
  10. vm3
  11.  
  12. ./bhyve \
  13. -c 2 -m 2G -w -H \
  14. -s 0,hostbridge \
  15. -s 3,ahci-cd,/root/images/win16.iso \
  16. -s 4,ahci-hd,/root/images/disk.img \
  17. -s 5,virtio-net,tap0 \
  18. -l bootrom,/root/images/BHYVE_UEFI_20160526.fd \
  19. -s 29,fbuf,tcp=0.0.0.0:5900,w=1280,h=960,wait \
  20. -s 30,xhci,tablet \
  21. -s 31,lpc -l com1,stdio \
  22. vm1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement