#any way to make mint show text on startup?
47 messages · Page 1 of 1 (latest)
sudo xed /etc/default/grub- in line GRUB_LINUX_DEFAULT or something like that, look for
quiet splash
remove these two words and save the file sudo update-grub
didn't work
cat /sys/cmdline
in terminal and show what it says
"cat: /sys/cmdline: No existe el archivo o el directorio (the file or directory doesn't exist)"
my bad.
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.0-48-generic root=UUID=7dc1f40f-30cf-43c1-947e-ef7994a90483 ro splash initcall_blacklist=simpledrm_platform_driver_init
you didn't remove it though
it says here splash is still there
when you start your pc, a grub menu should pop up. if it doesn't then spam ESC right after powering on. press E on the linuxmint entry and delete the splash argument, then F10 to boot
instead of doing all that, put it back to the way everything was, and just press Esc key as soon as Mint starts to load and shows a big logo.
have you maybe considered that i want mint to show the text automatically and not press esc every time
show a screenshot
of?
the black screen with no splash parametr
scroll down to find the linux line..??
or I have a different idea, not sure if it will break anything though. just remove the Plymouth package and any data, it just won't load it on startup and won't display the data
@torpid timber Just show us the contents of /etc/default/grub file when you're logged in
once i get home i'll do it 👍
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="initcall_blacklist=simpledrm_platform_driver_init"
GRUB_CMDLINE_LINUX=""
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal
GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
the initcall_blacklist is a fix for the phantom display bug
grub_cmd_linux_default says quiet. you need to remove that also
done
sudo update-grub
yeah idk why it works for me but not for you then. you can try to remove Plymouth
what did you do
That doesn't look like the full line
removed plymouth
it is
If it doesn't boot anymore and stuck there, you can try:
Step 1: Boot into Recovery Mode
Restart the system and access the GRUB boot menu:
Hold Shift (or Esc for some systems) during boot to bring up the GRUB menu.
Select the Advanced Options for Linux.
Choose a kernel with (recovery mode).
Once in recovery mode, select Root Shell or Drop to Root Prompt.
Step 2: Check Plymouth Removal
If the issue started after removing Plymouth, some configurations might still reference it.
Reinstall Plymouth:
sudo apt install plymouth
Update the GRUB configuration:
sudo update-grub
Reboot:
sudo reboot
You should know you cannot directly edit grub.cfg it is generated each and every time grub is updated. You need to edit /etc/default/grub.
This is also why the first line of text on grub.cfg is DO NOT EDIT THIS FILE
Also notably removing plymouth also removes lighdm mint-meta-cinnamon mint-meta-core... and so forth
removing plymouth is in short not good
This is the list of packages I get when I ask a Mint 22 vm to remove plymouth ```The following packages will be REMOVED:
lightdm mint-meta-cinnamon mint-meta-core mint-meta-xfce plymouth
plymouth-label plymouth-theme-spinner plymouth-theme-ubuntu-text
slick-greeter
i think i know why i f'd up then
also for the record i reinstalled mint
tbh i think it really needed it anyways, it was filled to the brim with stuff