I can find no official information for this:
I love snaps and really want to use Ubuntu Snappy Core on my PC. But I cannot find how to do this! It seems to only be supported using KVM, embedded devices or Rasperry Pi.
So how can I install Ubuntu Snappy Core on a traditional PC?
Take a look at http://cdimage.ubuntu.com/ubuntu-snappy/16.04/current/ which is the official server for Ubuntu releases,and you'll see that there are actually versions for AMD64 ( the 64-bit CPUs ) and i386 ( the 32-bit CPUs ). But just like with images for Raspberry Pi 2 and 3, they're
.xz
archives. Notice also that there is no installation software for Snappy, since it's aimed at developers and cloud, so not at average users.So the procedure for installing Snappy on a regular computer would be actually exactly the same( or at least that's how I personally would do it with a few minor changes):
udisksctl status
command orlsblk
will help you with that.If you are using another Linux machine, you can use the following command ( the example shows for amd64 image just as an example, use the path to actual file that you have downloaded)
Notice that
/dev/sdb
is just an example, and that it's the drive device itself, not a partition like/dev/sdb1
. Also make sure none of the drive partitions are mounted.NOTE: you'll still need to have single sign-on account and import SSH keys, so make sure you do that even before you start installing. Read this for more info.
It seems like you could boot to the Ubuntu Desktop live cd (USB) on the computer that you want to install core on. From there download and install the image as described by Sergiy Kolodyazhnyy. Then you wont have to move the HDD between computers.