Hello everyone. I finally got up the nerve to install a dual boot system.
So I reformatted the hard drive on my older Lenovo laptop, created two partitions, installed Windows in one and Manjaro Gnome in the other. All went well. Grub shows up, Windows boots, but Manjaro hangs at “Console: switching to colour frame buffer device…”. The Live system booted fine with the proprietary drivers (it didn’t with the open source ones).
I tried rebooting the live system and chrooting into the live system and reinstalling the proprietary drivers, but it says they are already installed.
I also tried adding nomodeset to the linux line of the boot loader.
I also tried the alternative “- fallback initramfs” option, with the same problematic result.
SecureBoot is disabled in the BIOS, as is Fast Boot from Windows.
All to no avail.
Just for fun, I installed Linux Mint. It worked perfectly. Now I could stick with that, but after much searching I was really hoping Manjaro would be “the one”
I don’t know; there are many potential possibilities for a boot failure. Normally, nobody can begin to take a guess until they have at least seen some logs, and have a good idea of your environment. Sometimes clumsy mistakes during install can be a cause; the list goes on. I will note though, that I see more issues with a Nvidia-Gnome combination, than much else.
Exactly, how old is the laptop (out of curiosity)?
As a new user, please take some time to familiarise yourself with Forum requirements; in particular, the many ways to use the forum to your benefit. To that end, some or all these links will be invaluable:
And last, but not least, the Stable Update Announcements, which you should check frequently for important update related information. Occasionally an issue might be directly related to a particular update; it’s always best to check those announcements.
First things first: I installed the KDE version. Same issue. So I tried to get the logs. I applied the advice “Append the runlevel 3 to the kernel boot line”. No effect. Stuck on the usual error.
I could find no logs anywhere in /var/log. All folders are empty, except a pacman.log.
Here is the system info I got from booting into the live system:
The simplest possibility is often overlooked. How did you create the Installer? It might have not been written correctly (if written to USB). The ISO itself may have suffered during download (did you check it?).
Generally I’d recommend creating a Ventoy USB to install an OS (the ISO is simply copied/dragged to the Ventoy USB instead of writing it).
sudo pacman -S ventoy
# type `ventoy` for usage.
I would typically use a command similar to this when creating the USB:
sudo sh ventoy -i -r 100 -S -g -L VOLUME /dev/sdX
Substitute VOLUME for a volume label name to use.
Substitute /dev/sdX for the location of your USB device.
Preserve some space on the target device (example allows 100mb).
Version 418.113 appears to be the last official Nvidia driver to support the Quadro K2100M, so the AUR 470.xxx is as good a guess as any - it may (or may not) still have some support for it. Using the official Nvidia driver installer might reap some results, but doing so isn’t ideal. Using a much older kernel might also be promising, if the OP would be happy using Nouveau.