Hi, after an update, the boot does not work properly, this appears.
Adicionou desktop, f40, gnome, wayland, workstation
lspci -k | grep -EA3 "VGA|3D|Display"
Have a look if the command above shows you a second gpu module loaded from the kernel? If yes try to blacklist it.
sudo grubby --update-kernel=ALL --args="modprobe.blacklist=amdgpu"
for more informations please read the topic below and also have a look at the plymouth tag.
command not found
Try again exchanged the “quotation marks”
sylversylvio@fedora:~$ lspci -k | grep -EA3 “VGA|3D|Display”
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
DeviceName: Onboard IGD
Subsystem: Dell Device 078b
Kernel driver in use: i915
This would show you if you have more then one kernel module … if you need to blacklist one.
"Kernel modules: "
I don’t know how to do this. I would appreciate it if you could help me.
i need to delete one of kernel entries?
If you do this command you should also shown witch modules are loaded.
Like mine:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Intel Corporation Device 2211
Kernel driver in use: i915
Kernel modules: i915
If you have other than i915 you have to blacklist the second value as the user did in the example I posted the link. Please read the topic alias the answer where solved his problem.
No, just blacklist if there is an other entry as explained here:
You could also wait till you get a new update … probably the Issue gets solved alone.
The error is just a visual issue … not a functional!
I understood. thanks.
You might want to revert your kernel back to a previous version, hit the down arrow repeatedly before fedora boots and you might open the grub menu for a bunch of kernels, pick any option besides the highest option.
For this system you need to adjust the grep flags – probably -EA4
due to the extra Device Name
line. Never cut and past commands without consulting documentation or asking about arguments that aren’t familiar.
I ran the system in the boxes, with the EA4 and this appeared.
ghhhhh@fedora:~$ lspci -k | grep -EA4 ‘VGA|3D|Display’
00:01.0 VGA compatible controller: Red Hat, Inc. Virtio 1.0 GPU (rev 01)
Subsystem: Red Hat, Inc. Device 1100
Kernel driver in use: virtio-pci
00:02.0 PCI bridge: Red Hat, Inc. QEMU PCIe Root port
Subsystem: Red Hat, Inc. Device 0000
And the three squares on the boot too.
what does this command do? just debugging?
man lspci:
DESCRIPTION
lspci is a utility for displaying information about PCI buses in the
system and devices connected to them.
By default, it shows a brief list of devices. Use the options described
below to request either a more verbose output or output intended for
parsing by other programs.
If you are going to report bugs in PCI device drivers or in lspci it‐
self, please include output of "lspci -vvx" or even better "lspci
-vvxxx" (however, see below for possible caveats).
Some parts of the output, especially in the highly verbose modes, are
probably intelligible only to experienced PCI hackers. For exact defin‐
itions of the fields, please consult either the PCI specifications or
the header.h and /usr/include/linux/pci.h include files.
Access to some parts of the PCI configuration space is restricted to
root on many operating systems, so the features of lspci available to
normal users are limited. However, lspci tries its best to display as
much as available and mark all other information with <access denied>
text.
Yes, it is just a command to display information:
lspci is a utility for displaying information about PCI buses in the
system and devices connected to them.
p.s.
I guess there was a new update today, you might check if this solves the issue with the three dots.
Thank you. I’ll check it out.
The problem is not the screen with the three dots, it’s that there was a bug on the screen, during boot, right after the screen with the three dots.
Are the three dots the new screen for everyone or is it a bug? Or did the new home screen come with a bug?