Open k0gen opened 3 years ago
In the current implementation, brunch bootsplashes are limited to png images as I use a very basic mechanism to display the images on the framebuffer. I might at some point try to implement plymouth but that's not really a priority for now.
Is it possible to at least modify the grub settings to use a custom png instead? I’m trying to configure it to display the default chrome os boot splash image.
It is possible but for this you would have to replace the files in /bootsplash/default in the initramfs.
That sounds doable, but where would I find the initramfs? On my other Linux systems it tends to be in /boot but I'm not finding it on my Brunch install.
It's at the root of partition 7, the file is initramfs.img
I tried modifying bootsplash in ramdisk but framework is not booting
It's at the root of partition 7, the file is initramfs.img
Hi bro. how to unpack and repack initramfs.img ?
good work sir. I was able to extract the initramfs.img. I'm getting an error when repacking. ''cpio: File ./newinitramfs.img grew, 11026432 new bytes not copied 62229 blocks'' Where am I going wrong? Could you help @sebanc
@bybenjamin did you ever come right with modifying the bootsplash ?
Now that we have bootsplash support in brunch would it be possible to use animated gif as a custom bootsplash?