I tried installing Ubuntu on HP Pavilion Power 15 laptop. I had Windows previously installed on the SSD, the installation freezes either at language selection or the screen after. I can't seem to solve the problem with other solutions on the forum. The laptop also has the following specifications:
- 128 Gb SSD
- 1TB HDD
- Nvidia GTX1050 graphics card.
I'd like to install Ubuntu on the SSD drive.
I was able to do this by setting nomodeset I followed the following steps as described here
Install Ubuntu
After installation remove USB stick and change boot order ubuntu first in BIOS once again: in bootmanager press e and then add "nomodeset" in front of "quiet splash", then CTRL+X
When in desktop, enter terminal with CTRL+ALT+T, and edit GRUB to prevent it from always starting with nomodeset:
add nomodeset:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
, CTRL+Xreboot After that you should be able to running ubuntu.
I have the same issue and use the same machine.
Finally, I managed to install
ubuntu-16.04-desktop-amd64
. using these steps:Create a live USB boot using Rufus:
Install Ubuntu with installation type Something Else
If you cannot install on the first attempt, try again.
Currently, I'm trying to update from 16.01 to Ubuntu 18.04.
An alternative suggestion can be found in this article How to install Ubuntu on HP Pavilion Power 15.