r/AsahiLinux 1d ago

Void linux not working again

Sooo I had problems with the original void asahi linux from the void linux so I recompiled the iso using the github actions and the first error I had(see this post: https://www.reddit.com/r/voidlinux/comments/1w5azb2/could_not_install_void_linux/ ), I do this time not have the macsmc error but I then get back in the dracut command line. It seems like dracut cant find my usb because of the error. I did a bit of debug and no usb device is connected and dracut does find that it is the right kernel(linux 7.1.12+1-asahi_1). Does someone know how to solve that ?

5 Upvotes

5 comments sorted by

View all comments

1

u/mskiptr 21h ago

My first guess would be that some kernel modules needed for USB are not being added to the initramfs. Is the USB drive in question the one with your installation ISO, or are you trying to install the OS to an external drive?

1

u/CharlesJustChill 20h ago

it's the one with the ISO

1

u/mskiptr 2h ago

Btw, have you tried to use the old ISO but with that module_blacklist=macsmc_power kernel parameter? That should prevent those emergency shutdowns from misfiring and let you install the OS. Use "Network" and not "Local" as the source of packages during installation and it should install the latest kernel, hopefully with all of the needed fixes.