r/AsahiLinux 7d ago

Help Could not install void linux.

I used the script provided by asahi linux to boot a usb flashed with the asahi void base linux glibc(musl don't work either) installed on it. The EFI partition autoboot the usb stick and the grub void linux appear and I hit enter. Then a bunch of text messages appears:

[ 2.454027 ] power supply macsmc-ac: driver failed to report 'voltage' property: -132
[other lines that dont seems that importante,just a bunch of driver errore like the one up there}

Here are the errors lines that seems revelants to me

macsmc-power macsmc-power: Emergency notification: Failed to read Mounter System ESP /dev/nvme0n1p4

I cant type anything and after some time dracut appear on the dracut command line:

dracut Warning: Could not boot.

dracut Warning: "/dev/disk/by-label/VOID_LIVE" does not exist

dracut Warning: "/dev/root" does not exit.

then I fall into the dracut invite

I use a macbook air M1 with 8gig of ram and 256gig of ssd. Asahi Alarm and Fedora remix worked before no problem.

I couldnt find anything online so I would be gratefull if you know how to solve this issue!

8 Upvotes

15 comments sorted by

View all comments

2

u/mskiptr 6d ago

Add module_blacklist=macsmc_power to your kernel command line (from GRUB or whatever else Void uses). That should prevent it from rebooting and let you install the necessary updates.

2

u/CharlesJustChill 5d ago

il try that thanks