Entering emergency mode on boot
Hey team,
Every time I turn my computer on, it will give me the "Emergency mode" screen as shown in the attached picture. I have to press Enter, write
systemctl reboot
, then it will take me to the regular fedora Grub menu so I can select the second ostree image which works. Note that I did also rebase to the same exact version as the last functional image but still for some reason when I select anything besides the "old" image it won't work.
Any ideas on what might be the problem, and how to fix?
Thanks...Problems with NVIDIA on Hyprland
I recently installed hyprland with my image created with bluebuild, but I'm having some problems with NVIDIA (it's become a hobby to solve problems with nvidia lol), here's the error:
```
flatpak run com.usebottles.bottles
19:45:53 (ERROR) Unable to load libGLX_nvidia.so.0...
Solution:
the problem solved itself, I made some changes to the image like changing nautilus to nemo and updated it and it solved it. It seems like it pulled the entire image instead of changing just one package or another apparently
installing virt-manager in recipe.yml
I want to create a recipe.yml that installs all the dev tools like bluefin-dx, but I'm not sure how to add the user to the libvirt group. Here's the recipe:
```yaml
...
- libvirt...
Solution:
this is how i install virt-manager https://github.com/xynydev/linuXYZ/blob/ae7e14c879bd57b9eeaea77fccedbf48ca821a1b/recipes/recipe.yml#L70
my recipe-vm is not being built successfully
recipe-vm with some packages to use in vm is not being built successfully
```
[16:29:06 ERROR] => Failed:
× Improper format for module. Must be in the format like:...
Solution:
You're missing a dash before "type" in vm.yml
Is gschema overrides not working
https://github.com/m3m3-0s/meme-os/blob/main/files/gschema-overrides/zz1-memeos.gschema.override
for some reason when I rebase a freshly installed bazzite, nothing changes except for the login screen icon, wallpaper doesn't get added, nor the themes, I've tried installing and reinstalling and testing a lot but nothing worked...
Solution:
you just place dconf files in
/etc/dconf/db/local.d/
& use dconf bling submodule
Make sure that your dconfs are named higher in number prefix than Bazzite's, to take advantage
This is already made in Bazzite, so no need, but if barebones base image is used, like -main
, this also needs to be done:...Yafti configuration
```applications:
source: yafti.screen.package
values:
title: Application Installer
show_terminal: true...
Solution:
well yafti doesnt either too? you can use systemd oneshot to install runtime apps
which is the best way to create a subsystem automatically?
I want to create a fedora subsystem when the user first login. Is yafti the best tool? Running distrobox-assemble is enough.
Set default shell
I want to change the default shell from bash to zsh.
I have found that modifying this fike would work, but it does not.
Any ideas?...
Is it possible to create distrobox image using bluebuild?
Is that supported? i think the difference between custom image and distrobox/toolbox image is they use mutable base and use dnf/apt/pacman to install package.
i need help to include executable scripts to my images, is there any way i can include them?
i want to include some universal scripts in my distro but i dont wanna go trough the horrible pain of hosting simple scripts with copr
ship image with containers?
I'm curious is there is a way to ship an image that deploys defined containers out-of-the-box?
Let me know if there's a simple way to do this...
Solution:
podman quadlets are a good way to do this
BlueBuild failing to run scripts on local rebase
Just started to encounter an issue when trying to build an image locally using bluebuild CLI.
Whenever I run the scripts module, the build fails when it tries to run a specified script. I have two scripts, and they both suddenly have this issue. I haven't changed these scripts in a while, but perhaps I missed a note that they need to be relocated?
The error I'm getting:...
Solution:
This looks like this is a carriage return character. That's usually inserted when it is being edited on a Windows based machine. Try deleting the line and re-adding it in a Linux based environment. That might get rid of that carriage return character in your script.
unable to auth to rebase my image
```podman login ghcr.io
Authenticating with existing credentials for ghcr.io
Existing credentials are valid. Already logged in to ghcr.io
thaleous@bazzite:~$ rpm-ostree rebase ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os
Pulling manifest: ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os...
builds failing on module format
All my builds are now failing with this new issue:
[18:18:48 ERROR] => Failed:
× Improper format for module. Must be in the format like:
│ type: module-name...
Solution:
it is not possible to define the top-level key
type:
twice"curl: option : blank argument where content is expected" while building
hello, i started getting an issue recently after doing the
/etc/
migration where for some reason curl
stopped working my script. here's the part where it errors in the github action, and here's the part of the script where i believe it begins to error out. no idea whats happening since this worked fi...Solution:
Yeah
set -x
is your friend when it comes to debugging a bash scriptsupport for surface?
I see that ublue is no longer actively supporting surface images, I have a surface and was going to create my own blue-build image specifically for it. How should I go about doing this?
Solution:
-surface
images are still available, they are not abandonedimage no longer building, stuck at akmods
My images no longer build, getting stuck on the akmods module, not sure if this is a big or if I did something wrong. here is my repo:
https://github.com/nobodywatchin/myOS/actions/runs/10357119514/job/28668480905...
Solution:
It's unfortunately a known issue, as noted in docs:
https://blue-build.org/reference/modules/akmods/#outdated-akmods-compared-to-the-current-kernel-version-fail-the-build...