PINE64
Boot Image Location - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Boot Image Location (/showthread.php?tid=10474)



Boot Image Location - NO_ob - 06-28-2020

Is it possible to change the boot image? if so where is it stored?


RE: Boot Image Location - devrtz - 06-28-2020

What exactly do you mean? The files from the bootloader:
Code:
mobian@mobian:~$ dpkg -L u-boot-sunxi
/usr
/usr/bin
/usr/bin/mksunxi_fit_atf
/usr/bin/u-boot-install-sunxi64
/usr/lib
/usr/lib/u-boot

<snip>
/usr/lib/u-boot/pinephone
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.0.dtb
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.1.dtb
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.2.dtb
/usr/lib/u-boot/pinephone/sunxi-spl.bin
/usr/lib/u-boot/pinephone/u-boot-nodtb.bin
/usr/lib/u-boot/pinephone/u-boot.bin
/usr/lib/u-boot/pinephone/uboot.elf

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?


RE: Boot Image Location - Djhg2000 - 06-28-2020

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 .


RE: Boot Image Location - rico - 06-28-2020

I think he wants to change the splashscreen and plymouth theme as you said.


RE: Boot Image Location - NO_ob - 06-29-2020

(06-28-2020, 06:07 AM)devrtz Wrote: What exactly do you mean? The files from the bootloader:
Code:
mobian@mobian:~$ dpkg -L u-boot-sunxi
/usr
/usr/bin
/usr/bin/mksunxi_fit_atf
/usr/bin/u-boot-install-sunxi64
/usr/lib
/usr/lib/u-boot

<snip>
/usr/lib/u-boot/pinephone
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.0.dtb
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.1.dtb
/usr/lib/u-boot/pinephone/sun50i-a64-pinephone-1.2.dtb
/usr/lib/u-boot/pinephone/sunxi-spl.bin
/usr/lib/u-boot/pinephone/u-boot-nodtb.bin
/usr/lib/u-boot/pinephone/u-boot.bin
/usr/lib/u-boot/pinephone/uboot.elf

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?
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?

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 .

Yeah I meant the boot logo, should have made that clear lel. Thankyou


https://imgur.com/a/D92VflY