0

I have an Hp Zbook 17 G3 Mobile work station with the following specs Core i7-6700HQ 17 G3, Nvidia Quadro M2000M, 16 GB DDR4, 1TB 7200RPM.

The problem is I have installed win 7 on it (corporate requirement) and then I need to install Ubuntu on it for dual boot.I then have to install ROS over it. I have looked in the documentation of this machine on Hp official site and it says that the versions that are supported is Redhat linux only. Now Redhat linux does not support ROS. Though I managed to install Ubuntu on this machine...but I am having problems regarding the booting of Ubuntu and graphics issues. I wanted to know how to solve these issues and also if Ubuntu is releasing a version that has all the drivers for this machine. A quick reply or help is highly appreciated.

  • Does the grub menu come up fine? Try adding nomodeset to the boot parameters. – You'reAGitForNotUsingGit Apr 06 '16 at 11:50
  • yes I have done that and I managed to install Ubuntu on it. but then when Ubuntu starts , the starting screen hangs out, so I have to do a restart and then pres Cntrl+alt+Esc to goto the Login menu, then when I login, unity desktop comes up, but I cannot connect to wifi as i think there are no supported drivers. Also when I want to do a restart then, the Machine just gets hanged and I have to do a hard shutdown. – Aaqib Khan Apr 09 '16 at 12:48

2 Answers2

0

After spending 2 days of searching a solution, I want to share it:

The problem is valid also for later ubuntu versions (and also for centos, I've read), for several kinds of the HP Workstation: Zbook 15/17 G 3/5.

Behaviour: Ubuntu freezes while booting for installation occassionally, also sometimes while booting into Live-Image. I've managed to install Ubuntu (18.04 LTS). Even then I never reached the OS, since the boot sequence stuck with different errors (e.g. nouveau, and soft lockup - CPU stuck for 23s!).

Reason for that behaviour is the Bios setting, that switches between the graphic cards: Onboard Intel HD and Nvidia Quattro, for power management reasons. Ubuntu (and presumably other Linux distros) can't cope with that.

Solution: disable in BIOS the Intel HD chip (Bios Setup - Advanced Opts - Graphics --> switch from auto to "discrete" or "disable" depending on the model) see also https://support.hp.com/in-en/document/c04070522

Another workaround is the option "nomodeset" in the grub boot options. Press "e" in the grub-selection menu and add in the line beginning with "linux" the option "nomodeset" before the option "ro" at the end of the line. Note, that this solution will help you installing/booting into your ubuntu, but the graphics driver is not loaded properly then (only 1024x768).

0

The problem is I have installed win 7 on it (corporate requirement)

I doubt that this is anywhere related to your problem nor do I believe that having a lazy or understaffed IT department can be described as particularly corporate attribute. Choose another company to work for if software necrophilia in conjunction with new hardware is a problem for you.

A quick reply or help is highly appreciated.

Tell us more about the interesting and not the superfluous things. You already were on the documentation page on the HP site, that link would have been useful because you're probably looking at the wrong page or you interpret the data in the wrong way. (Which release and which kernel of "Redhat Linux"? HP has staff allocated to work on providing support for major Linux distributions internally to their users – yes I had access to that part of their Intranet – which is more like what you should be looking for than an official product support statement, unless you have a support contract with HP. In that case you should do as they say and file support request with them where you don't agree with the service, not here.) A reference to what you mean with ROS and other acronyms that may be non-unique product name should also be good practice, because I see XY problems and answers everyday.

You're asking for a pinpoint accurate technical answer, leave the whole story telling thing to marketing please.

I wanted to know how to solve these issues and also if Ubuntu is releasing a version that has all the drivers for this machine.

14.04.4 with the 15.10 kernel would be more appropriate than the older release with the 15.04 kernel regarding in kernel drivers (see: How can I upgrade the Ubuntu LTS kernel to newer?). For a laptop a model that's apparently released in 2016 you shouldn't use a kernel and related software components released in early 2015, though. A good idea is to try the development release on new hardware when it's only a few weeks away from the final release date.

If your question was about proprietary drivers than that's a bit different and I'm happy to not have to use these.

I am having problems regarding the booting of Ubuntu and graphics issues.

More details please. Screenshots, photos, logs and everything that helps to describe the exact behavior you are seeing. Please keep in mind: one problem = one question. Don't put two or more problems in one question, that makes this site less usable for everyone. Also note this site is not a bug tracker, Launchpad is.

LiveWireBT
  • 28,763