<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 15, 2016 at 4:47 AM, Michael Vogt <span dir="ltr"><<a href="mailto:michael.vogt@canonical.com" target="_blank">michael.vogt@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
a quick followup with some suggestions how to improve the user<br>
experience when working with the amd64 and pi2 images.<br>
<br>
On Wed, Sep 07, 2016 at 11:50:54PM +0200, Michael Vogt wrote:<br>
[..]<br>
<span class="">> The images are bootable, the pc image can be booted directly in<br>
> qemu-kvm or virtualenv.<br>
<br>
</span>Some more details about running the images inside qemu-kvm.<br>
<br>
When running the images in qemu-kvm it is helpful to use the "-redir"<br>
feature of qemu-kvm. E.g.:<br>
<br>
    $ kvm -m 1500 -redir tcp:10022::22 ubuntu-core-16-amd64.img<br>
<br>
The message from console-conf is a bit misleading in this setup. It<br>
will say "ssh <a href="mailto:USER@10.0.2.15">USER@10.0.2.15</a>". However due to the way that qemu-kvm<br>
user networking works, you will actually have to run:<br>
<br>
    $ ssh -p 10022 USER@localhost<br>
<br>
to ssh into the images. We should probably include it in the<br>
instructions for images on <a href="http://snapcraft.io" rel="noreferrer" target="_blank">snapcraft.io</a>.<br></blockquote><div><br></div><div>I think this is a great idea. I think it'd be very useful to have this information on <a href="http://snapcraft.io">snapcraft.io</a>, or at the very least to start a wiki page with this info.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
> The pi2 image can be written to a sdcard via:<br>
><br>
>     unxz ubuntu-core-16-pc.img.xz<br>
>     dd if= ubuntu-core-16-pc.img of=/dev/sdXX<br>
><br>
> Where /dev/sdXX is the path of your sd card.<br>
</span>[..]<br>
<br>
An alternative way to write the image is to use "go-dd":<br>
<br>
     $ sudo snap install --devmode --beta godd<br>
     $ sudo /snap/bin/godd ubuntu-core-16-pi2.img<br>
     [this will print a message what devices are removable]<br>
<br>
     $ sudo /snap/bin/godd ubuntu-core-16-pi2.img /dev/sdXX<br>
<br>
The advantage of godd is that it will not write to devices that are<br>
still mounted and that it can help detecting what removable devices<br>
are available (and it shows a progressbar).<br>
<br>
Cheers,<br>
 Michael<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Snapcraft mailing list<br>
<a href="mailto:Snapcraft@lists.snapcraft.io">Snapcraft@lists.snapcraft.io</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snapcraft" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/snapcraft</a><br>
</div></div></blockquote></div><br></div></div>