this post was submitted on 09 Apr 2024
184 points (97.4% liked)

Linux

46775 readers
1926 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
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 58 points 4 months ago (38 children)

Odd timing since there is a renewed push for Arm laptop chips coming around from Qualcomm.

load more comments (38 replies)
[–] [email protected] 31 points 4 months ago (8 children)

What is the best option if you wanted to run Linux on ARM?

These days I'm more interested in the ARM world rather than the x86 world because ARM is simpler, power-efficient, scalable from cortex M0 to X4 and everything in between, and I took a class on ARM assembly language. x86, on the other hand, is full of legacy cruft and complicated as a result, and x86 is power hungry. Look at the new Intel 14900K, it draws over 400W!

[–] [email protected] 16 points 4 months ago (1 children)

Fedora works pretty well on ARM, it even became the flagship distro for the Asahi project, which aims to bring full Linux compatibility to Apple Silicon

[–] [email protected] 2 points 4 months ago (1 children)

If only they would make an ARM version of their atomic distros...

[–] [email protected] 3 points 4 months ago (1 children)

They have ARM versions of Silverblue and Kinoite, but they don't provide patches or the installer for Apple Silicon Macs

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago) (2 children)

The problem with Rpi is the file provided by Fedora is an ISO, and Rpi doesn't have a way to boot from a live USB; it needs a complete tar.gz to flash onto the SD card.

ETA: there's actually a way to make Rpi boot from a USB drive, but that's typically used to boot the entire system, not a temporary live USB. Maybe it would work, but I've never tried it.

[–] [email protected] 4 points 4 months ago (1 children)

Right, I didn't think about the RPi. Perhaps you could check if there's an open feature request for this, and if not, create one.

[–] [email protected] 1 points 4 months ago

Good idea! I didn't even think about that

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)

It's been a few years since my last manual install of Fedora (I've just been upgrading it), but I got Fedora Server to install just fine. I did it one of two ways (again, I can't remember which): I either used the USB boot option to install to an SSD I attach via USB, or I booted the liveUSB on my laptop and installed to the USB SSD. In any case, Fedora has worked flawlessly for me for a few years on Pi now, so I would strongly recommend it.

Just as an aside, I highly recommend against using a microSD card if you have a Pi model that can boot from USB storage. They are far less stable than an SSD, and are not designed to withstand running an operating system from. They are also dramatically slower, and much more painful to work with. Getting a cheap USB enclosure for an SSD is a far better solution, just try to pick up an SSD with a DRAM cache. It will increase throughput and increase the lifetime of the SSD, and I would not recommend running an OS from an SSD without a DRAM cache.

EDIT: I believe this to be the easiest way to install Fedora for a Pi device. You will use a desktop/laptop Linux device, and the arm-image-installer will take an ARM ISO and install it to your storage media (SD card, microSD card, SSD, etc.). It was also the first thing I found when I looked up how to install Fedora on a Pi.

[–] [email protected] 9 points 4 months ago

Debian? They have good ARM support (the raspberry pi OS is based on Debian, uses its repos). Definitely also install flatpak. Most, but not all, flatpaks have arm builds.

[–] [email protected] 8 points 4 months ago

Yes, I'm also interested in ARM because it means we can have a very light laptop / tablet running a full desktop OS without the typical limitations of iOS / Android.

Debian is for sure the most stable thing in ARM, mostly because it is the upstream of many ARM-focused distributions like Armbian and there's also where ARM CPU makers usually test their stuff. There's a constant stream of patches coming from those manufacturers and downstream distributions because everyone wants to mainline both kernel and userland support for their ARMs.

Unfortunately there isn't much decent "open" tablet hardware to run Linux on. The interesting things like those ultra-thin Lenovo tablets with amazing screens have locked bootloaders and other bullshit that stops people from loading Linux into then and making drivers / the required adjustments. Then there's the Pine stuff that (even if you can get it) it's overpriced, bulky and not a finished hardware product in any way.

[–] [email protected] 7 points 4 months ago
[–] [email protected] 6 points 4 months ago

What is the best option if you wanted to run Linux on ARM?

Good question.

These days I’m more interested in the ARM world rather than the x86 world because ARM is simpler, power-efficient, scalable from cortex M0 to X4 and everything in between, and I took a class on ARM assembly language. x86, on the other hand, is full of legacy cruft and complicated as a result, and x86 is power hungry. Look at the new Intel 14900K, it draws over 400W!

Last year Hetzner introduced arm64-based cloud servers with Ampere processors. Looks promising. I hope more providers will follow.

[–] [email protected] 3 points 4 months ago

Don't know about best, but I've been running Arch on Raspberry Pi 4 for a few months now. So far I'm having no issues. Changing from the default kernel to rpi kernel went also smoothly.

[–] [email protected] 2 points 4 months ago

depends on the context, arm isn't as consistent (or at least consistently supported) of a platform to build for as x86. ARM server? single board computer? (which one?) Apple Silicon? other?

[–] [email protected] 1 points 4 months ago

Unpopular opinion, but Gentoo is perfect for ARM. Availability of pre built binaries for ARM can sometimes be an issue. Gentoo gives you the option to compile from source, so that if a package is available for x86, it will still most likely work with ARM

[–] [email protected] 11 points 4 months ago

Thank you Pudge and Sradjoker 🫡

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] [email protected] 10 points 4 months ago

Way to put it all on Pudge.

[–] [email protected] 5 points 4 months ago (1 children)

I nearly had a heart attack until I read the word "ARM" at the end.

It seems like ARM Arch is doomed for whatever reason.

[–] [email protected] 4 points 4 months ago

Arch ARM is for some reason forced to be a separate, second class project, and ARM-only pkgbuilds are systematically removed from the AUR. It's shortsighted and stupid. However I've still had decent luck with arch on arm (Danctnix, specifically)

load more comments
view more: next ›