Results 1 to 7 of 7

Thread: RE: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

  1. #1
    Join Date
    Oct 2009
    Beans
    38

    RE: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    I am trying to install Ubuntu 18.04 LTS on a new HP Laptop (Spectre x360 convertible with NVIDIA GeForce). I am installing from a USB drive, and trying to install it as a dual-boot system with Windows 10. I find that it hangs at the splash screen (the one with the dots), which I've encountered in the past when installing Ubuntu on other machines. However, this time the solutions I've used in the past are not working. Most suggestions online say to edit the grub boot options, finding the line with quiet splash and adding nouveau.modeset=0 and booting from there, and later installing the NVIDIA drivers. That's not working, though. It still gets hung up after making a bit of progress. The last message before freezing up is about the dbus message bus starting, and it has status [OK]. Nothing happens after that.

    I've also tried variants such as nomodeset, or nvidia.modeset=0, or nv.modeset=0. I've also tried deleting quiet splash or leaving it. What should I try next? Does the ordering of the arguments matter? Can I do the installation in a low-resolution mode? I saw a recommendation to use grub_gfxmode=1280x1024x24 but that has not worked either.

    I've now tried installing 18.10 as well and am getting errors. First some ACPI errors that I can fix by setting acpi=off in the grub settings. And then an error "MODSIGN: Couldn’t get UEFI db list".

    Secure Boot has already been disabled in BIOS. I also updated the BIOS to the newest version.
    Last edited by howefield; December 8th, 2018 at 01:36 AM. Reason: posts merged.

  2. #2
    Join Date
    Dec 2018
    Beans
    2

    Re: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    I dual boot mine with windows 10 and 18.04.1.
    https://www.itzgeek.com/how-tos/linu...dual-boot.html
    No major issues. The speakers do not work correctly and its a known issue.
    https://bugzilla.kernel.org/show_bug.cgi?id=189331
    I have tried version up to kernel 4.18.3.
    My computer is a HP Spectre x360 convertible 13-ae0xx which is also a best laptops for engineering students

  3. #3
    Join Date
    Oct 2009
    Beans
    38

    RE: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    Did you have to change your grub settings at all when installing, e.g. using nomodeset?

    I was able to get past these errors by adding noapic noacpi nosplash in place of quiet splash in the grub boot settings.

    The touchpad and touchscreen are not working, but I'm hoping to get them working with the right drivers.
    Last edited by howefield; December 8th, 2018 at 01:35 AM. Reason: posts merged.

  4. #4
    Join Date
    Feb 2019
    Beans
    2

    Re: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    Were you ever able to get this Ubuntu install fully working on your machine?
    Has the Dual Boot treated you well since?

    I ran into the same freeze on the splash screen that you did, but haven't tried futzing with but may be better off returning this computer if nobody knows how to get the touch pad working.

  5. #5
    Join Date
    Feb 2019
    Beans
    2

    Re: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    For posterity:

    I got this all working and it wasn't easy.

    tl;dr Enable legacy, update Kernel.

    I'll preface this by saying that I started this endeavor with the intention of creating a solid React.JS project development environment. First I tried Virtualization of Ubuntu using VirtualBox and found the virtualized machine just couldn't keep up with the screen resolution. Everything was laggy and terrible, and it definitely wasn't a place where I would want to spend all of my time working my day job. I tried setting up a standard Windows environment for React.JS. Our project wouldn't compile, so I decided to try a dual boot on my machine, and that process was the biggest pain of them all. But right now I'm writing this from inside of a smooth working Ubuntu environment, so I figure I'll pass the knowledge down the line.

    The trick here is to go into the BIOS (by pressing ESC during startup) and change the setup so Legacy is enabled. Note that in doing this, you will trip a security setting in windows and so you should make sure that you have your BitLocker hard-drive key on hand, or else you will get locked out of your Windows machine. If you did all the login stuff with your microsoft account you should be able to access them online on your Microsoft account (Help Docs for that).

    After legacy mode was enabled, I was able to proceed with the install option. It looked like it wasn't doing much when I told it to start the installation and gave me a spinning circle for my cursor for several minutes, before it was ready to actually start the install.

    During install tell it to install those sweet sweet proprietary graphics drivers. The install process took about an hour, but that might be because I told it to do an update during install, and the network connector is mega bad. More on that now:

    So if you get this far, you'll be like: "Great everything is running mega smoothly and I'm happy! Time to start installing software and getting set up. Oh wait, why is the Wifi so slow?" And the answer is this: your network card is too new and Ubuntu's stable release is 6 months behind the times and you need a newer Kernel version to get your networking to not suck terribly. Here's a Reddit PSA about running Ubuntu on machines with this network card. At this point you are either going to want to find a way to hard-wire a connection to your machine, or get access to another computer and a drive, because until you change the Kernel your internet will be unbelievably slow, so even downloading the new one will take a whole day. (I was getting ~20kbps at best before updating.)

    Here is a resource about changing your kernel. You'll have to download some files from that site and run some
    Code:
    sudo apt-get install ./<package name>
    . But be warned: first I downloaded the newest kernel (4.20.something) and while that fixed my networking issues, it broke my trackpad and mouse. I ended up installing Version 4.19.8 and that did the trick.

    After that I was able to get my dev environment up and running as intended. Hope this helps somebody down the road.

  6. #6
    Join Date
    Oct 2009
    Beans
    38

    Re: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    Thank you for all the info. During your initial installation, did you have to edit your grub settings at all, or was enabling the legacy settings all that you needed to get it installed?

  7. #7
    Join Date
    Oct 2009
    Beans
    38

    Re: Installing Ubuntu 18.04 LTS on HP Spectre x360 Convertible

    In case this helps anyone with similar issues, this is the grub line that ended up getting Ubuntu installed and the touchpad working on my spectre laptop. I replaced quiet splash with noapic noacpi nosplash i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop in the grub settings.

    However, the touchscreen still does not work. I will update the thread if I get it working.

    I did not have to enable legacy mode in the BIOS as an earlier comment suggested.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •