Krin
Krin
Explore posts from servers
UBUniversal Blue
Created by Max on 10/26/2024 in #🛟bazzite-help
Double entry fix errors out in the ujust script (Bazzite GNOME Desktop Unstable)
Sauce: Been slamming my head against this for a few days and just finally fixed my own double entries in grub. ^_^
10 replies
UBUniversal Blue
Created by Max on 10/26/2024 in #🛟bazzite-help
Double entry fix errors out in the ujust script (Bazzite GNOME Desktop Unstable)
These errors:
find: ‘/usr/lib/ostree-boot/efi/EFI/fedora/’: No such file or directory
install: missing destination file operand after '/boot/efi/EFI/fedora/'
Try 'install --help' for more information.
find: ‘/usr/lib/ostree-boot/efi/EFI/fedora/’: No such file or directory
install: missing destination file operand after '/boot/efi/EFI/fedora/'
Try 'install --help' for more information.
Come from /usr/sbin/grub2-switch-to-blscfg. There's some Silverblue discussions about how 41 broke this script in the process of doing a bunch of other stuff. https://github.com/fedora-silverblue/issue-tracker/issues/120 You can be very dangerous and if you're absolutely certain you're using EFI bypass that script. I would consider having a live USB on hand and backup the /etc/grub.cfg and /etc/grub-efi.cfg before running these commands.
sudo touch /boot/grub2/.grub2-blscfg-supported
ujust regenerate-grub
sudo touch /boot/grub2/.grub2-blscfg-supported
ujust regenerate-grub
10 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
Confirmed this is a podman specific issue.
[16:49:42 INFO blue_build_process_management::drivers::docker_driver:338] => Successfully built image /etc/bluebuild/bazzite-dkub.tar.gz
[16:49:42 INFO blue_build::commands::build:259] => Finished building:
- /etc/bluebuild/bazzite-dkub.tar.gz
[16:49:42 INFO blue_build::commands::local:151] => Rebasing image bazzite-dkub
[16:49:42 TRACE blue_build::commands::local:153] => rpm-ostree rebase ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz
Pulling manifest: ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz
Importing: ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz (digest: sha256:9ba42c16d1050bab55a7f31aef27f52c8bcb91345e9eda2faee4cbfcc943e298)
ostree chunk layers already present: 72
custom layers needed: 10 (789.9 MB)
Fetching layer sha256:096521cb9543 (421 bytes)... done
Fetching layer sha256:20a81adf7440 (56.7 MB)... done
Fetching layer sha256:6f5f451934c5 (2.1 kB)... done
Fetching layer sha256:ca21fcd33873 (484.2 MB)... done
Fetching layer sha256:675f4235b360 (5.2 kB)... done
Fetching layer sha256:b7676258e2c7 (249.1 MB)... done
Fetching layer sha256:737c4c5724ba (1.0 kB)... done
Fetching layer sha256:a6fe357f9adf (4.0 kB)... done
Fetching layer sha256:f7a5f5be3971 (596 bytes)... done
Fetching layer sha256:5bd1f8fc75f7 (188 bytes)... done
Checking out tree 18847c0... done
Inactive requests:
docker-ce (already provided by docker-ce-3:27.3.1-1.fc41.x86_64)
docker-compose-plugin (already provided by docker-compose-plugin-2.29.7-1.fc41.x86_64)
containerd.io (already provided by containerd.io-1.7.22-3.1.fc41.x86_64)
docker-buildx-plugin (already provided by docker-buildx-plugin-0.17.1-1.fc41.x86_64)
docker-ce-cli (already provided by docker-ce-cli-1:27.3.1-1.fc41.x86_64)
Staging deployment... done
Freed: 205.8 MB (pkgcache branches: 0)
Changes queued for next boot. Run "systemctl reboot" to start a reboot
[16:50:39 INFO blue_build::commands::local:160] => Successfully rebased to bazzite-dkub
[16:49:42 INFO blue_build_process_management::drivers::docker_driver:338] => Successfully built image /etc/bluebuild/bazzite-dkub.tar.gz
[16:49:42 INFO blue_build::commands::build:259] => Finished building:
- /etc/bluebuild/bazzite-dkub.tar.gz
[16:49:42 INFO blue_build::commands::local:151] => Rebasing image bazzite-dkub
[16:49:42 TRACE blue_build::commands::local:153] => rpm-ostree rebase ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz
Pulling manifest: ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz
Importing: ostree-unverified-image:oci-archive:/etc/bluebuild/bazzite-dkub.tar.gz (digest: sha256:9ba42c16d1050bab55a7f31aef27f52c8bcb91345e9eda2faee4cbfcc943e298)
ostree chunk layers already present: 72
custom layers needed: 10 (789.9 MB)
Fetching layer sha256:096521cb9543 (421 bytes)... done
Fetching layer sha256:20a81adf7440 (56.7 MB)... done
Fetching layer sha256:6f5f451934c5 (2.1 kB)... done
Fetching layer sha256:ca21fcd33873 (484.2 MB)... done
Fetching layer sha256:675f4235b360 (5.2 kB)... done
Fetching layer sha256:b7676258e2c7 (249.1 MB)... done
Fetching layer sha256:737c4c5724ba (1.0 kB)... done
Fetching layer sha256:a6fe357f9adf (4.0 kB)... done
Fetching layer sha256:f7a5f5be3971 (596 bytes)... done
Fetching layer sha256:5bd1f8fc75f7 (188 bytes)... done
Checking out tree 18847c0... done
Inactive requests:
docker-ce (already provided by docker-ce-3:27.3.1-1.fc41.x86_64)
docker-compose-plugin (already provided by docker-compose-plugin-2.29.7-1.fc41.x86_64)
containerd.io (already provided by containerd.io-1.7.22-3.1.fc41.x86_64)
docker-buildx-plugin (already provided by docker-buildx-plugin-0.17.1-1.fc41.x86_64)
docker-ce-cli (already provided by docker-ce-cli-1:27.3.1-1.fc41.x86_64)
Staging deployment... done
Freed: 205.8 MB (pkgcache branches: 0)
Changes queued for next boot. Run "systemctl reboot" to start a reboot
[16:50:39 INFO blue_build::commands::local:160] => Successfully rebased to bazzite-dkub
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
I gotta run some errands today and date night with spouse. Will try the run around with docker tomorrow and update the issue. ^_^
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
I figured podman would be good enough lol. Might mess around and install docker later and see if that works.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
Ah.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
Yeah this is a bazzite based image.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
I wonder if it's podman specific?
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
It's very rare that I find an error message google has no clue about. 😂
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
Sure.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
I thought the answer was no, lmao but I didn't know if you mean the image in general or the archive. 😂
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
> rpm-ostree status
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/dkolb/bazzite-dkub:latest
Digest: sha256:8b4c0a6e750fcf6f3c812a5c9d8961478932245a36d7395f282bc58d7a50b5fd
Version: 41.20241030.1 (2024-11-02T02:40:31Z)

