Centos 7.6 Fresh install yum update automatically reboots login

General support questions
Post Reply
xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 13:46:08

I have a lenovo legion y530 I installed a fresh copy of 7.6 (gnome desktop) Works great until I do a yum update. After the yum update it loads the login screen but after a few minutes it just reboots if I login or don't login... I just reboots no matter what.

I have tried to crtl alt F2 nothing.... Any ideas suggestions thoughts? thank you

xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 17:01:54

tried another fresh install from another mirror no such luck...

xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 17:44:47

Got it - https://serverfault.com/questions/78671 ... ack-screen

or here is the steps I did...

press e before entering any centos boot.
navigate to the linuxefi /images/pxeboot/vmlinuz... line or what ever line is your linux boot command (usually ends in quiet to supress debug info)
enter in the following additional arguments to your boot args list:

rdblacklist=nouveau
nouveau.modeset=0

these arguments will stop nouveau from starting for the next boot, press ctrl-x or f10 to boot into Centos 7
uninstall nouveau and install non nouveau drivers, other wise you will have to do this process every boot

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by lightman47 » 2019/07/16 19:09:55

try an install but NOT doing that. After you get a basic stable installation, then worry about video driver issues (if you have any).

;)

xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 19:51:31

Mark it solved..!!!

all the steps and where I got the info from -

Got it - https://serverfault.com/questions/78671 ... ack-screen

or here is the steps I did...

press e before entering any centos boot.
navigate to the linuxefi /images/pxeboot/vmlinuz... line or what ever line is your linux boot command (usually ends in quiet to supress debug info)
enter in the following additional arguments to your boot args list:

rdblacklist=nouveau
nouveau.modeset=0

these arguments will stop nouveau from starting for the next boot, press ctrl-x or f10 to boot into Centos 7
uninstall nouveau and install non nouveau drivers, other wise you will have to do this process every boot





soooo at this point I was actually able to get into the machine... After that I followed these steps..
for refrence - https://elrepo.org/tiki/nvidia-detect and https://elrepo.org/tiki/tiki-index.php and https://elrepo.org/tiki/nvidia-detect

Found half of the instructions here - viewtopic.php?t=61162 (thanks TrevorH) -

rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www.elrepo.org/elrepo-release-7. ... noarch.rpm
yum install $(nvidia-detect)

yum bumblebee
followed the instructions here - https://elrepo.org/tiki/bumblebee

rebooted restarted etc... and YAY!

xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 19:53:40

lightman47 wrote:
2019/07/16 19:09:55
try an install but NOT doing that. After you get a basic stable installation, then worry about video driver issues (if you have any).

;)

I apologize for my English. What I was trying to say above is i did fresh install everything worked good then a yum update and issues began. I appreciate the effort. I went ahead and posted my instructions. To answer your question it was a nvidia driver
Last edited by xbatx on 2019/07/16 19:58:09, edited 1 time in total.

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by lightman47 » 2019/07/16 19:54:10

Great!

xbatx
Posts: 80
Joined: 2010/08/28 08:49:31

Re: Centos 7.6 Fresh install yum update automatically reboots login

Post by xbatx » 2019/07/16 19:59:23

One thing I really don't understand is why would a yum update or kernel update screw up the current video settings if they worked fine in the first place??

Post Reply