scaleway / kernel-tools

:penguin: Kernels on Scaleway
http://devhub.scaleway.com/#/bootscripts
MIT License
103 stars 36 forks source link

Unable to use Snap packages on Ubuntu images #313

Closed vayan closed 7 years ago

vayan commented 8 years ago

Fresh install, a simple snap install hello fail

Linux 4.5.7-apparmor-4 #1 SMP Tue Jul 12 11:02:00 UTC 2016 armv7l armv7l armv7l GNU/Linux

error: cannot perform the following tasks:
 - Make snap "ubuntu-core" available to the system (can not set next boot: cannot determine bootloader)
QuentinPerez commented 7 years ago

Hi @vayan,

Can you retry with the apparmor bootscript ?

$ snap install hello
hello (stable) 2.10 from 'canonical' installed
$ uname -r
4.8.14-apparmor-1
$ lsb_release -r
Release:    16.04
vayan commented 7 years ago

Yep! It's working now :+1: thanks