leifliddy / asahi-fedora-builder

Builds a minimal Fedora image to run on Apple M-series systems
MIT License
242 stars 12 forks source link

Upgrade from F36 --> F37 #11

Open leifliddy opened 1 year ago

leifliddy commented 1 year ago

Fedora 37 release: Several packages have recently been added to the offical Fedora repo, which include: asahi-fwextract asahi-scripts dracut-asahi m1n1 update-m1n1
So in order upgrade from Fedora 36 --> Fedora 37 please do the following

dnf remove uboot-asahi
dnf install dracut-asahi
dnf upgrade
# just to be safe as the latest kernel has selinux enabled and it hasn't been fully tested out yet
sed -i s/^SELINUX=.*$/SELINUX=permissive/ /etc/selinux/config
dnf install dnf-plugin-system-upgrade
dnf system-upgrade download --releasever=37
dnf system-upgrade reboot

An official Fedora release seems imminent. When that happens, this project will no longer be needed. When an official release happens, it'll be super-easy to transition over (I'll provide instructions of how to do that). At this point, all but a couple packages are official Fedora packages anyway. But....until that happens I'll continue to work on this project.

romulasry commented 1 year ago

Update?

leifliddy commented 1 year ago

The chat room where the Fedora devs discuss this exact topic can be found here: https://app.element.io/#/room/#asahi:fedoraproject.org

They're currently aiming for a F38 release