06-28-2020, 03:49 AM
Is it possible to change the boot image? if so where is it stored?
Boot Image Location
|
06-28-2020, 03:49 AM
Is it possible to change the boot image? if so where is it stored?
06-28-2020, 06:07 AM
What exactly do you mean? The files from the bootloader:
Code: mobian@mobian:~$ dpkg -L u-boot-sunxi The kernel image can be found in /boot (f.e. Image.gz-5.7-pinephone). What do you want to do if I may ask?
Do you mean "image" as in the binary blob containing u-boot or as in the literal mobian logo you see on boot?
In the first case I think @devrtz has an excellent answer, but on the off chance you meant the logo it's in /usr/share/plymouth/themes/mobian/ . I would recommend making a copy of the theme and modifying that though. You can change the theme in /etc/plymouth/plymouthd.conf .
06-28-2020, 10:07 AM
I think he wants to change the splashscreen and plymouth theme as you said.
(06-28-2020, 06:07 AM)devrtz Wrote: What exactly do you mean? The files from the bootloader:Just wanted to change the boot logo (06-28-2020, 09:54 AM)Djhg2000 Wrote: Do you mean "image" as in the binary blob containing u-boot or as in the literal mobian logo you see on boot? Yeah I meant the boot logo, should have made that clear lel. Thankyou https://imgur.com/a/D92VflY |