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:~#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266737

Title:
  error sda: WRITE SAME failed when installing package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1266737/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to