Pre Boot Message

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
Folk Singer
Posts: 1
Joined: Tue Oct 15, 2024 6:17 am

Pre Boot Message

#1 Post by Folk Singer »

Not sure if I've used the correct expression for subject

My reason for joining this forum is to request help please. To either hide or reduce the text size of this message which appears when first turning on my computer.

Message reads.......Booting 'MX 23.4 Libretto'
Loading Linux 6.1.0.26.amd64
Loading initial ramdisk ...

Everything following is great. Having used MX tools>Boot Options,I have a very pleasing screen.

I'm using an acer C22-865 All in One.... KDE Plasma Version 5.27.5.... Kernel Version: 6.1.0-26-amd64(64-bit).... Graphics Platform: X11..... Graphics Processor: Mesa Intel UHD Graphics 620.

Thank you for taking time to read this request.
Very much looking forward to a solution.

User avatar
Eadwine Rose
Administrator
Posts: 15080
Joined: Wed Jul 12, 2006 2:10 am

Re: Pre Boot Message

#2 Post by Eadwine Rose »

With all help requests, as per forum rules (which, if you haven't, please read), please share your full Quick System Info, do not edit.
If need be, you can do this using the LiveUSB, thanks.
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
fehlix
Developer
Posts: 12852
Joined: Wed Apr 11, 2018 5:09 pm

Re: Pre Boot Message

#3 Post by fehlix »

Folk Singer wrote: Tue Oct 15, 2024 4:45 pm Not sure if I've used the correct expression for subject

My reason for joining this forum is to request help please. To either hide or reduce the text size of this message which appears when first turning on my computer.

Message reads.......Booting 'MX 23.4 Libretto'
Loading Linux 6.1.0.26.amd64
Loading initial ramdisk ...

Everything following is great. Having used MX tools>Boot Options,I have a very pleasing screen.

I'm using an acer C22-865 All in One.... KDE Plasma Version 5.27.5.... Kernel Version: 6.1.0-26-amd64(64-bit).... Graphics Platform: X11..... Graphics Processor: Mesa Intel UHD Graphics 620.

Thank you for taking time to read this request.
Very much looking forward to a solution.
The generation of this three messages is "hard" coded.
The only way I can think of would be to "hide" those three the last two message lines of those three,
by replacing the "hard-coded" flag quiet_boot, set to 1
On terminal konsole like this

Code: Select all

sudo sed -i "/quiet_boot=/s/0/1/" /etc/grub.d/10_linux
which changes line #24 from

Code: Select all

quiet_boot="0"
to

Code: Select all

quiet_boot="1"
within /etc/grub.d/10_linux

Followed by re-generation of the grub menu with

Code: Select all

sudo update-grub
With this the default top entry within the grub-menu, would not print those messages.
Any other "kernel" entry selected from the Advanced menu, would still show the message lines,
also if flat-menu turned on within MX Boot Options.
PS: Don't get the "Booting ...." line anyway, only see "Loading..." lines, which get suppress with quiet_boot="1"
+++EDIT+++
Incase you don't want to see the grub-menu:
Do adjust first the timeout to a smaller value like 2 (seconds)
GRUB_TIMEOUT=2
within /etc/default/grub
or using MX Boot Options.
And aftewards add manually:
this line

Code: Select all

GRUB_TIMEOUT_STYLE=hidden
to /etc/default/grub
Follow by re-genration of the grub menu with

Code: Select all

sudo update-grub
Now you should not see any message but only the boot-splash if enabled.
During timeout ( e.g 2 seconds) you can press Esc to see the boot menu.

User avatar
karlchen
Posts: 106
Joined: Sun Jun 07, 2020 4:35 pm

Re: Pre Boot Message

#4 Post by karlchen »

Folk Singer wrote: Tue Oct 15, 2024 4:45 pm Message reads.......Booting 'MX 23.4 Libretto'
Loading Linux 6.1.0.26.amd64
Loading initial ramdisk ...

These 3 lines are no cause for alarm.
They announce what is happening.
The font size used to display the text messages depends on the screen resolution.
I would not bother, because after a few seconds the 3 lines should disappear, when the graphical MX startup logo is displayed, until the graphical login screen appears.
"I killed her in pure self-defense", said the bear after crushing the mouse. "She threatened my life."
The Prophet's Song

Post Reply

Return to “MX Help”