New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/36390#issuecomment-1260022216 Comment: I tested on a M1 macbook air: the above-mentioned PR to mklive is able to boot the kernel from this PR. What I see after booting into Void (I choose "UEFI environment only" in asahi installer): ``` lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 465.9G 0 disk |-nvme0n1p1 259:1 0 500M 0 part |-nvme0n1p2 259:2 0 230.2G 0 part |-nvme0n1p3 259:3 0 2.3G 0 part |-nvme0n1p4 259:4 0 477M 0 part |-nvme0n1p5 259:5 0 5G 0 part nvme0n2 259:6 0 3M 0 disk nvme0n3 259:7 0 128M 0 disk ``` I believe p1 is my efi partition, p2 is linux root, ignore the rest: could anyone confirm before I proceed? Btw, I'd like to have encrypted /, with the kernel in /boot, but I'm not sure the grub scripts would work right away.