0

I bought this new HP laptop which is shipped with windows 10. so I am thinking to do a dual boot with windows 10 and Ubuntu . can Ubuntu work properly on HP?

  • Am not sure about your SD card reader. It might not work but apart from that everything should work out of the box. – Raphael Sep 16 '15 at 14:26
  • He didn't ask about the installation process. He asked whether his system would support Ubuntu or not. – Raphael Sep 16 '15 at 14:31

1 Answers1

2

I checked the hardware specifications and can tell you:

Yes – Ubuntu will run great on this machine.

After installing Ubuntu I recommend to install the latest current stable NVIDIA graphics driver.

You can do this by executing the following commands :

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-355 nvidia-prime
sudo reboot  
cl-netbox
  • 31,163
  • 7
  • 94
  • 131