# Dual GPU system not booting

**URL:** https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836
**Category:** Rocky Linux Help & Support
**Tags:** rocky-linux-9
**Created:** [November 13, 2023, 12:22am UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836 "2023-11-13T00:22:06Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![emesse92](https://avatars.discourse-cdn.com/v4/letter/e/90ced4/32.png) [@emesse92](https://forums.rockylinux.org/u/emesse92)
#### Post date: [November 13, 2023, 12:22am UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/1 "2023-11-13T00:22:06Z")

</div>

Good evening everyone.

I recently upgraded my system with a second 3090, and Rocky is not able to boot after the GRUB loader, I can only see the mobo’s logo stuck in there forever.

My system was working nicely before this upgrade, I had my NVidia drivers perfectly working the only difference now is that I have a second GPU.

No idea what to do, any thoughts?

Thanks in advance.

---

<div class="post-metadata">

### Author: ![jlehtone](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jlehtone](https://forums.rockylinux.org/u/jlehtone)
#### Post date: [November 13, 2023, 7:59am UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/2 "2023-11-13T07:59:58Z")

</div>

Only the UEFI splash image? Not even GRUB menu?

- Can you get into UEFI?
- Can you ssh into the machine (even though it shows “nothing”)?
- Does the system “work” with just the new card (i.e. remove the old, good card)?
- Have you tried disabling “Fast boot”, etc settings in UEFI to make it as verbose as possible (i.e. no splash)?
- Do you have displays on both cards?
- You can remove second card and change default: `systemctl set-default multi-user.target` . Does that behave any differently?

---

<div class="post-metadata">

### Author: ![emesse92](https://avatars.discourse-cdn.com/v4/letter/e/90ced4/32.png) [@emesse92](https://forums.rockylinux.org/u/emesse92)
#### Post date: [November 13, 2023, 12:41pm UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/3 "2023-11-13T12:41:29Z")

</div>

Hi @jlehtone thanks for your quick response,

- I can get into the GRUB command line if I press “c” on the GRUB list, but not sure what to do inside here.

- Not sure how to do **ssh** , if you can please explain? Im a new user

- The system works with just one card, I have tested just using 1x gpu and swapping between both old and new and Rocky works fine with just 1, is just when it comes to using that second PCIe slot it doesnt boot at all and is stuck in the mobo’s logo. Also I have tested the system with both GPUs connected on Windows it works, so the Mobo and both cards work perfectly fine.

- “Fast Boot” has always been disabled, and I believe settings there are as verbose as possible.

- I have 2 displays connected to only the first card, second card has no output cables attached to it.

- Will try this `systemctl set-default multi-user.target`, to see if I boot into the no GUI mode, In case Im able to boot like this, what should I look for? Shall I enable/disable something if I get this far?

Thanks again for all your help 🙏

---

<div class="post-metadata">

### Author: ![jlehtone](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jlehtone](https://forums.rockylinux.org/u/jlehtone)
#### Post date: [November 13, 2023, 2:46pm UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/4 "2023-11-13T14:46:46Z")

</div>

The `ssh` is a tool to connect to machine over network, so it requires a second machine where you run ssh. Even Windows has ssh these days. If one can connect with ssh, then one has (CLI) bash session in the remote machine.

Likewise, it is (local) CLI bash session that one can start if machine boots to multi-user.target proper.

In both one can look at files in directory `/var/log`. Probably `messages`, `Xorg.0.log*`, and `boot.log*` as those might have error messages that could hint what went wrong.

> [@emesse92](#):
>
> I have 2 displays connected to only the first card, second card has no output cables attached to it.

What if the system directs output to “wrong” card? At least as a test one could have display in both.

---

<div class="post-metadata">

### Author: ![emesse92](https://avatars.discourse-cdn.com/v4/letter/e/90ced4/32.png) [@emesse92](https://forums.rockylinux.org/u/emesse92)
#### Post date: [November 13, 2023, 11:15pm UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/5 "2023-11-13T23:15:23Z")

</div>

@jlehtone

I managed to boot with no GUI using the `sudo systemctl set-default multi-user.target` using both GPUs. But if I switch back to `sudo systemctl set-default graphical.target` it does the same as before and it doesn’t fully boot.

I also checked the driver version installed and it seems that is the latest from the NVidia server 545.x.x Also I tested again and I can fully boot Rocky using just a single 3090 card in the first PCIe slot, then swapped cards and connected the second 3090 to the first slot and Rocky also boots. So both cards seem to be readable by Rocky and they seem to work independently. The problem comes when combining the two of them.

Also tested in graphical mode to swap cables between different ports and combining with different cards and it doesnt make any difference unfortunatelly.

---

<div class="post-metadata">

### Author: ![jlehtone](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jlehtone](https://forums.rockylinux.org/u/jlehtone)
#### Post date: [November 14, 2023, 11:16am UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/6 "2023-11-14T11:16:49Z")

</div>

> [@emesse92](#):
>
> I managed to boot with no GUI using the `sudo systemctl set-default multi-user.target` using both GPUs. But if I switch back to `sudo systemctl set-default graphical.target` it does the same as before and it doesn’t fully boot.

When you have booted to multi-user.target, you can switch to, i.e. start the GUI, with:

```auto
sudo systemctl isolate graphical.target

```

That will probably have the same effect as booting to graphical, but you at least know that the system is up.

* * *

One can usually switch to text consoles with Ctrl-Alt-F3 (or F4, F5, F6) and back to GUI session with Ctrl-Alt-F1 or Ctrl-Alt-F2. You can test that when system has one card (to see that you can), and then with two cards, if text consoles work despite GUI being stalled.

If you can do the last bit, then you have a (text) view to the “live” system that lacks graphics. That may show a bit more than mere logs.

* * *

One can also run:

```auto
sudo systemctl isolate graphical.target ; sleep 5m ; sudo systemctl isolate multi-user.target

```

That should switch to graphical, wait 5 minutes, and then switch back to text mode.  
Even if GUI fails, you should regain access to system after the wait.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/rockylinux/original/1X/91b7219eec10e30013422e4df76c1d898711a5d5.svg) [@system](https://forums.rockylinux.org/u/system)
#### Post date: [January 13, 2024, 11:17am UTC](https://forums.rockylinux.org/t/dual-gpu-system-not-booting/11836/7 "2024-01-13T11:17:40Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