ostree-image-signed:docker://ghcr.io/dkolb/bazzite-dkub:latest
Digest: sha256:8289ded602da729f714784fc232f1ea5acfa00652cf9cdda243e45e8a2fd7485
Version: 41.20241030.1 (2024-11-02T00:22:29Z)
> rpm-ostree status
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/dkolb/bazzite-dkub:latest
Digest: sha256:8b4c0a6e750fcf6f3c812a5c9d8961478932245a36d7395f282bc58d7a50b5fd
Version: 41.20241030.1 (2024-11-02T02:40:31Z)

ostree-image-signed:docker://ghcr.io/dkolb/bazzite-dkub:latest
Digest: sha256:8289ded602da729f714784fc232f1ea5acfa00652cf9cdda243e45e8a2fd7485
Version: 41.20241030.1 (2024-11-02T00:22:29Z)
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
It's just the rebase onto the archive that blows up.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
The image works fine if I just build and run it like podman run --rm -it localhost/bazzite-dkub:latest /bin/sh to poke around and check files, etc.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
LIke I said, if I build it in github, push, and then update to the published image it works fine so I haven't been bothered by it too much, it just slows me down. Lol.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
Yes, every time.
34 replies
BBlueBuild
Created by Krin on 11/2/2024 in #questions
Cannot Rebase to Local Image
34 replies