44
submitted 10 months ago by Doll_Tow_Jet-ski@kbin.social to c/linux@lemmy.ml

It's an old model (Acer One D257) Processor is Intel Atom. Memory is 1GB DDR3 with 320 GB of HDD. I currently Have MX 21 running on it, but I need to reinstall because I forgot the root password. Since I'm reinstalling the OS, I thought I'd ask here for recommendations for an OS that makes the most of this oldie.

top 50 comments
sorted by: hot top controversial new old
[-] Fabrik872@lemmy.world 29 points 10 months ago
[-] rambos@lemm.ee 3 points 10 months ago

Isnt min suggested 2GB for debian? Well I was running it on 1GB

[-] Yoddel_Hickory@lemmy.ca 3 points 10 months ago

I installed it successfully on a 512 MB machine the other day, with LXQT. Didn't run very well though.

[-] Doll_Tow_Jet-ski@kbin.social 3 points 10 months ago

Yeah it's going to be a debian-based at least, that's for sure

[-] Jumuta@sh.itjust.works 3 points 10 months ago

Debian based distros can be very different from each other. Ubuntu, Mint, Pop!, etc are all based off debian. I think what the commenter you're replying to is saying is to install the stock debian image, because that's the lightest version of debian.

[-] HumanPerson@sh.itjust.works 1 points 10 months ago

I used to like Debian based (and still do; I use it on my server with no intention of switching) but Opensuse is great on the desktop and supports 32 bit. Even tumbleweed is rock solid.

[-] Doll_Tow_Jet-ski@kbin.social 1 points 10 months ago

I've been hearing good things about opensuse while researching my alternatives

[-] Pantherina@feddit.de 12 points 10 months ago

The Distro is not important, just debloat it. Something like Alpine is actually smaller, but in the end the Desktop needs to be tiny.

[-] Doll_Tow_Jet-ski@kbin.social 4 points 10 months ago
[-] Pantherina@feddit.de 3 points 10 months ago

If you can run the Raspberry Pi Desktop that would be good. Wayland and I think very light.

I am thinking about installing that on Fedora, rebranding and all, to have an actually small Wayland Desktop, because the current options are either WMs or bigger Desktops

[-] KISSmyOS@lemmy.world 3 points 9 months ago

The Distro is not important

Most distros have dropped 32bit UEFI support, so on old hardware, the distro is important.

[-] Qkall@lemmy.ml 9 points 10 months ago

Puppy Linux is very active on the 32bit land.

[-] sv1sjp@lemmy.world 9 points 10 months ago

Personally I am using a netbook like this as a headless server with Ubuntu.

You can try to run Lubuntu, or even TinyCore and Puppy Linux on this for simple tasks.

Generally speaking, with 1GB of ram and Intel atom, as you stay away from video streaming platforms and use simple tools for writing text or run simple code in python, you would be fine. However with less than 100€ you can find laptops with core i5 4rd generation with 8gb ram. I am not sure if it worths it.

[-] EfreetSK@lemmy.world 1 points 10 months ago

I had similar netbook like OP and was running Lubuntu for a very long time but afaik they dropped support for 32 bit architectures some time ago. I think 18.04 was the last 32 bit LTS? Not sure, I'd need to check it

[-] KISSmyOS@lemmy.world 8 points 9 months ago* (last edited 9 months ago)

The only distro I could get to boot on my old Acer One was MX Linux.
It had the rare combination of 32bit UEFI support (cause the Acer supports neither 64bit UEFI nor legacy BIOS) and the necessary firmware out of the box.

But after upgrading it to the current release, it broke again. And then I threw the netbook away cause I have better things to do with my time.

[-] Doll_Tow_Jet-ski@kbin.social 3 points 9 months ago

Oh shit, what newest release did you upgrade to? I think I have MX21 in my Acer one

[-] KISSmyOS@lemmy.world 1 points 9 months ago

23, the one that is based on Debian Bookworm.
21.3 worked fine.

load more comments (2 replies)
[-] joyofpeanuts@beehaw.org 8 points 10 months ago

Debian with the choice of LXDE as window manager. Debian offers high configurability to remove any heavy component.

load more comments (9 replies)
[-] olafurp@lemmy.world 7 points 10 months ago

I'd recommend Alpine and running it headless. Realistically you'd need 4GB+ of ram to run a modern desktop session so that's not ideal. However running Alpine headless will leave you with 800M to run programs.

