-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xenial is a little dated, but nothing else seems to work. #4248
Comments
I'd also like to know some stuff about this as well. |
stretch and buster worked for me. |
@straverscornelis How did you get them running (what cmds) I only know how to get xenial stuff. |
You can install different releases/distros by specifying them with the '
So, to install the Debian buster release start the command with the following:
Note 1: heed the warnings about releases that are end-of-life or unsupported above. Hope this helps, |
the steps i followed are these:
1) download crouton to downloads with chrome in GUI in developer mode
1) enter command mode in developer mode
2) : shell
3) to get a writable area: cd ~
4) download the bootstrap: sudo sh ~/Downloads/crouton -d -f
~/Downloads/buster.tar.bz2 -r buster
5) make crouton executable: chmod a+x ~/Downloads/crouton
6) download and create the chroot: sudo ~/Downloads/crouton -r buster -t
xfce
7) create user for debian buster
9) launch debian buster: sudo startxfce4
|
correction, my dyslexia got me.
the steps i followed are these:
1) download crouton to downloads with chrome in GUI in developer mode
1) enter command mode in developer mode
2) : shell
3) to get a writable area: cd ~
4) make crouton executable: chmod a+x ~/Downloads/crouton
5) download the bootstrap: sudo sh ~/Downloads/crouton -d -f
~/Downloads/buster.tar.bz2 -r buster
6) download and create the chroot: sudo ~/Downloads/crouton -r buster -t
xfce
7) create user for debian buster
9) launch debian buster: sudo startxfce4
…On Sat, Apr 11, 2020 at 3:55 PM Cornelis Stravers < ***@***.***> wrote:
the steps i followed are these:
1) download crouton to downloads with chrome in GUI in developer mode
1) enter command mode in developer mode
2) : shell
3) to get a writable area: cd ~
4) download the bootstrap: sudo sh ~/Downloads/crouton -d -f
~/Downloads/buster.tar.bz2 -r buster
5) make crouton executable: chmod a+x ~/Downloads/crouton
6) download and create the chroot: sudo ~/Downloads/crouton -r buster -t
xfce
7) create user for debian buster
9) launch debian buster: sudo startxfce4
|
Your installation method is out of date since noexec mounts have been implemented. Check out https://github.com/dnschneid/crouton#usage
Hope this helps, |
I've tried all of the more recent distributions today.
I'm currently letting my machine chug and try again to install Eoan and see if it's just a matter of giving it more than the 8 hours I gave it previously (I am dubious). The primary use case for me is a piece of software that depends on a package not present in Xenial, so without a way to resolve this basically means I have to switch back to chrx (which is its own substantial set of headaches). |
Hey @loopgru, One thing you CAN do that has worked for me is to upgrade xenial to bionic. After a xenial install, make sure everything is up to date.
One thing to note: do not upgrade to eoan. It seems to break the ability to launch the x11 or something, and I haven't found a way around it. If you do want to mess with it, you'll have to change a |
I'll give it a shot- thank you! |
On Mon, Apr 20, 2020 at 8:39 PM kingliamb ***@***.***> wrote:
@loopgru <https://github.com/loopgru> , what do you mean Debian Stretch
runs extremely poorly? I've been running it for a while now and haven't had
a major problem yet. I understand the Buster problem though, #4242
<#4242> .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWFX2RHJ2CZZ43S6POW4MDRNTTKZANCNFSM4LXEOFTQ>
.
For me both buster and stretch worked ok. It was ChromeOS that clobbered
crouton for no clear reason. Even logging off would mess up the chariot.
Very frustrating.
|
On Mon, Apr 20, 2020 at 9:33 PM Cornelis Stravers <
straverscornelis@gmail.com> wrote:
On Mon, Apr 20, 2020 at 8:39 PM kingliamb ***@***.***>
wrote:
> @loopgru <https://github.com/loopgru> , what do you mean Debian Stretch
> runs extremely poorly? I've been running it for a while now and haven't had
> a major problem yet. I understand the Buster problem though, #4242
> <#4242> .
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#4248 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOWFX2RHJ2CZZ43S6POW4MDRNTTKZANCNFSM4LXEOFTQ>
> .
>
For me both buster and stretch worked ok. It was ChromeOS that clobbered
crouton for no clear reason. Even logging off would mess up the chariot.
Very frustrating.
Not chariot, chroot. I hate auto correct
|
Even though the issue was closed, the main questions were not answered. 😕 I'd really like to know about them.
|
i was thinking to start an issue with this because i was wondering the same.
|
See the crouton author's recent comment here:
|
Hey Croutoners,
I really love Crouton, but I was wondering about the ubuntu targets for it.
I'm not especially techie, learning to use Linux and doing some ricing on the side as I learn.
I can never get Eoan or even Bionic to install using Crouton. I can get Xenial going, then upgrade to Bionic, but it often breaks things during the upgrade process.
Mostly my question boils down to this:
What's the plan for Crouton in the future? I know Crostini exists, but it's just not up to par with Crouton. Will 18.04 bionic be fixed? Are there plans to get 20.04 working when it releases?
Is there anything i can learn to solve in order to help things along?
The text was updated successfully, but these errors were encountered: