i installed blend os but all i can see is no gui and tty1

i installed blend os but all i can see is no gui and tty1
34 Replies
Asterisk
Asterisk4d ago
try the fallback initramfs when booting (advanced options for blendOS/Arch Linux > fallback initramfs)
Aaron 25
Aaron 25OP4d ago
i just started systemctl start gdm.service now wifi not working i want to use this os but too much issues
Asterisk
Asterisk4d ago
check NetworkManager and wpa_supplicant are running you're the first to report something like this :) drivers for your card should be in the kernel and blendOS includes the Broadcom drivers as well you can check if it's listed in lspci -k as well
Tohur
Tohur4d ago
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
Aaron 25
Aaron 25OP4d ago
i installed it on full system
Asterisk
Asterisk4d ago
? so is it an lvm or not
Tohur
Tohur4d ago
Logical Volume Group is what LVM is if your not sure what lvm means
Aaron 25
Aaron 25OP4d ago
idfk that i just use blend os because it can install everything also why the f*** pacman is not working also how to uninstall pre installed app like firefox
Tohur
Tohur4d ago
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
Aaron 25
Aaron 25OP4d ago
@Tohur i am getting unable to init transaction
Tohur
Tohur4d ago
you can't run pacman normally as the system is read only
Aaron 25
Aaron 25OP4d ago
that is stupid how to fix it i want to own everything if this doesn't it is all like windows
Tohur
Tohur4d ago
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
Aaron 25
Aaron 25OP4d ago
so how to remove firefox pacman not working
Tohur
Tohur4d ago
open /system.yaml and add
commands:
- 'pacman -R firefox'
commands:
- 'pacman -R firefox'
to the bottom and then in terminal run sudo akshara update
Aaron 25
Aaron 25OP4d ago
give full location of that
Tohur
Tohur4d ago
its at root/system.yaml
Valkyrja
Valkyrja4d ago
@Tohur, you've gained the level 2
Tohur
Tohur4d ago
root of your drive
Aaron 25
Aaron 25OP4d ago
can't i add pacman -R to remove anything i want
Tohur
Tohur4d ago
nope the system is read only as its meant to be immutable/atomic other then when you rebuild your system from the system.yaml
Aaron 25
Aaron 25OP4d ago
what if i delete system.yaml
Tohur
Tohur4d ago
then you have to remake it can't install software other then the system.yaml or flatpak did you read the website? all the info is on BlendOS's website with examples
Aaron 25
Aaron 25OP4d ago
give link
Valkyrja
Valkyrja4d ago
@Aaron 25, you've gained the level 1
Tohur
Tohur4d ago
Introduction to blendOS - blendOS
Post-install guide for new users, advanced users, and Arch Linux users.
Asterisk
Asterisk4d ago
Atomicity - blendOS
Technical details for atomicity and updates
Tohur
Tohur4d ago
ah will bookmark but guess they got mad and left. think they just installed blendOS without really looking into what it was
Asterisk
Asterisk4d ago
yeah :( that and they had this issue
Tohur
Tohur4d ago
yea sounded like the issue I had putting my /home on a lvm but guess it wasn't
Asterisk
Asterisk4d ago
I'm making updates to that intro document
Tohur
Tohur4d ago
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
Asterisk
Asterisk4d ago
just gonna add that it's immutable updated immutability page to explain what that means
Tohur
Tohur4d ago
ah yea its still a newish concept gaining traction so there are people out there that aint grasping it yet

Did you find this page helpful?