Michael Pujos changed bug 1190608
What Removed Added
CC   pujos.michael@gmail.com

Comment # 7 on bug 1190608 from
I'm pretty persuaded it is suse-prime udev rules for NVIDIA power management
that are causing this issue:

https://github.com/openSUSE/SUSEPrime/blob/master/90-nvidia-udev-pm-G05.rules
(installed in /usr/lib/udev/rules.d/90-nvidia-udev-pm-G05.rules_

and :
https://github.com/openSUSE/SUSEPrime/blob/master/09-nvidia-modprobe-pm-G05.conf
(installed in /usr/lib/modprobe.d/09-nvidia-modprobe-pm-G05.conf)


With new suse-prime 0.8.2 that was just published in TW, there is this new
nvidia.prime= parameter that allow to override whatever druver (intel, nvidia)
was set previously by user. nvidia.prime=intel will cause nvidia modules to not
be loaded, allowing the machine to boot.

The next testing step would be to disable the power management.
Try commenting all lines in /usr/lib/udev/rules.d/90-nvidia-udev-pm-G05.rules
(and /usr/lib/modprobe.d/09-nvidia-modprobe-pm-G05.conf although this one might
not be necessary) then attempt to boot normally (or use nvidia.prime=nvidia) to
check if it boots.


You are receiving this mail because: