Code Monkey home page Code Monkey logo

Comments (12)

nicknamenamenick avatar nicknamenamenick commented on May 21, 2024 7

I had a similar issue, just a black screen with no error message. This may work for you because it worked for me. Install stock Fedora Kinoite - https://fedoraproject.org/kinoite/download/ and flash it your flash drive or whatever bootable medium you have. Installation should be quite similar to Bazzite

This next part can be found on the README near the bottom of each variant of Bazzite.

Then when you install stock Fedora Kinoite, open Konsole and enter:

for Desktop w/ an AMD/Intel GPU
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:latest

for Desktop w/ a Nvidia GPU
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:latest

for Steam Deck
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:latest

and so on.. for GNOME variants, just copy from the github README here:
image

Then reboot when it has finished. This will rebase you from stock Fedora Kinoite to Bazzite.

NOTE: If you plan to try this method with the Steam Deck, keep in mind the installer will not scale well on the Deck screen! You will have to press the tab key on your physical keyboard to try and continue it, usually located on the bottom right of the screen which gets cut off with this method.

from bazzite.

Juggalo187 avatar Juggalo187 commented on May 21, 2024 1

I have the same problem, I tried removing rd.live.check and using Fedora Media Writer instead of Rufus but to no avail.

I have a PC with a B550 Motherboard, AMD Ryzen 5 5600 CPU, AMD RX 5700xt GPU, one SSD drive and 3 Sata HDD's and 32gb ddr4 ram.

And I already have Windows 11 installed on the system.

from bazzite.

EyeCantCU avatar EyeCantCU commented on May 21, 2024

This usually happens when writing the ISO with Ventoy or when rd.live.check hangs. I would try removing rd.live.check as a kernel argument. To do that, press E on the boot entry, go down the line using the arrow keys that begins with linux and remove rd.live.check. Save the configuration by pressing the Ctrl key and X at the same time.

You could also try writing it again with Fedora Media Writer and see if that works out. Let me know if any of this helps

from bazzite.

Labsdj avatar Labsdj commented on May 21, 2024

i put my video now public to view the error message

from bazzite.

rodnheli avatar rodnheli commented on May 21, 2024

Had also installation issues with ventoy and fedora media writer.
With latest rufus (4.0.2025) installation worked.

from bazzite.

shuriken1812 avatar shuriken1812 commented on May 21, 2024

This issue does not seem to be bazzite specific, my own custom image which is based on silverblue main also has this issue https://github.com/shuriken1812/ShurikenOS with the automatically generated ISO.

So I think this can be moved to https://github.com/ublue-os/isogenerator/issues ? @akdev1l

from bazzite.

spoelstraethan avatar spoelstraethan commented on May 21, 2024

I just ran into this issue but resolved it using the exact same install media by switching out the docking station/hub I was using for one that didn't have any memory card readers in it. I'm wondering if installing from microSD (common for the Steam Deck because the reader is built in) whether the internal reader which is often /dev/sda or /dev/mmcblk0 might get bumped if an external dock also has a reader and the switch from boot selection to kernel loading doesn't pass an explicit block device UUID to install from?

from bazzite.

juicypop avatar juicypop commented on May 21, 2024

It might sound discouraging but keep trying different USB drives and image writers.
After I think 15+ attempts, I finally created a working USB drive with Rufus 4.34 I think, latest official release. And what should I say, finally it let me pass above screen within a few seconds without further workarounds.
For reference, I'm running quite aged hardware in a htpc. i5 3470s with a 750ti on an Asus p8h61-i Mainboard. I disabled secure boot prior to all my attempts.

Hope this helps someone.

from bazzite.

beforan avatar beforan commented on May 21, 2024

After I think 15+ attempts, I finally created a working USB drive with Rufus 4.34 I think, latest official release.

Do you recall what options you used in Rufus when it worked? MBR/GPT? ISO or DD?

from bazzite.

juicypop avatar juicypop commented on May 21, 2024

Do you recall what options you used in Rufus when it worked? MBR/GPT? ISO or DD?

Sure, it was my last attempt trying default settings. This means MBR/ISO.

If this should still fail, i was going about to try:

  • GPT/ISO
  • MBR/DD
  • GPT/DD

When choosing one of the nvidia options, go for the 2nd entry with basic driver support.
My aged hardware produced graphical glitches all over my monitor i couldn't even see what i was doing there

from bazzite.

noelmiller avatar noelmiller commented on May 21, 2024

We are currently in the process of regenerating this ISO. It is not complete yet. If you want more information, please follow this issue: ublue-os/main#468

from bazzite.

KyleGospo avatar KyleGospo commented on May 21, 2024

We now have a new offline installer that can be downloaded at https://bazzite.gg/#image-picker

Let us know if you have any issues with the new one :)

from bazzite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.