Ubuntu 18.10 Nvidia driver issue
up vote
0
down vote
favorite
Good time of the day,
Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.
Notebook (Running fine)
- i7-6700k @ 4.2Ghz
- GTX 1080 (390 Driver)
- 16 GB DDR4 @ 2400Mhz
- Dual Boot with Windows 10 October Update
- Installed using the "Install alongside Windows" option
Desktop (Not even booting)
i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)
RTX 2080 Ti (410 Driver, also tried 390 and 415)
32 GB Ram @ 4000 Mhz
NVMe SSD (Samsung EVO 970) 512 GB
Installed using the "Install alongside Windows" option
The problem is, the only time my desktop booted was when i holded down Shift
(no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.
I've blacklisted the VGA drivers in the modeprobe as follows:
blacklist amd76x_edac
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
blacklist nouveau
options nouveau modeset=0
Updated the ramfs with -u
option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".
Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.
No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.
Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run
package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.
lsmod | grep nouveau
returns nothing (as it should), and lsmod | grep nvidia
returns the following:
nvidia_drm 45056 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16584704 1 nvidia_modeset
drm_kms_helper 172023 1 nvidia_drm
drm 458752 3 drm_kms_helper, nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf, nvidia
All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)
dual-boot drivers nvidia 18.10
add a comment |
up vote
0
down vote
favorite
Good time of the day,
Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.
Notebook (Running fine)
- i7-6700k @ 4.2Ghz
- GTX 1080 (390 Driver)
- 16 GB DDR4 @ 2400Mhz
- Dual Boot with Windows 10 October Update
- Installed using the "Install alongside Windows" option
Desktop (Not even booting)
i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)
RTX 2080 Ti (410 Driver, also tried 390 and 415)
32 GB Ram @ 4000 Mhz
NVMe SSD (Samsung EVO 970) 512 GB
Installed using the "Install alongside Windows" option
The problem is, the only time my desktop booted was when i holded down Shift
(no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.
I've blacklisted the VGA drivers in the modeprobe as follows:
blacklist amd76x_edac
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
blacklist nouveau
options nouveau modeset=0
Updated the ramfs with -u
option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".
Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.
No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.
Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run
package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.
lsmod | grep nouveau
returns nothing (as it should), and lsmod | grep nvidia
returns the following:
nvidia_drm 45056 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16584704 1 nvidia_modeset
drm_kms_helper 172023 1 nvidia_drm
drm 458752 3 drm_kms_helper, nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf, nvidia
All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)
dual-boot drivers nvidia 18.10
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Good time of the day,
Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.
Notebook (Running fine)
- i7-6700k @ 4.2Ghz
- GTX 1080 (390 Driver)
- 16 GB DDR4 @ 2400Mhz
- Dual Boot with Windows 10 October Update
- Installed using the "Install alongside Windows" option
Desktop (Not even booting)
i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)
RTX 2080 Ti (410 Driver, also tried 390 and 415)
32 GB Ram @ 4000 Mhz
NVMe SSD (Samsung EVO 970) 512 GB
Installed using the "Install alongside Windows" option
The problem is, the only time my desktop booted was when i holded down Shift
(no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.
I've blacklisted the VGA drivers in the modeprobe as follows:
blacklist amd76x_edac
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
blacklist nouveau
options nouveau modeset=0
Updated the ramfs with -u
option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".
Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.
No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.
Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run
package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.
lsmod | grep nouveau
returns nothing (as it should), and lsmod | grep nvidia
returns the following:
nvidia_drm 45056 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16584704 1 nvidia_modeset
drm_kms_helper 172023 1 nvidia_drm
drm 458752 3 drm_kms_helper, nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf, nvidia
All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)
dual-boot drivers nvidia 18.10
Good time of the day,
Recently i've installed Ubuntu 18.10 on two machines, and one of them having strange issue.
Notebook (Running fine)
- i7-6700k @ 4.2Ghz
- GTX 1080 (390 Driver)
- 16 GB DDR4 @ 2400Mhz
- Dual Boot with Windows 10 October Update
- Installed using the "Install alongside Windows" option
Desktop (Not even booting)
i9-9900k @ (1st Core 5.3, 2nd 5.2, 3rd 5.1, rest 5.0)
RTX 2080 Ti (410 Driver, also tried 390 and 415)
32 GB Ram @ 4000 Mhz
NVMe SSD (Samsung EVO 970) 512 GB
Installed using the "Install alongside Windows" option
The problem is, the only time my desktop booted was when i holded down Shift
(no idea to be honest if it even made a difference), even when no GPU driver was installed. After the install of the driver from PPA (390) it stopped working, then i tried to install 410 and 415, same results.
I've blacklisted the VGA drivers in the modeprobe as follows:
blacklist amd76x_edac
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
blacklist nouveau
options nouveau modeset=0
Updated the ramfs with -u
option, rebooted many times, yet i'm not able to boot into Ubuntu and getting a message that "Started tool to collect and submit kernel crash something".
Ubuntu installed on the notebook, with even the same commands executed (to install software, etc, both are dev machines), working just fine. As a matter of fact, i'm composing this message from the notebook running Ubuntu.
No matter what i'm doing, i'm not able to boot into Ubuntu on the desktop.
Also, i guess it is worth noting, 410 and 415 drivers are installed using the .run
package with options to update the XServer configuration and install full copy of ll or ld or lv something marked as yes.
lsmod | grep nouveau
returns nothing (as it should), and lsmod | grep nvidia
returns the following:
nvidia_drm 45056 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 16584704 1 nvidia_modeset
drm_kms_helper 172023 1 nvidia_drm
drm 458752 3 drm_kms_helper, nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf, nvidia
All these values are obtained while booting into the safe mode with networking and root console (text, no GUI)
dual-boot drivers nvidia 18.10
dual-boot drivers nvidia 18.10
asked Nov 22 at 7:12
Ivan Zhivolupov
101
101
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095026%2fubuntu-18-10-nvidia-driver-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown