xorg not start after kexec when use nouveau
Submitted by Suloev Dmitry
Assigned to Nouveau Project
Description
I compile linux 3.7.0 on my machine and try boot it using kexec:
- switch to single mode (rc single);
- mount /boot parion (mount -oro /boot);
- load new kernel into memory (kexec -l /boot/kernel-3.7.0 --reuse-cmdline);
- exec new kernel (kexec -e).
After last command I see how system boots and after starting X I can see only
blank black screen with "_" in top left corner.
I don't have this problem with other drivers. Only with nouveau