blendOS

B

blendOS

blendOS is Arch Linux, made immutable, declarative and atomic. https://blendos.co

Join

Do I need to create a boot partition for blendOS?

Hello, I was recently tryingto install blendOS, I wanted to ask if I need to create a Boot partition (512MB / FAT32) on a UEFI (GPT) system because I already have Windows installed as well as a EFI partition.Some people with UEFI have created it and some haven't, since I don't have fast internet or a lot of time, as blendOS downloads during installation.
Solution:
Well for dual booting, yeah you'll need to set up the partitions manually, with an EFI partition

Git package from aur build with every update

I've added openscad-git to my aur-packages. I realized that now, Everytime I run sudo akshara update the git repo is pulled and built from scratch which takes quite some time. Is this by design? Couldn't we somehow check the revision I'd against the one from the last install...?
Solution:
each time you update you're making a whole new system

file <</boot/amd-ucode.img>> not found

Hi, I installed BlendOs on my laptop, with intel® Core™ i5-7300U × 4 processor, in triple boot with Win10 and Arch Linux, but when I want to enter BlendOs I get an error: file <</boot/amd-ucode.img>> not found. I do not know why it looks for that file if my processor is intel, I thank you for your support in this situation.

Fingerprint sensor on Thinkbook

Hi, has anyone got the fingerprint sensor of Thinkbook G3 working? I tried to use an AUR package which supposedly works better with Thinkbook but the system update failed with the below. :: Conflicts found: libfprint-tod-git: libfprint...

How to make fwupd detect ESP partition?

When I run any fwupd command, e.g. fwupdmgr get-devices , I get: ``` x fwupdmgr get-devices WARNING: UEFI ESP partition not detected or configured See https://github.com/fwupd/fwupd/wiki/PluginFlag:esp-not-found for more information....

audio issues

I just installed blend, finally. Now my audio is so quite I can barely hear it at 150%. I've searched everywhere and can't find anything to fix this. I'd hope you guys here would be able to aid in this situation....

Black screen on new install

I just fresh installed a few days ago. I transitioned this from the GNOME environment to KDE. I was setting everything up as i usual would and now i just have a black screen. it will post, get to GRUB where i select ARCH, and when i do it just does this every time. i can't get anywhere to do or fix anything. update: i tried to remove splash from grub by booting and hitting e in the GURB menu and that did not work either....
No description

add installing on btrfs subvolumes support into the installer

since i use fedora 41 that is installed on a btrfs partition with subvolumes, if i need to migrate to another system, i want to make sure i can install it on a customized subvolume table without formatting all the subvolumes (so i can keep the home untouched) fedora installer handled this easily thanks to blivet-gui partitioner currently my subvolumes table are" 1. @ (root) 2. @home (home)...

Blender in Container won't boot

I created a new arch container and installed blender in it, it opened fine with CUDA support, Then I restarted the system and now it throws this error
No description

device did not show up after 30 seconds

I used rufus for writing the image and selected GPT
Solution:
problem was rufus, installing with etcher fixed it
No description

How much time does it take to install?

Hey! Can anyone tell me how much time would it take to install blendOS with Waydroid and much does Waydroid weigh (after blendOS installation) Because my interent is very slow.
Solution:
Yeah, the main limit is internet and disk speed; the iso is about 2.3 GB, and it downloads about 2.2 GB during installation

Sway fails to start

When starting sway via gdm, the screen goes black for a few seconds, then it crashes and goes back to gdm. When starting it from a console, it shows that sway segfaults. Here's my system.yaml:...

user/blend broken stuff tracking

I'm just digging through the user and blend code and am noticing many issues, so I'm gonna track them here.

How can I set this kernel parameter "amdgpu.dcdebugmask=0x200"

Need to change this parameter to fix artifacts on ASUS TUF A16. The Reddit post I found the solution in https://www.reddit.com/r/archlinux/comments/1fabknf/solved_desktop_environment_artifacts_on_asus_tuf/...
Solution:
do sudo nano /etc/default/grub, scroll down to the lower GRUB_CMDLINE_LINUX_DEFAULT and add the option there, press CTRL + O to save, CTRL + X to exit and run sudo akshara update

Installation fails: `move_mount system call failed: no such file or directory`

This happens when running BlendOS installation Also, can a tag be added for BlendOS installation pls?...
Solution:
update: my repo was a bit broken, but it's been fixed now, and it works
No description

ssh into podman containers blendos

I was trying to some of the blendos arch podman containers with vscode and I was wondering how to setup ssh on the podman containers to be able to remote into the container

Startup/Autostart Containers..

Ok, last inquiry and then I'm taking a deep dive into blendOS this weekend. I have not seen an option/ability within settings or the System app, so.. Is it possible to autostart one or more containers when the system boots up? Maybe adding something to [System] to toggle autostarting..? So we don't have to wait on the first app launched from a container to start each container......

Binary icons in Dock when running containerized app.

This is purely aesthetic, not a mission critical issue.. I have two apps that I run specific versions of, and therefore have to install from files. Both .deb files. Both apps install fine, both have their actual icons in app view (gnome), both can be dragged down to the Dock, and both apps run just fine. However when I start either of the apps I do not get a normal 'open indicator' on the docked app icon, I get a binary gear icon that pops up at the end of the Dock. Not a critical issue of course, more of an ocd issue, but is there anything that can be done to the container or binary or whatever so the app icon of the containerized apps behaves like all the other 'native' apps pinned in the Dock?...

Error: Read-only file system (edit hosts)

This is probably a general sys-admin issue/solution, but as I have never not been able to edit a hosts file, under any operating system, I do not know how to address. Need to redirect/block a couple of domains to localhost to prevent some apps from changing settings/features once they detect updates are available. I attempted to edit the /etc/hosts file and /usr/etc/hosts file but both return {Read-only file system}. I have created a hosts file with the redirects I need in /usr/local/etc/, which saved, but is not being read by the system..... How, where, what can I do with this read-only file system to accomplish what would normally be done through simply editing the hosts file??...
Solution:
Just sudo nano /etc/hosts
Next