[SOLVED] enable Tux logo at boot time 14 September 2020, 19:37:34 Hello,this is nothing urgent but how can I enable tux logo at boot time?It works in Gentoo (OpenRC/EFI and the same kernel config in Graphic support section) and Slackware (SysV, SysV/EFI).Thank you Last Edit: 15 September 2020, 20:41:40 by nous
Re: enable Tux logo at boot time Reply #1 – 14 September 2020, 20:10:53 with this https://aur.archlinux.org/packages/plymouth/ ?
Re: enable Tux logo at boot time Reply #2 – 14 September 2020, 20:13:34 Such graphical thing will only slow down startup of your machine.If the startup takes too long think about saving a bit a buy some small SSD.
Re: enable Tux logo at boot time Reply #3 – 14 September 2020, 22:32:20 The tux logo on boot in gentoo/slackware is a kernel option. To enable this you would have to build the kernel yourself and enable the option.Gentoo/slackware have it enabled in the kernel by default. 95% of distros don't enable the tux logo in the kernel.
Re: enable Tux logo at boot time Reply #4 – 14 September 2020, 22:38:46 @alium no, no playmouth I am talking about kernel:-> Device Drivers -> Graphics support -> Bootup logo@SGOrava QuoteSuch graphical thing will only slow down startup of your machine.If the startup takes too long think about saving a bit a buy some small SSD.No, it does not slow down anything. Default Artix kernel is 75.4MB plus initramfsMy custom kernel is 44MB and it runs without initramfs (so fs and disk is build in)So even with logo build in custom kernel is smaller and loads "faster" ("" +/- some seconds - that does not count). My laptop is i7 with 32GB RAM and SSD, so it is few years old but adding logo to kernel is not going to slow down anything.My kernel config is ok (as it works in other distros), how can I enable tux in Artix?@ChrisCromerI build my kernels last 20yrs (I am not claiming thtat I am an expert though), -> Device Drivers -> Graphics support -> Bootup logo fb_simple (Simple framebuffer support), needed for tux on efi is enabled also and no dice.This setup works in other distros, for some reason not in Artix. That is why I am asking for the solutionIn fact vanilla kernel includes Tux logoHere you have my custom logo for Slack and Gentoohttps://ibb.co/9bdx8GMhttps://ibb.co/p6qjGxgSo I know what I am doingthank you Last Edit: 15 September 2020, 02:27:51 by tut
Re: enable Tux logo at boot time Reply #5 – 14 September 2020, 22:41:32 The artix kernel doesn't have the option enabled. Did you build your own kernel and enable it?
Re: enable Tux logo at boot time Reply #6 – 14 September 2020, 23:07:52 @Chris Cromer I just edited my post above.Yes I enabled logo in Artix kernelGrub has:GRUB_GFXMODE="1024x768,800x600"so this should work, unless I should remove 800x600? Last Edit: 14 September 2020, 23:19:46 by tut
Re: enable Tux logo at boot time Reply #7 – 15 September 2020, 00:31:27 ok,got it working:https://ibb.co/SXs6cyW pretty easy, just removed "quiet" from grub (heh forgot about first thing to look for)although it is a bit different than Gentoo and Slackware ("earlier"?) 1 Likes