Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: zbs888 on May 05, 2024, 09: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:
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 (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?
-
If you mean the kernel's pic, it's built in to the kernel. You can disable it with the logo.nologo boot param.
-
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
-
Yes, that's the kernel one. We replaced the penguin with that.
-
Yes, that's the kernel one. We replaced the penguin with that.
Thanks for help