You can still run a GUI desktop on it but I'd recommend having a nice sized swap partition/file to make up for it. It'll be slow as soon as you hit the 1GB memory and starting swapping out.

[-] lemmyvore@feddit.nl 3 points 9 months ago

It's not the desktop that needs 4 GB, it's large apps like modern browser or office. The desktop will run fine on 1 GB. May want to look into Midori and Abiword as alternatives.

[-] olafurp@lemmy.world 1 points 9 months ago

Absolutely correct, Alpine can run a desktop environment with 500 megs.

[-] Atemu@lemmy.ml 5 points 10 months ago

See if you can get the memory upgraded. DDR3 SO-DIMMs should be dirt cheap.

I'd also get a cheap SSD aswell, especially if this is for a child who might not be very careful with the machine.

[-] Doll_Tow_Jet-ski@kbin.social 4 points 10 months ago

Hmmm yeah I hadn't thought about upgrading the laptop, that's a big idea, and indeed it should be super cheap

load more comments (1 replies)
[-] kugmo@sh.itjust.works 5 points 9 months ago

Whatever distro you install, make sure you enable zram, it makes old computers with low ram much more usable, and an out of memory killer too.

[-] piexil@lemmy.world 2 points 9 months ago

Ooms are much less necessary with MGLRU if they keep to a new kernel

[-] kugmo@sh.itjust.works 1 points 9 months ago

I'd still use an oom killer even on 6.1 which is the kernel Debian uses, mglru got improvements in following kernels like you said.

load more comments (2 replies)
load more comments (1 replies)
[-] ik5pvx@lemmy.world 5 points 10 months ago

You might be able to reset the root password by booting to single user, or using a rescue usb.

That said, you could take the chance to try one of the BSDs.

[-] Frederic@beehaw.org 4 points 10 months ago

yeah MX21 32bits is what I would install, or AntiX.

Can't you boot on a USB key and reset the root password on your HD partition?

load more comments (2 replies)
[-] LunchEnjoyer@lemmy.world 3 points 10 months ago

Alpine Linux could be worth giving a shot very lightweight!

[-] Doll_Tow_Jet-ski@kbin.social 3 points 10 months ago

Interesting. I search for Alpine Linux and the first search result was a Lemmy community. Looks interesting. Thanks!

[-] Tibert@jlai.lu 2 points 10 months ago* (last edited 10 months ago)

I have no experience for this matter, nor a lot of Linux either, but there seem to be some interesting choices here (there isn't best and worst, it's just a list, and the most adapted to what you need).

https://itsfoss.com/32-bit-linux-distributions/

Obviously the minimum system requirements should not be your max amount of ram. You need to account for apps or tools you'll run.

load more comments (1 replies)
[-] Krtek@feddit.de 2 points 10 months ago

If you don't have to use it but want to keep it functional, why just not reinstall MX again? You know that and how it works

[-] Doll_Tow_Jet-ski@kbin.social 1 points 10 months ago

Because it does give me a functional piece of software to grab YouTube videos without actually opening YouTube, but it cannot really run Firefox with uBlock, which basically means web browsing is impossible

[-] Lemmchen@feddit.de 2 points 10 months ago* (last edited 9 months ago)

I'd probably try a minimal Debian installation with the Openbox WM.

Link, in case you're having trouble locating the .iso: https://cdimage.debian.org/cdimage/release/current/i386/iso-cd/debian-12.2.0-i386-netinst.iso

[-] RubyWitch@lemmy.sdf.org 2 points 10 months ago

One distro that I've recently found runs pretty well on older/slower systems like this is wattOS. It's a distro focused on power efficiency, but because of that it does well on underpowered systems.

[-] yum13241@lemm.ee 1 points 9 months ago

Arch Linux 32.

[-] SplashJackson@lemmy.ca 1 points 10 months ago
load more comments (3 replies)
[-] neige@lemmy.world 1 points 10 months ago

MX, anything else is a farce

[-] Doll_Tow_Jet-ski@kbin.social 2 points 10 months ago

I've been using MX since it was Mepis. I love seeing it said well recommended in this thread. For the old laptop I'll go with AntiX

load more comments
view more: next ›
this post was submitted on 05 Dec 2023
44 points (92.3% liked)

Linux

47484 readers
1343 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