raphael / linux-samus

Linux 4.16 on Chromebook Pixel 2015
GNU General Public License v2.0
181 stars 36 forks source link

Can't load on chroot #174

Closed bengolds closed 7 years ago

bengolds commented 7 years ago

This may be silly, but I tried to install these drivers on a chroot Ubuntu Xenial environment. After cloning and dpkging, "uname -a" still reports kernel version 3.14. Since it's on a chroot, there's no grub environment by default; not sure if that's a problem.

raphael commented 7 years ago

By definition, chroot environments (or containers for that matter) use the same kernel as the host. You need to use VMs to load different kernels.