I want to fresh install ubuntu 18.04. When I boot it from USB Drive, and after selecting install ubuntu, it freezes in the first purple screen and after 1 hour waiting, nothing happens. I have currently ubuntu 16.04 installed.
Asked
Active
Viewed 2,133 times
2 Answers
1
I had the same problem, and after more than 8 hours, I have realized that my TV is my "main screen".
After disconnecting the HDMI cable, everything started working perfectly!

zx485
- 2,426

user1054426
- 11
0
This is most likely a video driver problem. You can follow these steps as answered on this site. Hopefully this solves your problem.
In a nutshell, press the 'e' key when prompted to install Ubuntu. Then simply type nomodeset
before the words quiet splash
and see if the install continues (by pressing ctrl+x).

v1talogy
- 53
lshw -C video
? Also, what driver does it say you are currently using? Usually around the second last line of the same output:configuration: driver=<drivername> latency=0
. To install an AMD driver it must support your card, look at this site (https://support.amd.com/en-us/download) for more information and help. Do not download the run file only, download the package and then run the*.sh
script. Usually these areinstall.sh
. To run it type./install.sh
. – v1talogy Jul 13 '18 at 12:51product: RV620/M82 [Mobility Radeon HD 3450/3470]
. in my second last line there is no driver, justconfiguration: latency=0
. The AMD Website just gives me one links contains one zip file and inside it, is just one .run file – Obtice Jul 13 '18 at 16:19Is it this driver? https://support.amd.com/en-us/download/desktop/legacy?product=Legacy2&os=Linux%20x86_64. If it only provides a run file then what you have done to install it is correct yes.
If it was that driver and it is still not used (fixing the problem), try and install the amdgpu driver, I am not sure if this is the correct driver but it may solve your problem.
– v1talogy Jul 13 '18 at 17:13sudo apt-get install xserver-xorg-video-amdgpu