0

I am trying to install Linux on a HP Notebook 15-ba026ns model on a separate partition to Windows 10.

I have disabled Secure Boot and am trying to install the latest version of Ubuntu through USB. When I attempt to boot Ubuntu via USB, I get the following error messages:

Error Messages

My processor is AMD and Radeon graphics is being used. Also, the loading screen for Ubuntu freezes upon start up, and when I tried to install Linux Mint previously there were issues with GRUB not loading.

As per the above error, does ACPI need to be turned off? Is there any risk of damage to the Windows partition by doing this?

Any advice appreciated.

1 Answers1

2

I have the exact same laptop. These are namespace look up errors. Kernels earlier than 4.0 hid these errors.

It is one message per CPU. In the code for ACPI, they have this particular namespace written twice once in uppercase and once in lower case so one of the two errors.

They can be ignored. Leave ACPI on.

The default drivers for the Realtek wifi will not work. You need to get these from https://github.com/lwfinger/rtlwifi_new

ravery
  • 6,874
  • Many thanks. Sorry because I'm new to working with Linux on a HP, but how would I go about installing these? – yellowlemon Jul 12 '17 at 10:19
  • you will have to do it after you have installed via the eithernet connection which works fine. directions are here https://askubuntu.com/a/543765/694267. one change has to be made. with the newer kernels driver modules have to be signed if secure boot is on so do make dkms instead of make install – ravery Jul 12 '17 at 10:26