Git Product home page Git Product logo

Comments (6)

leifliddy avatar leifliddy commented on August 10, 2024 2

Ok, here's how to recover from that.

boot into macos

sudo diskutil mount /dev/disk0s4
mv /Volumes/EFI-FEDORA/m1n1/boot.bin.old /Volumes/EFI-FEDORA/m1n1/boot.bin
sudo diskutil unmount /dev/disk0s4
(shutdown)

boot Fedora, and choose any kernel except for the first one

# remove the stock fedora kernel (this command is just an example -- adjust as needed)
dnf remove $(rpm -qa | grep kernel | grep -v asahi | grep 6.2.7)

Update:
Run the following to update the asahi-linux.repo config -- which now has a priority value assigned to it.
This will prevent Fedora kernels from being installed.
curl https://leifliddy.com/asahi-linux/asahi-linux.repo --output /etc/yum.repos.d/asahi-linux.repo

from asahi-fedora-builder.

kalrykh avatar kalrykh commented on August 10, 2024 1

vi...maybe I could convince you guys to package nano in for us non hacker types :P Thanks for the quick assistance.

from asahi-fedora-builder.

leifliddy avatar leifliddy commented on August 10, 2024

Oh no!!! I just ran into that issue as well. I wonder if it's related to a recent btrfs-progs update.
Let me check.

from asahi-fedora-builder.

Conan-Kudo avatar Conan-Kudo commented on August 10, 2024

There has been no btrfs-progs update in a while (the next one won't land for another 12 hours and isn't changing any code that would affect this). The logs look like the pcie controller driver broke somehow.

from asahi-fedora-builder.

leifliddy avatar leifliddy commented on August 10, 2024

Thanks. It's related to installing the latest stock 6.2.7 Fedora kernel. I'll provide instructions on how to recover from that in a sec.

from asahi-fedora-builder.

leifliddy avatar leifliddy commented on August 10, 2024

Here's a better solution. Instead of using exclude statements in the fedora repos, simply perform the following
curl https://leifliddy.com/asahi-linux/asahi-linux.repo --output /etc/yum.repos.d/asahi-linux.repo

This repo config now has a priority value assigned to it -- which will prevent this from happening again.

[asahi-linux]
name=Asahi Fedora $releasever - $basearch
...
priority=1

The image has been updated.

from asahi-fedora-builder.

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.