Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- andrei@ubuntu:~/qemu-vm$ make
- ./build-iso.sh
- 263 blocks
- 0 blocks
- 6883 blocks
- Warning: -follow-links does not always work correctly; be careful.
- Size of boot image is 4 sectors -> No emulation
- Total translation table size: 2048
- Total rockridge attributes bytes: 578
- Total directory bytes: 0
- Path table size(bytes): 10
- Max brk space used 0
- 3989 extents written (7 MB)
- mkfifo pipe1.in
- mkfifo pipe1.out
- ln pipe1.out pipe2.in
- ln pipe2.in pipe2.out
- qemu-img create -f raw disk1.img 100M
- Formatting 'disk1.img', fmt=raw size=104857600
- qemu-img create -f raw disk2.img 100M
- Formatting 'disk2.img', fmt=raw size=104857600
- ./create_net.sh
- + device=tap0
- + ip link show dev tap0
- qemu-system-i386 -cdrom boot.iso -boot d \
- -serial pipe:pipe1 -serial pipe:pipe2 \
- -hda disk1.img -hdb disk2.img \
- -s \
- -net nic,model=e1000 -net tap,ifname=tap0,script=no,downscript=no
- Could not access KVM kernel module: No such file or directory
- failed to initialize KVM: No such file or directory
- Back to tcg accelerator.
- Could not initialize SDL(No available video device) - exiting
- make: *** [run] Error 1
- andrei@ubuntu:~/qemu-vm$ sudo modprobe kvm-intel
- 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