drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Unable to update arch chroot #41

Closed wjstarrsiii closed 10 years ago

wjstarrsiii commented 10 years ago

Hello,

I recently reinstalled an arch chroot and am unable to update it with installer/main.sh. I get the following error:

/usr/local/chroots/arch already exists; updating it... sed: can't read /var/run/crouton/usr/local/chroots/arch/etc/os-release: No such file or directory Unable to determine the release in /usr/local/chroots/arch. Please specify it with -r.

When I try with the -r I get the same missing file error and a "release doesn't match" message. If I try to force it with a second -u it still doesn't cooperate due to the os-release error.

It also refuses to go into an x-session directly from ChromeOS shell, but it I enter the chroot via terminal and then issue "startxfce4" everything works well. It appears to be trying to start on display 0 and then unmounts.

Any help getting there without having to delete and recreate the chroot would be appreciated. Using f2cf9ae on an Acer C720.

Thanks

drinkcat commented 10 years ago

Noticed that one yesterday. Please fetch the latest master and try updating again, that should be fixed.

Thanks!

wjstarrsiii commented 10 years ago

Fetched, updated, and all systems go.

Thank YOU!