LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-15-2017, 06:12 PM   #1
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Rep: Reputation: Disabled
Nothing on screen after Kubuntu install


I have a brand-new HP ProDesk 600 G3 Microtower PC that I wanted to use for Kubuntu 16.04 LTS, but I'm having a strange problem.

The Kubuntu LiveCD ran normally through the installation process. Reboot proceeded normally, with the Kubuntu logo appearing on the screen. But this is where the problem arises: after that, NOTHING ELSE shows up on the monitor screen. It's as if the video signal had been lost, but the monitor doesn't complain about losing the signal: it simply stops showing me anything.

The monitor is a Hannspree HF205 and comes with DVI and VGA ports. The DVI port is in use by a Windows computer without issue. Before this, the VGA port had also been running fine, providing video for another Windows PC (DVI port from a GPU to a DVI-to-VGA adapter, then VGA cable into the monitor).

The ProDesk came with two DisplayPort ports and I bought a Rosewill DP-to-VGA cable to connect into the monitor's VGA port. The computer had FreeDOS installed and everything worked fine, but when I tried to install Kubuntu the process seemed to move forward (the light on the HDD was blinking), except that I couldn't see anything on the screen. So I installed a GeForce GTX 1050 from MSI that comes with DP, HDMI, and DVI ports, then plugged the adapter into the 1050's DP port, and ran through the OS installation process again. The computer POSTs fine (I can get into the startup menu), and I could see everything Kubuntu wanted to show me during installation, but after reboot the display disappears soon after the Kubuntu logo.

I'm hoping that someone with experience with this sort of thing will provide guidance. Thanks in advance.
 
Old 11-16-2017, 10:02 AM   #2
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
Terminal

Are you able to get to a terminal?

CTRL-ALT-F1

?
 
Old 11-16-2017, 10:55 AM   #3
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Looks like I can, kind of. I hit those keys and reached a login command line. But the display is blinking annoyingly, and the computer won't register what I type while it's blinking.

Separately from login issues, I was going to add the following bit of information: when Kubuntu is in that "no display but monitor live" state, if I press the power button the Kubuntu logo comes back briefly, then at the top of the screen there's some numbers followed by the words "reboot: power down." Hope this helps in tracking down the problem.
 
Old 11-16-2017, 12:12 PM   #4
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
nomodeset

Quote:
Originally Posted by Rodrigo7 View Post
Looks like I can, kind of. I hit those keys and reached a login command line. But the display is blinking annoyingly, and the computer won't register what I type while it's blinking.

Separately from login issues, I was going to add the following bit of information: when Kubuntu is in that "no display but monitor live" state, if I press the power button the Kubuntu logo comes back briefly, then at the top of the screen there's some numbers followed by the words "reboot: power down." Hope this helps in tracking down the problem.
What type of connection are you using? HDMI, DVI, VGA?

Can you try passing the kernel nomodeset from Grub2?

Something like this..

linux /boot/kernel nomodeset

Another one to try is....

linux /boot/kernel video=800x600

Last edited by batman23; 11-16-2017 at 12:15 PM.
 
Old 11-16-2017, 05:04 PM   #5
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
I've tried connecting to the VGA port on the monitor the following ways: 1) onboard DisplayPort (before the GPU was installed); 2) GPU DisplayPort; and 3) GPU DVI.

Since I can't log in due to the blinking display, unfortunately there's no question of entering any commands. I may re-install Kubuntu again just so that I can enter a single-character password, to make it easier to log in.

At some point, I tried loading a Mageia 5 Live CD from Linux Format magazine, to see if that one would display properly. It, too, failed, but this time I got an substantial list of messages. I wanted to attach a screenshot (smartphone photo) in case it helped us to figure out what's going on, but the original picture is 3.7MB and I could only reduce it (even after cropping) down to 355KB, while the maximum file size for attachments here is 256KB.
 
Old 11-16-2017, 05:23 PM   #6
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
nomodeset

Quote:
Originally Posted by Rodrigo7 View Post
I've tried connecting to the VGA port on the monitor the following ways: 1) onboard DisplayPort (before the GPU was installed); 2) GPU DisplayPort; and 3) GPU DVI.

Since I can't log in due to the blinking display, unfortunately there's no question of entering any commands. I may re-install Kubuntu again just so that I can enter a single-character password, to make it easier to log in.

At some point, I tried loading a Mageia 5 Live CD from Linux Format magazine, to see if that one would display properly. It, too, failed, but this time I got an substantial list of messages. I wanted to attach a screenshot (smartphone photo) in case it helped us to figure out what's going on, but the original picture is 3.7MB and I could only reduce it (even after cropping) down to 355KB, while the maximum file size for attachments here is 256KB.
How about nomodeset?
 
Old 11-16-2017, 05:33 PM   #7
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Thanks. At what point in the process would I enter that command?
 
Old 11-16-2017, 05:36 PM   #8
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
How To Grub nomodeset

Quote:
Originally Posted by Rodrigo7 View Post
Thanks. At what point in the process would I enter that command?
Within Grub2

You can edit a menu entry by typing "e"

then look for the line that starts with linux

usually something like this....

linux /boot/vmlinux*****

you need to navigate to that line and at the end of it type "nomodeset"

linux /boot/vmlinux**** nomodeset

Then press F10 to boot into that entry

Let me know how it goes.
 
