crouton
crouton copied to clipboard
Almost everything is broken in chrome os 106
It isn't so much a single chroot, but whenever i try to get a desktop environment, it fails with a dpkg error. When I use tasksel, i get an apt-get error. It will not create a new chroot or update. I have a lenovo c330. I would not like to wipe my computer since I have personal data on it.
@cdd100 I got the same error Chromebook Acer 514 Spin
you install device location need to be exec and you must have exec privs
chromeOS now tracks UID and privs this kills apt-get writes to the device mount the devices exec every time it boots (start or restart)
works for me
@cdd100 there's a number of known issues right now (they're pinned), but if you paste some logs from your install/run attempts, it'll be easier for people to help
it not 106 my installs work correct on my fork , Something was updated on this account rep Crouton my fork runs no issue (xenial)z@localhost:~$ cat /etc/os-release NAME="Ubuntu" VERSION="16.04.7 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.7 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial (xenial)z@localhost:~$
cant install anything from apt, get this error: dpkg: error: cannot stat pathname '/tmp/apt-dpkg-install-OMZyce/17-libwayland-dev_1.18.0-1ubuntu0.1_arm64.deb': Too many levels of symbolic links E: Sub-process /usr/bin/dpkg returned an error code (2) after trying to install sommelier
you install device location need to be exec and you must have exec privs
chromeOS now tracks UID and privs this kills apt-get writes to the device mount the devices exec every time it boots (start or restart) Could you please explain in plain English step by step how to do this for us mere mortals who are not rocket scientists? Would be much appreciated