WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to change uefi boot pic  (Read 287 times)

Offline zbs888

  • Newbie
  • *
  • Posts: 42
How to change uefi boot pic
« on: May 05, 2024, 06:05:40 PM »
Hello,everyone.
I used the grub2 multi program in the Core14 system to set my hard drive to UEFI boot mode. The settings in the EFI/BOOT/grub/grub.cfg file are as follows:
Code: [Select]
Why i got "Internal Server Error" when i post my grub.cfg file.
menuentry "core" {
linux /boot/vmlinuz quiet text tce=UUID="d4432cde-d21a-4d40-b44b-f097ce72cdba" waitusb=10:UUID="d4432cde-d21a-4d40-b44b-f097ce72cdba" console=ttyS1,115200 console=ttyS0,115200
initrd /boot/rootfs.gz /boot/modules.gz
}
My file like http://forum.tinycorelinux.net/index.php/topic,19364.msg119228.html#msg119228
When the system starts, two identical images with Tiny Core written on them are displayed on the local terminal interface. The starfield.png I found in the themes/tarfield directory is not the one displayed. How can I modify these two photos?
« Last Edit: May 05, 2024, 06:15:09 PM by zbs888 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: How to change uefi boot pic
« Reply #1 on: May 05, 2024, 11:31:42 PM »
If you mean the kernel's pic, it's built in to the kernel. You can disable it with the logo.nologo boot param.
The only barriers that can stop you are the ones you create yourself.

Offline zbs888

  • Newbie
  • *
  • Posts: 42
Re: How to change uefi boot pic
« Reply #2 on: May 06, 2024, 12:30:55 AM »
If you mean the kernel's pic, it's built in to the kernel. You can disable it with the logo.nologo boot param.


I am not sure if this is the logo from the kernel. I have uploaded it to the attachment. Could you please take a look? Thank you

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: How to change uefi boot pic
« Reply #3 on: May 06, 2024, 06:06:27 AM »
Yes, that's the kernel one. We replaced the penguin with that.
The only barriers that can stop you are the ones you create yourself.

Offline zbs888

  • Newbie
  • *
  • Posts: 42
Re: How to change uefi boot pic
« Reply #4 on: May 07, 2024, 06:04:11 PM »
Yes, that's the kernel one. We replaced the penguin with that.
Thanks for help