You are not logged in.
Pages: 1
Hello, I have a problem when starting the distro, I get this error
The truth is I have no idea how to fix it, since this distro worked excellent
Offline
If the OS is working, ignore it.
I don't care what you do at home. Would you care to explain?
Offline
It's just a live USB.
No one knows what will happen after installation and full upgrade (the latest kernel, firmware ...).
The very next essential thing to do is to install drivers for your system.
Startup messages can be very useful.
However , it can be removed but the errors remain.
You just won't see it when booting, but you can always check with (or a similar command):
$ dmesg --human | grep -iE '(error|warning|fail)'
Open file: /etc/default/grub.
Replace line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with:
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=0 splash"
Open terminal:
sudo update-grub
Reboot.
If people would know how little brain is ruling the world, they would die of fear.
Offline
Pages: 1