1

I am unable to run any Ubuntu version on my Asus FX 505dy which I try to dual boot alongside windows 10. System configuration

ASUS TUF FX505DY-BQ002T 15.6-inch FHD Gaming Laptop (AMD Ryzen 5-3550H/8GB/1TB HDD/Windows 10/Radeon RX 560X 4GB Graphics/2.20 Kg),

Followed below link but it did not help https://askubuntu.com/a/1094450/944534

I have tried installing 16.04, 18.04.1 18.04.2, Manjaro Nothing worked. I am always stuck at boot loader after installing amdgpu driver from their official website and installing it using 'amdgpu-pro-install -y'

Sandeep
  • 149

2 Answers2

2

Just in case someone ends up here like I did 2 days ago - I got the ASUS TUF FX505DY with a 256 SSD drive, and for some reason it would not get past the splash screen.

I found my answer in this thread: https://forum.manjaro.org/t/live-usb-boot-stops-at-lvm2-mirror-monitoring-on-ryzen-5-vega-8-notebook/77343

I had to add this kernel parameter:

nvme_core.default_ps_max_latency_us=5500

Without it, the netbook would freeze about 30s into the boot, 100% of the time. Don't forget to add the above kernel parameter to grub.cfg as well, otherwise it will freeze after install.

Eliah Kagan
  • 119,640
1

Whoever faces this issue please try to install Ubuntu 19.04. it worked for me

Sandeep
  • 149