dkwo

Results 295 comments of dkwo

Thanks for the suggestions, and for doing the initial hard work. They have a hook for mkinitcpio, but not for dracut yet. Since the dracut config can be distro-specific, I...

Upon some minor config changes, I was able to boot the latest 6.0 series kernel. It's imperative to run `update-m1n1` upon a kernel update, otherwise it won't boot. It'd be...

At this point, I think only kernel and m1n1 are really needed, the rest can be dropped, as m1n1 can boot the initramfs directly. Some work is ongoing as how...

@Skirmisher Now shipping a kernel hook for m1n1, which allows to either have the kernel or uboot as payload. In my tests it works fine, using ``` cat /etc/m1n1.conf chosen.bootargs=earlycon...

Exactly as @Skirmisher said. I agree that GPU/mesa might be a bit premature.

added asahi-firmware package, which allows to extract a .cpio archive. this should be processed by the initramfs, which i'm currently trying (and failling) to do using tinyramfs.

i can boot from tinyramfs initram, and i'm close to loading the firmware from there, but as soon as i add `cp -r /vendorfw/* /mnt/root/lib/firmware/vendor` to the hook.init.late, then it...

now tinyramfs can forward the firmware to /lib/firmware/vendor, but it seems our kernel does not load from there

it's been working fine for me, but not as main daily driver, yet. potentially, it could be merged as is. you're welcome to test it as well, if you have...