3 monitor racing sim setup - possible with Ubuntu?

Hi,

We have played smoothly Steam games with our Ubuntu setup. Now it is time to jump into racing games and we have decided to build 3 monitor racing sim.

Question is that is this possible with Ubuntu or is this Voyage into the Unknown (spectrum48)? Yes, I am that old…

If anyone has done this successfully, please do let us know. Any tips and help is appreciated.

If this is still not easy/possible then we just buy one extra SSD and Win11 for this. Just to say that we are not that interested to use iRacing, at least at the moment.

Thanks!

2 Likes

Hi,

After thinking this we decided to go to two SSD option. One for Ubuntu and one for Win11, choosing which one to load from UEFI boot partition.

Now, we have existing Ubuntu SSD. When we install Windows is it OK just to remove Ubuntu SSD and insert empty SSD for Windows and install Windows? When installation is done then just insert Ubuntu SSD back to PC.

Does EUFI automatically recognize both OSes if done in this order? Is it possible to choose priority OS from BIOS boot sequence?

Or should we first install Windows and only after that install again Ubuntu from new?

Thanks!

Yes

Yes

Yes, assuming your UEFI firmware behaves correctly

Yes

No, not necessary
If only one target disk is available during the installation process, then other disks are unaffected.
When you attach a second disk and power on, the UEFI firmware should do its job and recognise both disks.

An important detail is that both Windows and Ubuntu are installed in UEFI mode and both disks have their own ESP, which allows independent operation.

Hi,

I have now proceed with this matter. Windows 11 has been installed to another SSD and Ubuntu is in another. PC now startup automatically to Windows 11.

I am now trying to fix GRUB so that in startup we can choose which OS to load. I made bootable Ubuntu stick and started it. In terminal I tried

sudo grub-install /boot/efi

and get grub-install: error: cannot find EFI directory.

I DDGed internet, but did not find anything useful. So, my question is what to do now to fix GRUB?

Thanks!

If Grub was working before, do not reinstall (and your attempt was incorrect, BTW).

As always, after installing Windows in this context, you need to open UEFI settings > Boot and change the boot order back to Ubuntu. Then boot Ubuntu and run sudo update-grub

1 Like

Your UEFI settings control which disk boots first.
As mentioned by @celticwarrior , access your UEFI boot menu (not Grub) using your PC dedicated key.
Do you see entries for both Ubuntu and Windows?

1 Like

Thanks!

Usually I prefer to ask before act, but this time I decided to rely on DDG :sweat_smile:

I did enter BIOS/UEFI of our MSI motherboard, but in boot priority I do no see Ubuntu SSD. Only Windows 11.

When I checked sda’s in terminal I did see Ubuntu

sda1 Microsoft basic data

sda2 EFI System

sda3 Microsoft basic data

sda4 Linux filesystem

How should we proceed?

Also, in UEFI, in Storage, AHCI Mode I see both SSD’s.

M2_1 Ubuntu SSD

M2_2 Windows SSD

Did you remove the Windows 11 disk before installing Ubuntu?
If so, remove the Windows disk again and boot the Ubuntu disk?

Hi,

I already had Ubuntu installed. I only removed Ubuntu SSD and installed Windows. After that I just put Ubuntu SSD back in. I will try only Ubuntu.

Then, if you are confident that Ubuntu boots successfully, the solution is within your UEFI settings?

With only Ubuntu SSD, PC opened GRUB menu and after choosing Ubuntu it started without any issues.

I was proactive and ran sudo update-grub in Ubuntu. After restart no Windows, it boots to Ubuntu.

In UEFi boot priority it shows Ubuntu SSD, but not Windows SSD.

In AHCI there are both SSDs.

Can I restore Windows to GRUB somehow?

Or should I remove Ubuntu SSD and see what happens to Windows?

With both disks attached, boot into Ubuntu again
Windows must not be encrypted or hibernating
Open a terminal and enter
sudo nano /etc/default/grub

Make sure that you have this line (without the comment symbol # at the beginning)
GRUB_DISABLE_OS_PROBER=false

Then run
sudo update-grub

Please post the output

1 Like

Output as attached picture.

Windows Boot Manager successfully found = Good news

Now, boot again into Ubuntu, does Grub appear?

It may need another edit e.g.

GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
1 Like

Problem has been solved!

Grub appeared with Windows option in it. I have successfully started both Windows and Ubuntu few times without issues. Everything works now.

All the help highly appreciated! :hugs:

If a post answers a question, please check the “solved” box. It means that the poster is recognised for their help and it makes it easier for others to find the solution.

The text above is found Here - First section Item 8

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