I setup a dual boot with windows 10 and ubuntu 22.04, using this instruction but I create partition for ESP or /EFI
on SSD(which where windows 10 also installed) and mount the /
root directory on a separate partition in HDD, I didn't create additional partition for the /swap
and /home
.
Everything seem okay, the grub menu shows which allows me to boot either ubuntu or windows, but I noticed when I booting ubuntu, I get this Timeout Error but the boot process will still continue bringing me to login display:
The most noticeable issue is when I getting "Top Bar Blackscreen" on my monitor after changing the monitor refresh rate from 60hz to 165hz, because my monitor supports 165hz:
When I change back the refresh rate to 60hz, the "blackscreen" disappear but I want to set it to 165hz because the display movement seem slow. I don't know if the error I getting from booting is related to the blackscreen when the refresh rate is not on 60hz and could it be the video driver isn't compatible?
I'm still beginner in linux and terminal, so if you can provide a set of instructions that can be follow by a beginner mind it will be very welcome one but any help will be much appreciated.
sudo apt-get install ubuntu-restricted-extras
, is this enough? – Paulo May 27 '22 at 08:06