Comment 8 for bug 1266737

Revision history for this message
Harini M Patgar (hapatgar) wrote :

Yes I copied the kerenel image to the guest.

the below is used to open my guest

KERNEL=vmlinux-3.13.0-0-generic
#FSIMAGE=trusty-server-cloudimg-ppc64el.img
FSIMAGE=trusty-server-cloudimg-ppc64el.img.qcow2
MEM=8G
qemu-system-ppc64 \
        -enable-kvm -M pseries -cpu POWER8 -smp cores=4,threads=1 -m $MEM \
        -net nic -net user \
        -device spapr-vscsi -drive file=$FSIMAGE \
        -kernel $KERNEL \
        -append "earlyprintk root=/dev/sda console=hvc0 --no-sessions" \
        -nographic

#6c:ae:8b:69:21:bc

This the version on that image

root@ubuntu:~# cat /proc/version_signature
Ubuntu 3.13.0-0.15-generic 3.13.0-rc7
root@ubuntu:~#