You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend that you install the bare m1n1/U-Boot images and DTBs to a specific location on the
55
55
root filesystem, and ship a script that backs up the existing image and creates a new one. This prevents regressions from making bricking
56
56
the OS install. Users can simply mount the ESP in macOS, delete the new `boot.bin` and rename the backup to recover their machine to a
57
-
known good state. For an example of how we do this in Asahi, see `uboot-asahi` and `asahi-scripts/update-m1n1` in the
58
-
`AsahiLinux/PKGBUILDs` repo.
57
+
known good state. For an example of how we do this in Fedora Asahi Remix, see our [`uboot`](https://pagure.io/fedora-asahi/uboot-tools) and [`asahi-scripts`](https://src.fedoraproject.org/rpms/asahi-scripts/) packaging.
59
58
60
59
## Helpful U-Boot tricks
61
60
@@ -72,7 +71,7 @@ usb start
72
71
usb reset
73
72
```
74
73
75
-
If you are using a USB to load a recovery / "Live CD", ensure you also have `usbhid xhci_hcd` under MODULES in `/etc/mkinitcpio.conf`. Also have a read of [Install_Arch_Linux_on_a_removable_medium](https://wiki.archlinux.org/title/Install_Arch_Linux_on_a_removable_medium) for tips and tricks.
74
+
If you are using a USB to load a recovery / "Live CD", ensure you also have `usbhid xhci_hcd` under `force_drivers` in `/etc/dracut.conf`.
0 commit comments