GithubHelp home page GithubHelp logo

Comments (19)

kubepy avatar kubepy commented on May 18, 2024 1

Hi, @Lux-pogu

I tried to modify and create a offline installation iso from the origin iso to support offline installation and logged the steps.
it may install sucessfully after you build your own offline iso.

https://github.com/kubepy/bazzite-deck-offline

from bazzite.

nagaame avatar nagaame commented on May 18, 2024

I have the same error.🥲

from bazzite.

akdev1l avatar akdev1l commented on May 18, 2024

It’s not a signature verification error - this happens when anything goes wrong during ostree container image deploy during installation (could be I/O error or network error or anything)

anaconda doesn’t retry or do anything but crash…

I’ll see if I can find some time to file a bug upstream. There’s not really much the ublue project can do here sadly.

The error also doesn’t depend on the image, the iso is just an installer but the actual OS image is downloaded from GitHub container registry every time - it looks like it fails in many cases

from bazzite.

nagaame avatar nagaame commented on May 18, 2024

I would like to know if there is a way to collect or view logs during the installation process.

from bazzite.

akdev1l avatar akdev1l commented on May 18, 2024

I would like to know if there is a way to collect or view logs during the installation process.

https://docs.fedoraproject.org/en-US/quick-docs/anaconda/anaconda_logging/#_logging_on_the_installed_system

from bazzite.

szescxz avatar szescxz commented on May 18, 2024

Leaving a note for anyone from China who has this issue: yes, you need a VPN (preferably on your router) or a GHCR mirror.
To specify a mirror you need to edit the boot option at the GRUB menu. Ventoy users who are using my workaround can also nano /tmp/ks-urls.txt before running anaconda.

You can always rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/<YOUR VARIANT HERE>:<VERSION_HERE> after installation if you have trust issues with mirrors.

from bazzite.

KyleGospo avatar KyleGospo commented on May 18, 2024

Leaving a note for anyone from China who has this issue: yes, you need a VPN (preferably on your router) or a GHCR mirror.
To specify a mirror you need to edit the boot option at the GRUB menu. Ventoy users who are using my workaround can also nano /tmp/ks-urls.txt before running anaconda.

You can always rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/<YOUR VARIANT HERE>:<VERSION_HERE> after installation if you have trust issues with mirrors.

If there's another git service that you're able to access with similar functionality, let me know and I'll be happy to fork this over there.

from bazzite.

Elcapone86 avatar Elcapone86 commented on May 18, 2024

The error comes from the wifi encryption. I tried it over the eGpu via Lan and the installation went through without problems. Uses a Lan connection or temporarily removes the Wlan encryption. @KyleGospo

from bazzite.

Lux-pogu avatar Lux-pogu commented on May 18, 2024

would love to do this,but don't have arch. is there anyway you could send me the built iso? if not that's okay,but i think if you can't,i'm just gonna give up on bazzite. no matter what i do it just doesn't work for me

from bazzite.

szescxz avatar szescxz commented on May 18, 2024

If there's another git service that you're able to access with similar functionality, let me know and I'll be happy to fork this over there.

I think the point is not Git but container registries - we are pulling the container image for the installation, not the source code. And I'm not seeing much container registries offering mirror service here (most of the public ones only mirror Docker Hub).
To solve this in the long-term I think a server/object storage/CDN is needed to serve static files - either for the offline installer above, or put the container image into an OSTree repository and pull with ostree-remote-image (so people who want to mirror it doesn't have to run a registry, a simple HTTP server serving static content is enough). nevermind, I misunderstood ostree-remote-image.
In the short-term I still prefer offline installer, like adapting isogenerator to something that users can fork the repository and run the GitHub actions themselves, then extract the ISO from the build artifact (since GitHub release doesn't allow anything more than 2 GiB).

The error comes from the wifi encryption.

Ah yes, I forgot to mention this. The Wi-Fi driver comes with the installer seems buggy. I'm also seeing Wi-Fi speed goes down to just ~128 KiB/s if the driver don't get loaded properly even in an installed system (though it's probably just me broke something which caused that).
If anyone doesn't have an Ethernet cable but has an Android phone then I'd also suggest using USB tethering as well.

from bazzite.

castrojo avatar castrojo commented on May 18, 2024

https://github.com/ublue-os/isogenerator/pull/81 for the ISO work.

from bazzite.

castrojo avatar castrojo commented on May 18, 2024

If an online install is too troublesome due to intermittent network issues we recommend using the Fedora installer and then rebasing to it. Here are the instructions: https://universal-blue.org/images/#preparing-to-rebase

from bazzite.

Lux-pogu avatar Lux-pogu commented on May 18, 2024

If an online install is too troublesome due to intermittent network issues we recommend using the Fedora installer and then rebasing to it. Here are the instructions: https://universal-blue.org/images/#preparing-to-rebase

would love to do this,but i figured out,i can't install any ostree fedora image.

from bazzite.

Lux-pogu avatar Lux-pogu commented on May 18, 2024

SOLVED! I AM SO HAPPY TO BE DONE WITH THIS.

i followed this video https://youtu.be/DIp4yqIe8O4?si=LC8UoIZH5NYOLROu ,for anyone else following it, "/" and "/home" can be whatever size you desire...well,not any size but still. i do recommend a swap of at least 8gb,although,i believe 4gb is minimum. good luck to anyone else doing this!

from bazzite.

Lux-pogu avatar Lux-pogu commented on May 18, 2024

SOLVED! I AM SO HAPPY TO BE DONE WITH THIS.

i followed this video https://youtu.be/DIp4yqIe8O4?si=LC8UoIZH5NYOLROu ,for anyone else following it, "/" and "/home" can be whatever size you desire...well,not any size but still. i do recommend a swap of at least 8gb,although,i believe 4gb is minimum. good luck to anyone else doing this!

also, @nagaame ,if you'd like to try this. also,i did this on silverblue,then rebased with what one of the other comments said. i never tried doing bazzite from the start with this though

from bazzite.

nagaame avatar nagaame commented on May 18, 2024

SOLVED! I AM SO HAPPY TO BE DONE WITH THIS.
i followed this video https://youtu.be/DIp4yqIe8O4?si=LC8UoIZH5NYOLROu ,for anyone else following it, "/" and "/home" can be whatever size you desire...well,not any size but still. i do recommend a swap of at least 8gb,although,i believe 4gb is minimum. good luck to anyone else doing this!

also, @nagaame ,if you'd like to try this. also,i did this on silverblue,then rebased with what one of the other comments said. i never tried doing bazzite from the start with this though

thank you everyone, i'll try it

from bazzite.

noelmiller avatar noelmiller commented on May 18, 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 18, 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.

shanoor avatar shanoor commented on May 18, 2024

I had the same error even while being offline. In my case, the issue was because of already existing uefi boot entries for Fedora and Bazzite. I deleted both and even deleted the Fedora folder from the EFI partition and it solved the issue.

I used DiskGenius, it's included in Hirens BootCD or can be installed on Windows. There are probably linux tools for doing the same thing.

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.