Install Ubuntu Snappy Core on a computer

fosslinux

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?

Sergiy Kolodyazhnyy

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):

  1. Download the snappy image suitable for your target computer's CPU. Make sure you verify the downloaded image's SHA-256 checksum once the file is downloaded
  2. Extract the hard drive/solid state drive from the target computer
  3. Connect the hard drive to another computer via USB to SATA connector. If you are trying to use really really old hard drive, you might need PATA connector.
  4. If you are using Linux machine, figure out which block device is your hard drive. On Ubuntu udisksctl status command or lsblk will help you with that.
  5. 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)

    xzcat ./ubuntu-core-16-amd64.img.xz | sudo dd of=/dev/sdb bs=32M && sync
    

    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.

  6. Place the drive back into the target machine and boot.

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install a desktop on Ubuntu Snappy Core 15.04?

From Dev

Install curl command on Ubuntu Snappy Core

From Dev

How to install apache on a Raspberry Pi 2 Ubuntu Snappy Core?

From Dev

What is Snappy Ubuntu Core?

From Dev

Snappy ubuntu core on BeagleBone Black?

From Dev

Where are the Ubuntu Core Snappy images?

From Dev

Cannot install Docker on Ubuntu Snappy on Raspberry Pi

From Dev

Change password at Linux Snappy Ubuntu Core

From Dev

Unable to connect to Snappy Ubuntu Core via ssh

From Dev

Is there a way to add repo to Snappy ubuntu core?

From Dev

ubuntu 16.04 snappy core and opening pdf files

From Dev

How do you compare Ubuntu Server to Snappy Ubuntu Core?

From Dev

Connection refused from Ubuntu VM to Snappy Ubuntu Core VM

From Dev

Are ubuntu Snappy and "Traditional Ubuntu Core" now just one?

From Dev

How can I install Ubuntu with APT (not Snappy) on the Raspberry Pi 2?

From Dev

How can I run a Snappy / ubuntu-core image with LXD

From Dev

How can I run a Snappy / ubuntu-core image with LXD

From Dev

How to set a permanent IP address on "Snappy" Ubuntu Core

From Dev

Can I run Snappy Ubuntu Core as a guest inside Docker?

From Dev

Ubuntu-Core Snappy ssl-certificate error

From Dev

Does Ubuntu Snappy Core work with Raspberry Pi 1?

From Dev

Ubuntu core snappy for rpi2 - source code

From Dev

Snappy Ubuntu Core: snap installation doesn't copy files

From Dev

Updating ubuntu-core snappy without internet connection

From Dev

Ubuntu Snappy Core RPi3 model 3 boot failure

From Dev

How to log into Snappy Core?

From Dev

Will Ubuntu replace dpkg with snappy?

From Dev

Purchasing a computer which Ubuntu can install on

From Dev

How To Install Ubuntu For "Pine 64" computer

Related Related

  1. 1

    How to install a desktop on Ubuntu Snappy Core 15.04?

  2. 2

    Install curl command on Ubuntu Snappy Core

  3. 3

    How to install apache on a Raspberry Pi 2 Ubuntu Snappy Core?

  4. 4

    What is Snappy Ubuntu Core?

  5. 5

    Snappy ubuntu core on BeagleBone Black?

  6. 6

    Where are the Ubuntu Core Snappy images?

  7. 7

    Cannot install Docker on Ubuntu Snappy on Raspberry Pi

  8. 8

    Change password at Linux Snappy Ubuntu Core

  9. 9

    Unable to connect to Snappy Ubuntu Core via ssh

  10. 10

    Is there a way to add repo to Snappy ubuntu core?

  11. 11

    ubuntu 16.04 snappy core and opening pdf files

  12. 12

    How do you compare Ubuntu Server to Snappy Ubuntu Core?

  13. 13

    Connection refused from Ubuntu VM to Snappy Ubuntu Core VM

  14. 14

    Are ubuntu Snappy and "Traditional Ubuntu Core" now just one?

  15. 15

    How can I install Ubuntu with APT (not Snappy) on the Raspberry Pi 2?

  16. 16

    How can I run a Snappy / ubuntu-core image with LXD

  17. 17

    How can I run a Snappy / ubuntu-core image with LXD

  18. 18

    How to set a permanent IP address on "Snappy" Ubuntu Core

  19. 19

    Can I run Snappy Ubuntu Core as a guest inside Docker?

  20. 20

    Ubuntu-Core Snappy ssl-certificate error

  21. 21

    Does Ubuntu Snappy Core work with Raspberry Pi 1?

  22. 22

    Ubuntu core snappy for rpi2 - source code

  23. 23

    Snappy Ubuntu Core: snap installation doesn't copy files

  24. 24

    Updating ubuntu-core snappy without internet connection

  25. 25

    Ubuntu Snappy Core RPi3 model 3 boot failure

  26. 26

    How to log into Snappy Core?

  27. 27

    Will Ubuntu replace dpkg with snappy?

  28. 28

    Purchasing a computer which Ubuntu can install on

  29. 29

    How To Install Ubuntu For "Pine 64" computer

HotTag

Archive