Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. qemu-system-x86_64 -serial tcp:localhost:44428
  2.                     -monitor telnet:localhost:2010,server,nowait
  3.                     -drive file=OVMF_CODE-amd64.fd,if=pflash,format=raw,unit=0,readonly=on
  4.                     -drive file=OVMF_VARS-amd64.fd,if=pflash,format=raw,unit=1
  5.                     -m 1024
  6.                     -drive file=master-default.img,format=raw,if=virtio
  7.                     -device virtio-rng-pci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement