35
submitted 1 month ago* (last edited 1 month ago) by jrgn@lemmy.world to c/linux@lemmy.ml

I have an Acer Chromebook R11 which has reached End of Life and won't receive updates (which is insane, I bought it new four years ago). I have checked, and my model is now fully supported by most Linux distros.

I need suggestions for a lightweight distro to use. I will use the machine for surfing, playing Pixel Dungeon, streaming some indie games over Moonlight/Steam Headless and manage my home server over ssh. So nothing major. I want something lightweight and really low maintenance.

Specs:

  • Processor: 1.6GHz quad-core Intel Celeron N3150 (quad-core, 3MB cache, up to 2.08GHz with Turbo Boost)

  • Graphics: Integrated Intel HD Graphics

  • Memory: 4GB DDR3L

  • Storage: 32GB (with SD card reader for more storage)

I have a lot of experience with Arch-based (EndeavourOS, Manjaro), Ubuntu-based (Mint, PopOS) and Debian-based (Debian, Ubuntu, Mint, Raspbian) distros, but I am open for other suggestions

top 38 comments
sorted by: hot top controversial new old
[-] jrgn@lemmy.world 12 points 1 month ago

Thanks for all the great replies! I installed OpenSUSE Tumbleweed with XFCE for now, because I had it lying around on a USB stick. Mostly to see if I even could get it running. So far so good, but I will definitely use some time to check out my options and see what will work the best. All replies are greatly appreciated!

[-] rizoid@lemmy.dbzer0.com 2 points 1 month ago

I used to work for Chromebook Retail and I have a bunch of EOL devices around. Tumbleweed has been the most stable in my experience followed by Endeavor OS.

[-] jrgn@lemmy.world 1 points 1 month ago

Good to know! Have you tried any other distros?

[-] rizoid@lemmy.dbzer0.com 1 points 1 month ago

I'm sure I've tried a bunch over the years those are just the two that I've actively used the past couple years.

[-] boredsquirrel@slrpnk.net 7 points 1 month ago* (last edited 1 month ago)

BIOS & mobo

First you need to look if your Chromebook is even supported for running coreboot.

mrchromebox.tech/#devices

Storage

Your Storage is pretty low. Adding an SD card with up to 256GB is very possible. There are even 1TB SD cards!

But best to check if you can replace the emmc module inside.

Open it up and send us a pic of the internals. Also search online.

Increasing the emmc storage will give you the best speed. Using a USB stick/ flashdrive is not recommended as those are not meant for running an OS off of them.

RAM

pretty low but not extremely. 4GB is pretty fine.

You can work around it by using a Distro using ZRAM, like Fedora.

Ask here or on discussion.fedoraproject.org how to make ZRAM fill all your RAM.

ZRAM compresses your RAM contents with zstd (imagine it like .zip but worlds better), so you have 12GB or more space. But it consumes more CPU power, which should be a fine tradeoff.

Desktop

While preeetty outdated in default design on Fedora, it is the most lightweight Desktop that will soon (version 6.1) have Wayland support.

Lubuntu has a better theming and maybe better support, see if ZRAM works on Ubuntu base.

Distro

I would recommend Fedora Atomic Desktops a lot.

But as LXQt is likely the best desktop, and it doesnt have the best support on Fedora, I would recomment Lubuntu.

Even though I would give KDE a try, you can strip it down really well. Here, Fedora Kinoite is absolute king.

[-] jrgn@lemmy.world 3 points 1 month ago

Wow, thanks for this write-up! I will definitely look into ZRAM! I have been wanting to give Fedora Atomic a go

[-] boredsquirrel@slrpnk.net 2 points 1 month ago

First look if your Chromebook is supported.

You can do this in ChromeOS. The model number needs to match exactly.

Chromebooks run some version of Coreboot but that includes many proprietary drivers.

Mrchromebox is an awesome developer, patching coreboot to include all the needed drivers.

[-] jrgn@lemmy.world 2 points 1 month ago

Thanks! I have figured all that out. I went with Tumbleweed for now, because I had it lying around on a USB stick and wanted to see if it worked. Looks like it works pretty much out of box. I found a ZRAM guide too. Might distro jump over to Fedora though

[-] boredsquirrel@slrpnk.net 1 points 1 month ago

Tumbleweed is better than traditional Fedora. But it is worse than Fedora Atomic Desktops.

The key words are

rpm-ostree reset
rpm-osree rebase
rpm-ostree status

this is not possible even on OpenSUSEs "immutable" distros, which to my knowledge are not better than Tumbleweed in any way.

[-] jrgn@lemmy.world 4 points 1 month ago

Also did a search to see if RAM or storage is possible to upgrade, it is not. Everything is soldered right to the board.

I can however add some storage with SD card (planning on doing just that)

[-] vinayv@lemmy.world 4 points 1 month ago

Try Puppy Linux on it. It runs with meager resources - ~100MB RAM, 250MB storage (only if you want to install it to disk). Everything runs in RAM and is blazing fast. It is a God send for older computers

[-] jrgn@lemmy.world 3 points 1 month ago

Not a bad idea! Not sure how well it is supported though

[-] vinayv@lemmy.world 1 points 1 month ago

Do read up about the philosophy of puppy Linux. They are based on different distributions like Ubuntu, Debian, Slackware, etc. Puppy Linux aims to make these small and efficient with some minor utilities thrown in. So, for actual support, you can rely on those distributions as such. Any updates, software installation, etc can be had from the base distro itself.

[-] MonkderDritte@feddit.de 4 points 1 month ago* (last edited 1 month ago)

Debian with XFCE/Mate/Mint/LXQt?

Your bottleneck will be browsing with 4GB, can't upgrade that?

