Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot stuck when initializing sdhci-pci #36

Open
pachulo opened this issue Oct 22, 2024 · 1 comment · May be fixed by #38
Open

Boot stuck when initializing sdhci-pci #36

pachulo opened this issue Oct 22, 2024 · 1 comment · May be fixed by #38

Comments

@pachulo
Copy link

pachulo commented Oct 22, 2024

Hi! When trying to boot from the usb key the process stops after some seconds, and the last lines are sdhci-pci related:
PXL_20241016_111627756

Then after 20 seconds or so, the system makes an hard-reset.

After reading this tip from @marcan, I've tried editing the grub entry to append the module_blacklist=sdhci_pci to the linux line and then the USB did boot!

How could this be solved for good?

Thanks!

@pachulo
Copy link
Author

pachulo commented Nov 21, 2024

OK, as pointed out by @marcan in Reddit, the workaround to fix the USB drive, so it can boot without editing GRUB, goes like this:

$ ./build.sh chroot
$ dnf install fedora-asahi-remix-scripts
$ systemd-hwdb update
$ dracut --regenerate-all --force

pachulo added a commit to pachulo/asahi-fedora-usb that referenced this issue Nov 21, 2024
@pachulo pachulo linked a pull request Nov 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant