LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2019, 11:46 PM   #1
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Rep: Reputation: Disabled
Unhappy Centos 7.3 reboot that hangs forever, fails to reboot. How to fix?


Hello,

I have recently bought a new Centos 7.3 workstation. After installing xrdp and SELinux (plus enabling it), I tried rebooting the machine so that the changes could take effect.

However, it now hangs (see below example), repeating the same message about disconnecting/finding my USB mouse without ever getting past this stage. I have tried to let it reboot for over an hour and that didn't work.

I believe it has something to do with my USB devices (based on what I gather online), but I am unsure what. I have tried removing my USB mouse and restarting, but that failed. Although the messages were gone, it still failed to reboot. I also tried removing my keyboard and restarting, but that didn't work either.

Is there something that is enabled that should be disabled or vice versa? Is there an incompatibility issue? What could the problem be?
I greatly appreciate your help! Thank you!

This is an example of what I get during the boot, with similar repeating output:
Code:
[ 1245.072793] hid-generic 0003:046D:C077:0019: input, hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:01:00.0-2/input0
[1429.609001] usb 3-2: USB disconnect, device number 24
[1431.130387] usb 3-2: new low-speed USB device number 25 using xhci_hcd
[1431.411122] usb 3-2: New USB device found, idVendor=046d, idProduct=c077
[1431.411358] usb 3-2: New USB device strings : Mfr = 1, Product=2, SerialNumber = 0
[1431-411609] usb 3-2: Product: USB Optical Mouse
[1431-426375] usb 3-2: Manufacturer: Logitech
[1431-426375] input: Logitech USB Optical Mouse
as/devices/pci0000:00/00000:00:1c.0/0000:01:00.0/usb3/3-2/3-2:1.0/input/input41

Last edited by lancer78; 04-10-2019 at 12:16 AM. Reason: putting code tags
 
Old 04-10-2019, 02:47 AM   #2
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Have you tried removing the USB devices and booting the system? Check if it works normally.

If it boots normally, you might need to change the BIOS settings and disable USB booting.

Good luck!
 
Old 04-10-2019, 03:50 AM   #3
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks for the comment JJJCR.

I had tried removing the USB devices and unfortunately the same problems at bootup remained.

How would I go about changing the USB booting in the BIOS setting? I do not know how to do that.

Last edited by lancer78; 04-10-2019 at 03:04 PM.
 
Old 04-11-2019, 12:28 AM   #4
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lancer78 View Post
Thanks for the comment JJJCR.

I had tried removing the USB devices and unfortunately the same problems at bootup remained.

How would I go about changing the USB booting in the BIOS setting? I do not know how to do that.
Ok, I disabled all USB devices from the BIOS. This didn't work either unfortunately. It's having trouble with the hard drive part in the first boot step.
 
Old 04-11-2019, 12:54 AM   #5
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
After removing the mouse, which got rid of a lot of the previous repeating messages, I can more clearly see the following...

Code:
[13. 7105311] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
...........
[13.604466] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
............
[13.8105361[ device virbr0-nic entered promiscuous mode
[   13.949141] virbr0: port 1(virbr0-nic) entered listening state
[   13.949579] virbr0: port1 (virbr0-nic) entered listening state
[   13.949579] IPv6: ADDRCONF(NETDEV_UP) : virbr0: link is not ready
[   13.997682] virbr0: port 1(virbr0-nic) entered disabled state
And then it just hangs there indefinitely..
What could this be? Is this a graphics card issue? Thank you in advance.

P.S. BTW, the grub menu after BIOS says that my Centos version is 7.3.1611 (Core).. However when I do a "cat/etc/centos-release" from the Command Line it says "Centos 7.6.1810 (Core). What is going on here?

Last edited by lancer78; 04-11-2019 at 03:43 AM.
 
Old 04-11-2019, 01:51 AM   #6
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
The NIC enter in a promiscuous mode, it seems that it listening to all traffic in your network. See this one: https://www.linuxquestions.org/quest...s-mode-756884/

When you bought the system it comes with CentOS already?

hopefully it's not a rigged system.
 
Old 04-11-2019, 02:05 AM   #7
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
The NIC enter in a promiscuous mode, it seems that it listening to all traffic in your network. See this one: https://www.linuxquestions.org/quest...s-mode-756884/

When you bought the system it comes with CentOS already?

hopefully it's not a rigged system.
Hi JJJCR. Yes, I bought it from a computer vendor who had installed CentOS already.
 
Old 04-16-2019, 02:32 PM   #8
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Ok, I've decided to reinstall Centos to 7.6 and slowly/gradually add more complexity to the installation.
 
Old 04-17-2019, 03:57 PM   #9
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
lancer78, do you still have boot issues with the system now that you have re-installed CentOS?
 
Old 04-17-2019, 05:35 PM   #10
lancer78
LQ Newbie
 
Registered: Sep 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Hi ceantuco. Thanks for asking. After a bit of trial and error, I now appear to have a stable configuration (after also adding KDE Plasma Workspaces).
As far as I can tell, my previous issues may have been related to my having installed third party repositories. When I only installed the essentials, the problems went away.
I can boot normally now.
With a currently stable configuration, I should back everything up in case something goes wrong later!
 
  


Reply

Tags
centos7, reboot, usb



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
Import my times from POL TrackMania Nations Forever to Snap TrackMania Nations Forever? linustalman Linux - Games 1 09-03-2018 06:47 AM
valid_lft forever preferred_lft forever sulekha Linux - Networking 1 01-10-2013 09:13 AM
Reboot on Hardy hangs forever linuxlover.chaitanya Ubuntu 7 04-01-2009 12:05 AM
LXer: Tutorial: Master Your Linux Keyboard (And Fix Caps Lock Forever) LXer Syndicated Linux News 0 07-13-2007 01:46 PM
FIX---Fedora install hangs---To fix this---- jmckinzie Fedora - Installation 0 12-20-2005 12:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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