View previous topic :: View next topic |
Author |
Message |
yyt16384 n00b
Joined: 21 Jun 2015 Posts: 9
|
Posted: Sat Nov 12, 2016 3:38 pm Post subject: [Solved] Stuck at grub screen with nvidia-drivers |
|
|
I'm trying to move from nouveau to nvidia-drivers today, and when I reboot, nothing is displayed after the "Loading initial ramdisk" screen. That is, nothing else will display no matter what I do. The system still boots properly, as I can ssh into it just fine.
I've disabled nouveau in kernel and tried with DRM either enabled or disabled.
There are no errors in dmesg, and lspci -k shows that the nvidia kernel driver is being used.
Last edited by yyt16384 on Sun Nov 13, 2016 5:01 am; edited 1 time in total |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9890 Location: almost Mile High in the USA
|
Posted: Sat Nov 12, 2016 4:59 pm Post subject: |
|
|
You probably disabled the VGA console options when building a new kernel. It's still needed to get to text mode.
CONFIG_VGA_CONSOLE=y _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
yyt16384 n00b
Joined: 21 Jun 2015 Posts: 9
|
Posted: Sat Nov 12, 2016 5:26 pm Post subject: |
|
|
eccerr0r wrote: | You probably disabled the VGA console options when building a new kernel. It's still needed to get to text mode.
CONFIG_VGA_CONSOLE=y |
It is already enabled in the new kernel. |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9890 Location: almost Mile High in the USA
|
Posted: Sat Nov 12, 2016 5:55 pm Post subject: |
|
|
Is CONFIG_VT_CONSOLE=y still the case?
Do you have a EFI machine? _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
yyt16384 n00b
Joined: 21 Jun 2015 Posts: 9
|
Posted: Sat Nov 12, 2016 6:45 pm Post subject: |
|
|
eccerr0r wrote: | Is CONFIG_VT_CONSOLE=y still the case?
Do you have a EFI machine? |
CONFIG_VT_CONSOLE is also enabled, and yes, this is an EFI machine. |
|
Back to top |
|
|
yyt16384 n00b
Joined: 21 Jun 2015 Posts: 9
|
Posted: Sat Nov 12, 2016 6:47 pm Post subject: |
|
|
eccerr0r wrote: | Is CONFIG_VT_CONSOLE=y still the case?
Do you have a EFI machine? |
CONFIG_VT_CONSOLE is also enabled, and yes, this is an EFI machine. |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9890 Location: almost Mile High in the USA
|
Posted: Sat Nov 12, 2016 6:50 pm Post subject: |
|
|
Ah EFI may be a problem.
Then you need the EFI initial framebuffer options enabled, not VGA.
However I think you may be stuck with it like this, I don't know if the EFI framebuffer will conflict with nvidia-drivers. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
yyt16384 n00b
Joined: 21 Jun 2015 Posts: 9
|
Posted: Sun Nov 13, 2016 5:00 am Post subject: |
|
|
eccerr0r wrote: | Ah EFI may be a problem.
Then you need the EFI initial framebuffer options enabled, not VGA.
However I think you may be stuck with it like this, I don't know if the EFI framebuffer will conflict with nvidia-drivers. |
Enableing CONFIG_FB_EFI solves the problem. Thanks. |
|
Back to top |
|
|
|