LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 05-30-2019, 07:09 AM   #1
Tatsuya, I
LQ Newbie
 
Registered: May 2019
Posts: 4

Rep: Reputation: Disabled
Unhappy Monitor has displayed nothing(No Signal) immediately after boot


Hello there,
I'm very new to LinuxOS but also I'm facing problems now.
I couldn't manage to do that.
I hope to know how to recovery and what occurs inside PC.
Please, help me.

[Problem]
Monitor displays nothing("No signal" message) after I selected any Kernel to boot.
the problem occurs when I boot any Kernel, Rescue mode, CUI mode.
I tried to boot from DVD media but also the result is same.
only grub2 console works on my PC.

[Suspect]
Before the problem occurs, I created "/etc/X11/xorg.conf" file by force in order to change resolution.
After that, I conducted grub2-mkconfig and reboot but PC didn't up again.

[OS version]
Centos7 (kernel:4.4.179-1.e17.elrepo.x86_64)

[Hardware]
Model: TOSHIBA REGZA PC D711/T3EW
CPU: Intel Celeron B815
Graphic Card: Intel HD Graphics
 
Old 05-30-2019, 12:00 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,877
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
Try this:
  1. At grub menu, strike E key
  2. move cursor to end of line that begins with linux
  3. remove, if present, splash=silent
  4. append a space and an S or a 1
  5. proceed to try booting
If successful you will be presented with a shell prompt from which you could remove or rename xorg.conf before trying again a normal boot.

If it fails, try same thing, but add also to linux line plymouth.enable=0 before proceeding
 
Old 05-31-2019, 05:11 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Tatsuya, I View Post
[Suspect]
Before the problem occurs, I created "/etc/X11/xorg.conf" file by force in order to change resolution.
remove that file.
once you can boot again, we will talk about how to change resolution.
 
1 members found this post helpful.
Old 05-31-2019, 06:17 AM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
You can try booting a "live" system, then mount your CentOS root filesystem, then remove xorg.conf

Based on what you've said; it booted up before you tried changing your screen resolution? Then when you edited/created xorg.conf you got the "No signal" message?

Why did you run grub2-mkconfig ? You only need to do that if you make changes to GRUB's configuration, so I'm not sure why you've done that. This could actually be the problem instead, depending on exactly what you've done. I think we need to verify if it's your edits to xorg.conf, or in-fact what sounds like your edits of GRUB's configuration. What did you change in GRUB's configuration?

Also, have you ever been able to actually boot any kernel ? Has kernel 3.x ever worked ?

I think it's worth noting that "No signal" message is very likely coming from your monitor rather than the operating system/computer.
 
Old 05-31-2019, 09:27 AM   #5
Tatsuya, I
LQ Newbie
 
Registered: May 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks for all.

This is a supplementary information.
Firstly,why do I run "grub2-mkconfig" is:
I wanna configure resolution as 1920x1080 but there is not appeared in kde system setting.
I tried to run xrandr but xrandr said "display unclaimed".
So, I installed intel-graphics-driver into centos manually and change target of driver to use(by xorg.conf and grab.conf).
But these files didn't exist.
Then, I created xorg.conf.new newly and rename and put it under X11 directory.
And, I guess OS is able to run because PC was rebooted when I strike "reboot".

Dear mrmazda
Thanks for your reply.
I tried your suggestion but as a result of those steps, I'm very sorry, I couldn't solved the problem.
Now also displayed "no signal" message after Kernel loaded.

Dear ondoho
Thanks for your reply.
As you said, I want to remove xorg.conf but I can't reach /etc/X11/ directory because of CUI doesn't up.

Dear jsbjsb001
Thanks for your reply.
The reason of run grub2-mkconfig is above written.
As you said, "No signal" message is coming from monitor.
 
Old 05-31-2019, 04:16 PM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,877
Blog Entries: 1

Rep: Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078Reputation: 2078
xorg.conf can be removed by booting installation media into rescue mode or boot from HD mode, mounting the / partition (if not already mounted - execute df or mount to check if it is), then deleting it.
 
Old 06-02-2019, 02:47 AM   #7
Tatsuya, I
LQ Newbie
 
Registered: May 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Dear jsbjsb001, nrmazda

I'm sorry, I had confused centos livesystem and install media.
Live CD is not here, and I can't create it now.
I will make CD & try boot from it, so please wait while few days.
Excuse me.
 
Old 06-02-2019, 10:47 AM   #8
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
You don't need to "make" it, you can download a live ISO from a CentOS mirror, like this one. Also, any live Linux distro should let you do what you want to do - it doesn't have to be CentOS if you just want to mount your root filesystem and delete a file.

Also, you have not answered the question about GRUB; did you change anything related to GRUB ?
 
Old 06-16-2019, 07:18 AM   #9
Tatsuya, I
LQ Newbie
 
Registered: May 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
I'm sorry for my late.
I tried to boot from live-CD but I couldn't mount root file system because of partition error.
now, I re-installed centos and it works well.

> jsbjsb001
Quote:
Also, you have not answered the question about GRUB; did you change anything related to GRUB ?
excuse me, I didn't answer to it.
I didn't change any grub.conf files manually, I only ran "grub2-mkconfig".

thank you all.
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reinstall a signal handler after exec ( Strange behaviour in signal handling ) lali.p Programming 0 09-20-2008 12:11 PM
Screen saver (powered down monitor) immediately after initial drum roll taylorkh Ubuntu 3 02-06-2008 12:12 PM
Ventrilo and wine, nothing displayed as 'Line' cexshun Linux - Software 2 06-25-2005 03:04 PM
Immediately after ppp0 established i get Modem Hangup signal deepalalla Linux - Networking 0 11-21-2004 11:31 PM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 09:35 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