2

I tried to find a solution in other questions, but haven't find anything useful yet. The problem is that, when i attempt to install ubuntu, (booting from usb and getting into the GRUB menu) the installer doesn't start and all the screen just gets black. The same usb is working fine on 2 other pcs.

I have noticed that it doesn't even show the logo of ubuntu with the dots, and the background is always black instead of the ubuntu's purple. Tried to leave it for like an half hour to see if something will change, but nothing gets better. My screen keeps telling me that i got signal from the hdmi port, then losing that signal, then have it again, but the screen is black all the time. I can provide Photos if needed.

Right now the only thing i have tried is to remake the usb installer (using rufus) in Iso and in DD mode. Both have the same problem.

Edit: After an hour in that i am trying to find a solution from the boot settings, i reched that: enter image description here

I think i got some kind of unsupported GPU.

I am using Palit RTX 2070 Super atm.

2 Answers2

1

You have a new and I think very powerful nvidia graphics card. Ubuntu understands, that it is nvidia, because it is trying with the graphics driver nouveau, but it cannot run it in graphics mode.

  • Try with the boot option nomodeset, and
  • if that works, later on install Ubuntu, and
  • boot the installed system also with nomodeset, and
  • at this stage, try to install a proprietary graphics driver for this nvidia card.

It is most likely to work with the newest possible version of Ubuntu, 19.10, which comes with the newest linux kernel and its new versions of hardware drivers.

sudodus
  • 46,324
  • 5
  • 88
  • 152
  • thanks, that worked. I just installed it on the ssd and it's booting fine now. The only problem i got is that the screen shows as a cube in the middle of the acreen, and doesn't spread till the corners. I guess this is due to the incompatible drivers. Anyways, thank you very much ! – Alex Kalaidjiev Nov 08 '19 at 11:29
  • @AlexKalaidjiev, You are welcome :-) I hope that there will soon be a new version of the nvidia driver, so that you can use the full capacity of the graphics card. – sudodus Nov 08 '19 at 11:58
0

Try to disable the Secure Boot option from the BIOS.

Try to make the bootable drive with UNetbootin.

Eliah Kagan
  • 117,780