F5F Stay Refreshed Software Operating Systems Attempting to start Manjaro (Budgie) on a laptop with a faulty graphics card

Attempting to start Manjaro (Budgie) on a laptop with a faulty graphics card

Attempting to start Manjaro (Budgie) on a laptop with a faulty graphics card

Pages (2): Previous 1 2
M
master_scope
Posting Freak
794
02-19-2026, 05:40 PM
#11
Starting with gratitude, enjoy a joyful Easter as well. This can be challenging, but the approach Wendel and others use for PCI passthrough and driver module blacklisting seems applicable. A helpful resource I discovered is https://askubuntu.com/questions/110341/h...el-modules. If you manage to boot from a LiveUSB and install the OS, mounting the installed partition will allow you to modify files—this should work. For more in-depth guidance, refer to the ArchWiki entry on Kernel modules: https://wiki.archlinux.org/index.php/Ker...acklisting. As a final option, you might compile your own kernel, which is standard in Gentoo; though I suspect we’ll discover a better path before reaching that point (unless you’re up for it). Good luck, and feel free to ask for clarification whenever needed!
M
master_scope
02-19-2026, 05:40 PM #11

Starting with gratitude, enjoy a joyful Easter as well. This can be challenging, but the approach Wendel and others use for PCI passthrough and driver module blacklisting seems applicable. A helpful resource I discovered is https://askubuntu.com/questions/110341/h...el-modules. If you manage to boot from a LiveUSB and install the OS, mounting the installed partition will allow you to modify files—this should work. For more in-depth guidance, refer to the ArchWiki entry on Kernel modules: https://wiki.archlinux.org/index.php/Ker...acklisting. As a final option, you might compile your own kernel, which is standard in Gentoo; though I suspect we’ll discover a better path before reaching that point (unless you’re up for it). Good luck, and feel free to ask for clarification whenever needed!

T
tjgj1
Junior Member
13
02-19-2026, 08:02 PM
#12
Use the kernel parameter for nomodeset installation
T
tjgj1
02-19-2026, 08:02 PM #12

Use the kernel parameter for nomodeset installation

N
NinjaBoy0827
Member
60
02-20-2026, 01:54 AM
#13
Yes, you can use serial.
N
NinjaBoy0827
02-20-2026, 01:54 AM #13

Yes, you can use serial.

M
MHMExodus
Member
57
02-21-2026, 12:45 AM
#14
You're new to this, right? It means you're just starting to learn about it.
M
MHMExodus
02-21-2026, 12:45 AM #14

You're new to this, right? It means you're just starting to learn about it.

R
RuinzPvP
Junior Member
31
02-21-2026, 11:31 PM
#15
You can add it to either the command line or the boot parameters, depending on your setup.
R
RuinzPvP
02-21-2026, 11:31 PM #15

You can add it to either the command line or the boot parameters, depending on your setup.

P
174
02-22-2026, 10:22 PM
#16
Thank you for your time; I'll give them a try.
P
PixelatedKirby
02-22-2026, 10:22 PM #16

Thank you for your time; I'll give them a try.

K
kidluna
Junior Member
34
02-23-2026, 09:11 PM
#17
Don't stress about it. Using serial/UART is a typical method for connecting to systems lacking a graphics card or network access.
K
kidluna
02-23-2026, 09:11 PM #17

Don't stress about it. Using serial/UART is a typical method for connecting to systems lacking a graphics card or network access.

H
HiRafita
Junior Member
45
02-24-2026, 07:59 PM
#18
I'll assess what I can manage but GPU issues are the biggest hurdle. Testing these on my own setup isn't possible at the moment. Before considering advanced fixes, it's wise to try a straightforward approach; install a distribution without a graphical installer or one that doesn't depend on a graphics card. Options like Arch, Debian (lightweight), and Gentoo are good starting points. If that succeeds, you might resolve the issue by disabling the driver for your Radeon card. Many distros include a default driver in their live version which lets both GPUs work, usually favoring the Radeon. On pure Arch, run `sudo pacman -S xf86-video-intel` and install xorg as per the wiki guide. This should function on Manjaro if you can access a framebuffer terminal, but you'll need to remove generic or specific drivers—generic: `sudo pacman -Rs xf86-video-vesa` and for AMD: `sudo pacman -Rs xf86-video-amdgpu`. If these steps don't help, disabling kernel modules could be the next step.
H
HiRafita
02-24-2026, 07:59 PM #18

I'll assess what I can manage but GPU issues are the biggest hurdle. Testing these on my own setup isn't possible at the moment. Before considering advanced fixes, it's wise to try a straightforward approach; install a distribution without a graphical installer or one that doesn't depend on a graphics card. Options like Arch, Debian (lightweight), and Gentoo are good starting points. If that succeeds, you might resolve the issue by disabling the driver for your Radeon card. Many distros include a default driver in their live version which lets both GPUs work, usually favoring the Radeon. On pure Arch, run `sudo pacman -S xf86-video-intel` and install xorg as per the wiki guide. This should function on Manjaro if you can access a framebuffer terminal, but you'll need to remove generic or specific drivers—generic: `sudo pacman -Rs xf86-video-vesa` and for AMD: `sudo pacman -Rs xf86-video-amdgpu`. If these steps don't help, disabling kernel modules could be the next step.

I
IkBenHetBram
Senior Member
735
02-25-2026, 06:51 PM
#19
It seems we should keep Gentoo usage minimal for now. While it offers local compilation, it isn't the easiest choice for beginners. However, I'm prepared to help if needed.
I
IkBenHetBram
02-25-2026, 06:51 PM #19

It seems we should keep Gentoo usage minimal for now. While it offers local compilation, it isn't the easiest choice for beginners. However, I'm prepared to help if needed.

S
SolaPvP
Junior Member
11
02-26-2026, 05:23 PM
#20
Boot settings, command-line instructions, and kernel configurations are unified.
S
SolaPvP
02-26-2026, 05:23 PM #20

Boot settings, command-line instructions, and kernel configurations are unified.

Pages (2): Previous 1 2