Tohur
Tohur
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
yea its still a newish concept gaining traction so there are people out there that aint grasping it yet
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
ah
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
ah yea not sure if its confusing or not for newish people but took me about five mins of reading to get the gist of it. IMO system.yaml works alot like the configuration.nix in NixOS not sure if they got that reference or not when I was trying to explain that everything other then flatpaks go there
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
yea sounded like the issue I had putting my /home on a lvm but guess it wasn't
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
ah will bookmark but guess they got mad and left. think they just installed blendOS without really looking into what it was
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
with examples
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
did you read the website? all the info is on BlendOS's website
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
then you have to remake it can't install software other then the system.yaml or flatpak
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
nope the system is read only as its meant to be immutable/atomic other then when you rebuild your system from the system.yaml
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
root of your drive
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
its at root/system.yaml
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
open /system.yaml and add
commands:
- 'pacman -R firefox'
commands:
- 'pacman -R firefox'
to the bottom and then in terminal run sudo akshara update
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
this is an Immutable/Atomic distro.. You do own everything but the lingo is different. its like NixOS.. all packages you install to your system goes into /system.yaml and you run sudo akshara update which is alot like NixOS rebuild command and that installs all the packages you want.. the website has all the examples and info
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
you can't run pacman normally as the system is read only
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
you have to add packages to /system.yaml and run akshara update. Blend is alot like NixOS in that regard.. to remove firefox you can either swap from gnome-default to gnome in your system.yaml or add a command section to your system.yaml and remove it with pacman
commands:
- 'pacman -R firefox'
commands:
- 'pacman -R firefox'
then run sudo akshara update
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
Logical Volume Group is what LVM is if your not sure what lvm means
54 replies
BblendOS
Created by Aaron 25 on 4/26/2025 in #🆘┃support
i installed blend os but all i can see is no gui and tty1
did you happen to try and install on a lvm? I did and had this issue and had to drop to root tty to install lvm2 in system.yaml
54 replies