Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: cshrout1 on June 13, 2018, 11:20:23 AM
-
Hey there!
I've spent a fair amount of time looking through the book and the wiki to see if I can remove the splash screen from boot process:
(http://img.photobucket.com/albums/v34/Shrout1/TC_Splash.png~original)
I'm not sure where it's stored and how to silence / remove it. I'm going for as silent a boot as possible. If someone could point me in the right direction I'd be most appreciative!
I grabbed CoreCurrent.iso from the downloads page (http://tinycorelinux.net/9.x/x86/release/Core-current.iso) and installed it to my flash drive with the YUMI UEFI beta installer (https://www.pendrivelinux.com/yumi-multiboot-usb-creator/). I only started working with Tiny about 2 weeks ago but the wiki and the book have been quite helpful! Coming up dry on this one though :)
Edit: I'd like to note that I am running a remastered version of TC; I've scripted the unpack / pack steps and can easily modify the core operating system.
-
logo.nologo=1 bootcode
-
logo.nologo=1 bootcode
Thanks again for your answers! Forgive my ignorance, but where should I be modifying this value? YUMI installed GRUB but there are no grub configs or directories inside of the OS itself (seeing as it's packed and all).
Appreciate it! :D
-
logo.nologo=1 bootcode
Ok nevermind I got it sorted out! Edited the grub.cfg file that actually boots Tiny and it worked :D Thanks again!
menuentry "Core-current" {
set gfxpayload=keep
linux /multiboot/Core-current/boot/vmlinuz loglevel=3 cde logo.nologo=1
initrd /multiboot/Core-current/boot/core.gz
}
I have a crazy directory structure because YUMI is a multi-boot tool, but the magic it works is worth the mess (for now...).