I’ve recently built a new PC with an AMD 7800 X3D and my old Nvidia GTX 1080Ti. This runs on an Asus B650E-I motherboard. I’m trying to dual boot Windows 11 Pro and Manjaro Linux.
I’ve finished installing Windows, so I went ahead and tried to install Manjaro KDE, I got the latest version with kernel 6.9. I tried to boot with properietary drivers, as I would like to use them. It did boot, but the screen resolution was locked at 1024x768, which was strange. I still went ahead with the install.
The installation worked and I am able to get to the grub menu. However, when I start Manjaro, the screen goes blank. The monitor reports no signal. I cannot switch to a text console, so I can’t really run any updates or configure my system. What should I do now?
So, I suppose what you meant was something more like:
Make sure Fast Startup is disabled in Windows (powercfg /h off from an elevated command prompt) and that Fast Boot and Secure Boot are completely disabled in BIOS.
Well I made sure that fastboot is disabled in windows
On my UEFI settings though, to disable secure boot it’s not very clear. I have two options: “Windows” and “Other OS”. It is set to Other OS.
Anyway, I am pretty sure manjaro is booting, because if I press ctrl alt delete after the black screen, it does restart. But I’m still getting a blank screen so I can’t tell for sure. I really think it’s a video settings issue
The --priority=warning..err argument limits the output to warnings and errors only;
and the --no-pager formats the output nicely for use here, on the forum;
the --boot=-1 argument limits the output to log messages from the previous boot. This can be adjusted to -2 for the boot before that, -3 to the boot before that, and so on and so forth.
With some BIOS implementations, you need to delete the keys to disable Secure Boot. They are recreated if/when it’s enabled again.
Windows/Other OS usually has nothing to do with Secure Boot. In your BIOS, it indicates OS type.
What you need to look at is below that, under Secure Boot Mode and Key Management. This guide from ASUS may be helpful, and shows that the keys must be cleared to disable Secure Boot.
I tried this, but manjaro-chroot does not detect my installation. This is probably because I’m using btrfs. I feel like I’ve gone down this road on my old PC, but I can’t remember what I did… I guess the next step is for me to chroot manually into the root subvolume. However, I’ll need to hunt down for instructions. Will post again if I get stuck. Thanks for the help.
I followed the guide, cleared all the keys. Windows still is able to boot, and I was able to confirm that Windows reports that secure boot is disabled. At this point I really don’t think this is a secure boot issue. Thank you for the help, because I wasn’t sure initially.
A reminder that if Secure Boot was still enabled; and as Manjaro does not support Microsoft’s Secure Boot implementation being enabled; Manjaro would have simply not been able to boot.
Thank you for this, I am able to chroot into my system now
Looking at the logs, I noticed the following:
It’s detecting an AMD GPU in addition to my Nvidia card. This is probably the integrated graphics, which I’m not using. I noticed this GPU also getting detected in Windows. I don’t know if this would pose a problem.
It seems to be using opensource drivers for the nvidia card. I get the following error, after nouveau initialization: DRM: DDC responded, but no EDID for DP-1. So it would seem that it doesn’t know how to set the resolution based on information from the monitor. But anyway the fact that it’s using opensource drivers is enough to let me know where the problem is
I went into the chroot, used mhwd to install the properietary nvidia drivers manually. I followed this guide: Configure Graphics Cards - Manjaro and ran the following command in the chroot
sudo mhwd -i pci video-nvidia
After that, I rebooted… and I was able to boot into a nice GUI desktop without issue