nareshkamboju

qemu command

Jun 16th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. qemu-system-aarch64 -machine virt,accel=tcg -display none -m 4096 -cpu cortex-a57 -smp 4 -serial mon:stdio \
  2. -bios /usr/share/qemu-efi/QEMU_EFI.fd
  3. -netdev user,id=unet -device virtio-net-device,netdev=unet \
  4. -drive file=kvm-armhf.qcow2,id=myblock,index=0,if=none \
  5. -device virtio-blk-device,drive=myblock \
  6. -append "console=ttyAMA0 root=/dev/vda2" \
  7. -kernel Image-oe \
  8. -daemonize -display vnc=none \
  9. -serial file:qemu_aarch64.log
Add Comment
Please, Sign In to add comment