Old 11-17-2017, 04:12 AM   #9
ChirunoIceFairy
LQ Newbie
 
Registered: Nov 2017
Location: England
Distribution: Lubuntu 17.10
Posts: 2

Rep: Reputation: Disabled
What graphics card is present in the computer? I'm aware some computers have issues due to having graphics cards that have ugh support for Linux.
 
Old 11-17-2017, 10:46 AM   #10
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by batman23 View Post
Within Grub2

You can edit a menu entry by typing "e"

then look for the line that starts with linux

usually something like this....

linux /boot/vmlinux*****

you need to navigate to that line and at the end of it type "nomodeset"

linux /boot/vmlinux**** nomodeset

Then press F10 to boot into that entry

Let me know how it goes.
I figured out that I had to keep the ESC key pressed after POST and before the Kubuntu splash screen came up, then I was able to get a "grub>" command prompt.

At that point, though, typing "e" (with or without the quotation marks) just gives an error saying there is no such command. And typing "linux /boot/vmlinux**** nomodeset" followed by the F10 key, didn't do anything.

I am really new at this and am not even sure that I ever reached the Grub menu, all I saw was a notice at the top about the Grub version, some language about minimal BASH, and then the grub> prompt. Nothing about menus, or lines in the Grub configuration file, or how to navigate to them.

Help!!!
 
Old 11-17-2017, 10:51 AM   #11
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
Quote:
Originally Posted by Rodrigo7 View Post
I figured out that I had to keep the ESC key pressed after POST and before the Kubuntu splash screen came up, then I was able to get a "grub>" command prompt.

At that point, though, typing "e" (with or without the quotation marks) just gives an error saying there is no such command. And typing "linux /boot/vmlinux**** nomodeset" followed by the F10 key, didn't do anything.

I am really new at this and am not even sure that I ever reached the Grub menu, all I saw was a notice at the top about the Grub version, some language about minimal BASH, and then the grub> prompt. Nothing about menus, or lines in the Grub configuration file, or how to navigate to them.

Help!!!
Grub2 Manual

https://www.gnu.org/software/grub/manual/grub/grub.html

There are 2 modes in grub.

Command Interface and an edit for the menuentry

When your in the command interface...

try pressing ESC key once.
Then press "e"

That should take you to the editor for the menu entries.

If you get that far, paste all the information from the default menuentry here.
 
Old 11-17-2017, 10:54 AM   #12
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ChirunoIceFairy View Post
What graphics card is present in the computer? I'm aware some computers have issues due to having graphics cards that have ugh support for Linux.
It's a GeForce GTX 1050. If you need the info, the first post up above has a link to the exact model I bought.

But note that I was having the problem even before the graphics card went into the computer. In fact, the reason I put it in is that I already wasn't getting any display off the Live CD past the "Try Kubuntu" screen.

I'm wondering if the issue has to do with this DisplayPort stuff, the computer came with two of them and no other kind. Since the graphics card has not only a DP port but also DVI and HDMI, my next move will be to try connecting the computer to the monitor via an HDMI-to-VGA adapter.
 
Old 11-17-2017, 11:00 AM   #13
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by batman23 View Post
Grub2 Manual

https://www.gnu.org/software/grub/manual/grub/grub.html

There are 2 modes in grub.

Command Interface and an edit for the menuentry

When your in the command interface...

try pressing ESC key once.
Then press "e"

That should take you to the editor for the menu entries.

If you get that far, paste all the information from the default menuentry here.
Thanks for the manual, I'll check it out.

Pressing ESC behaved like the Enter key: it went to a new "grub>" line before I got to do anything else like typing "e". I tried keeping ESC pressed, but that just gives me more new blank grub> lines, exactly as if I kept hitting Enter.
 
Old 11-17-2017, 11:01 AM   #14
batman23
Member
 
Registered: Mar 2004
Posts: 67

Rep: Reputation: 8
Quote:
Originally Posted by Rodrigo7 View Post
Thanks for the manual, I'll check it out.

Pressing ESC behaved like the Enter key: it went to a new "grub>" line before I got to do anything else like typing "e". I tried keeping ESC pressed, but that just gives me more new blank grub> lines, exactly as if I kept hitting Enter.
Please paste a picture if you can.
 
Old 11-17-2017, 11:09 AM   #15
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Reading around the Grub manual, I saw this:

>>GRUB looks for its configuration file as soon as it is loaded. If one is found, then the full menu interface is activated using whatever entries were found in the file. If you choose the command-line menu option, or if the configuration file was not found, then GRUB drops to the command-line interface. <<

So I'm thinking that there may just not be a configuration file present, since I'm not getting an option to choose between command-line or menu interface, it's taking me directly to the CL.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgraded to kubuntu 11.4: screen flickers after full-screen openGL sonicboy Ubuntu 7 05-03-2011 09:31 PM
Try to install Kubuntu but can't get past welcome screen mb722004 Linux - Newbie 5 12-09-2007 12:30 AM
cant see the splash screen (kubuntu) eduac Linux - Hardware 5 04-15-2007 12:59 AM
How to tell the screen resolution? (kUbuntu) LDJ Linux - Newbie 2 01-25-2007 04:02 PM
Kubuntu 5.0.4 Screen Resoloution RagingFuryBlack Ubuntu 1 06-27-2005 05:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration