326
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 Jan 2024
326 points (94.8% liked)
Linux
47985 readers
1532 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
Do you know where I can find simple clear explanation on how to do a fresh install of this? I'm kind of a noob... I've installed standard Fedora on a Surface and it works well but I have a few bugs.
Go to https://universal-blue.org/installation/ and download the image. It's a net-installer, so you can use a small USB stick too. Then just install it the way you would any other distro, e.g. Fedora Workstation. Done.
For me, that didn't work at the time due to internet problems. If you encounter issues, do the following:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/silverblue-surface
(I think that's the correct image) and wait for it to download and apply.rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/silverblue-surface:latest
. Wait and reboot again.It isn't as elegant as the first option, but if it doesn't work, then consider the alternative steps.
You are a champion! Thank you for this info! I’ve been wanting to install something else on my Surface pro 7 since I started using W11 on it and immediately disliked it. Your comment just turned that into a much easier process for my weekend!
You're welcome! Glad to help.
Just remember that Silverblue/ the immutable desktops are still relatively new. For more information, read my newest post about image based desktops. It's hopefully written in a way everyone can understand it, no matter the prior experience :)
I appreciate it! I’ll take a look at that post as well.
Thank you so much!!