[-] jrgn@lemmy.world 2 points 1 month ago

Will look into if upgrading is possible, but I doubt it

[-] shaked_coffee@feddit.it 3 points 1 month ago

If you are looking for something light and low maintenance, maybe Mint could be a good fit?

I've never daily driven it because I'm not a fan of Cinnamon, but everyone says its light and stable so seems like what you are looking for

[-] Diplomjodler3@lemmy.world 3 points 1 month ago

Mint is great and an excellent choice. I'd give it a shot. If it doesn't run well, you can always try something more lightweight.

[-] spacemanspiffy@lemmy.world 3 points 1 month ago* (last edited 1 month ago)

I had a good experience with GalliumOS on an x86 Chromebook years ago: https://galliumos.org/

I eventually switched it to run Arch but I will admit that it had WAY better support/stability with the touchscreen/touchpad on Gallium than with Arch.

Edit: I just looked at the news page and realized it does not look to be actively maintained now.

[-] jrgn@lemmy.world 2 points 1 month ago

Gallium is not maintained anymore though :(

[-] spacemanspiffy@lemmy.world 2 points 1 month ago

Yes, sorry, just realized.

Hopefully most of the patches and tweaks that were put in to Gallium are all mainlined now so all regular distros can benefit.

[-] jrgn@lemmy.world 2 points 1 month ago

No problem! Yeah, I think they mostly are, which is great

[-] Suoko@feddit.it 3 points 1 month ago

Brunch Is a full ChromeOS "distro" (Flex has neither PlayStore nor android VM). Brunch is often used when eol is reached.

[-] smeg@feddit.uk 3 points 1 month ago

Not an actual answer, but I think a Chromebook reaching EoL doesn't mean it stops getting all updates. I think it's something along the lines of it stops getting firmware updates but it still gets browser updates, though worth checking exactly what's happening on your specific device. If you're feeling crazy you can even try installing ChromeOS Flex on it and it should miraculously be "supported" again.

[-] jrgn@lemmy.world 3 points 1 month ago

I thought so too, but then my Chrome stopped updating and all my extensions started breaking one by one. Never heard of ChromeOS Flex, will check out!

[-] smeg@feddit.uk 1 points 1 month ago

ChromeOS Flex is an interesting one; it's definitely not as flexible as a proper Linux distro but if you need something simple and hard-to-break to run on an old machine (for instance for an elderly relative who's still using Windows XP) then it could be worth a shot. That said, I'm now investigating whether Linux Mint is a better choice for my own elderly relatives!

[-] jrgn@lemmy.world 2 points 1 month ago

It's very interesting! I just find it weird that I've never heard of it. I will have it in the back of my head in case I need to do a full 360 and go back to ChromeOS

[-] smeg@feddit.uk 2 points 1 month ago

I think it used to be called "cloudready" until Google bought it and made it official. It seems like it's aimed more at businesses and schools that want a fleet of Chromebooks, but it seems alright for the casual tinkerer too.

[-] probably_a_robot@lemmy.world 2 points 1 month ago

You could give FydeOS a shot. It's based on ChromiumOS so if you like the ChromeOS experience, you'll get to keep it. I believe it also has Linux app support and optional Android app support.

[-] SayJess@lemmy.blahaj.zone 2 points 1 month ago* (last edited 1 month ago)

I have Xubuntu on a Lenovo Yoga 11e Chromebook, and it runs like buttah

[-] velox_vulnus@lemmy.ml 2 points 1 month ago* (last edited 1 month ago)

You gotta upgrade the RAM and storage. It is too low. My 128GB storage can't last a week, and I have to keep clearing cache every day.

Your specific model of laptop may have one or two slot, so do check that out.

[-] jrgn@lemmy.world 1 points 1 month ago

Will look into it if it is even possible. I don't think this computer was made with modifications in mind

[-] Roopappy@lemmy.ml 1 points 1 month ago

I replaced my Chromebook with Elementary OS. On it's face, it's a lightweight, web browsing OS with a limited "App Center" of approved apps (similar to ChromeOS), but underneath, it is a Debian-based distro that you can do anything you want with.

[-] AndrewZabar@lemmy.world 3 points 1 month ago

Elementary really isn’t very lightweight. It’s usually sluggish on slower systems (in my experience).

[-] Roopappy@lemmy.ml 1 points 1 month ago

Interesting. I'm running it on a Celeron N4020 with 4GB RAM right now. This system was allegedly shitty in 2019.

[-] AndrewZabar@lemmy.world 1 points 1 month ago

I’ve no doubt it will run on such a system, but not nearly as smoothly as with a more powerful machine. Also depends what you run and how many things at a time, etc. not telling you anything you don’t already know, I’m sure :-)

I tried Elementary on some older machines and yes it runs ok but on a really fast system, holy shit is it gorgeous.

Have you replaced Plank with the generic one that you can zoom animate? I wanted to try that one of these days. I’ve used plank elsewhere and I would like for Elementary to have that version.

[-] liliumstar@lemmy.dbzer0.com 1 points 1 month ago

I have Arch running on an old Acer chromebook, different model but similar hardware. If you're alright with some manual configuration, then it's a good option. it fits the lightweight requirement, but not sure about low maintenance.

[-] xylazineDream@lemmy.dbzer0.com -1 points 1 month ago

NixOS will do the thing for all the days

[-] velox_vulnus@lemmy.ml 2 points 1 month ago

No, Nix and Guix uses too much space for symlink. That 32GB space can't handle it. I had a 128GB storage, and it was running out of space after a week. 512GB and 1TB? Just fine.

this post was submitted on 05 Jul 2024
35 points (97.3% liked)

Linux

46738 readers
1676 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS