Advertisement
andrei31

qemu-make-err

Feb 24th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.27 KB | None | 0 0
  1. andrei@ubuntu:~/qemu-vm$ make
  2. ./build-iso.sh
  3. 263 blocks
  4. 0 blocks
  5. 6883 blocks
  6. Warning: -follow-links does not always work correctly; be careful.
  7. Size of boot image is 4 sectors -> No emulation
  8. Total translation table size: 2048
  9. Total rockridge attributes bytes: 578
  10. Total directory bytes: 0
  11. Path table size(bytes): 10
  12. Max brk space used 0
  13. 3989 extents written (7 MB)
  14. mkfifo pipe1.in
  15. mkfifo pipe1.out
  16. ln pipe1.out pipe2.in
  17. ln pipe2.in pipe2.out
  18. qemu-img create -f raw disk1.img 100M
  19. Formatting 'disk1.img', fmt=raw size=104857600
  20. qemu-img create -f raw disk2.img 100M
  21. Formatting 'disk2.img', fmt=raw size=104857600
  22. ./create_net.sh
  23. + device=tap0
  24. + ip link show dev tap0
  25. qemu-system-i386 -cdrom boot.iso -boot d \
  26.         -serial pipe:pipe1 -serial pipe:pipe2 \
  27.         -hda disk1.img -hdb disk2.img \
  28.         -s \
  29.         -net nic,model=e1000 -net tap,ifname=tap0,script=no,downscript=no
  30. Could not access KVM kernel module: No such file or directory
  31. failed to initialize KVM: No such file or directory
  32. Back to tcg accelerator.
  33. Could not initialize SDL(No available video device) - exiting
  34. make: *** [run] Error 1
  35.  
  36. andrei@ubuntu:~/qemu-vm$ sudo modprobe kvm-intel
  37. FATAL: Error inserting kvm_intel (/lib/modules/3.11.0-15-generic/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement