Cannot install RTX 2080 Ti in Ubuntu 18.04 LTS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Cannot install Nvidia driver for RTX 2080 Ti in Ubuntu 18.04 LTS !!!!
I am trying to install nvidia driver with RTX 2080 Ti in Ubuntu 18.04 LTS
After Installing nvidia-driver (version 418.57) , the system will not boot . The following output comes and the screen stays blinking :
[code]/dev/sda4: recovering journal
/dev/sda4: clean, some numbers / some numbers file, some numbers / some numbers blocks [/code]
Output after boot and the following screen blinks and get stuck
Output of following commands are :
lspci |grep -i nvidia
[code]65:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti Rev. A] (rev a1)
65:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
65:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Controller (rev a1)
65:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 UCSI Controller (rev a1)[/code]
uname -m && cat /etc/*release
[code]x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic[/code]
gcc --version
[code]gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[/code]
uname -r
[code]4.18.0-15-generic[/code]
I tried installing Nvidia driver through two different following methods :
Using PPA :
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo ubuntu-drivers autoinstall
sudo apt install nvidia-418
Also through Nvidia site directly :
downloaded the display driver for Linux from
https://www.nvidia.com/download/driverResults.aspx/138279/en-us
chmod +x NVIDIA-Linux-x86_64–410.57.run
sudo ./NVIDIA-Linux-x86_64–410.57.run --no-x-check
In both cases the result is same and the system would not boot and gets stuck at the error mentioned before .
drivers grub2 nvidia display
add a comment |
Cannot install Nvidia driver for RTX 2080 Ti in Ubuntu 18.04 LTS !!!!
I am trying to install nvidia driver with RTX 2080 Ti in Ubuntu 18.04 LTS
After Installing nvidia-driver (version 418.57) , the system will not boot . The following output comes and the screen stays blinking :
[code]/dev/sda4: recovering journal
/dev/sda4: clean, some numbers / some numbers file, some numbers / some numbers blocks [/code]
Output after boot and the following screen blinks and get stuck
Output of following commands are :
lspci |grep -i nvidia
[code]65:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti Rev. A] (rev a1)
65:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
65:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Controller (rev a1)
65:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 UCSI Controller (rev a1)[/code]
uname -m && cat /etc/*release
[code]x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic[/code]
gcc --version
[code]gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[/code]
uname -r
[code]4.18.0-15-generic[/code]
I tried installing Nvidia driver through two different following methods :
Using PPA :
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo ubuntu-drivers autoinstall
sudo apt install nvidia-418
Also through Nvidia site directly :
downloaded the display driver for Linux from
https://www.nvidia.com/download/driverResults.aspx/138279/en-us
chmod +x NVIDIA-Linux-x86_64–410.57.run
sudo ./NVIDIA-Linux-x86_64–410.57.run --no-x-check
In both cases the result is same and the system would not boot and gets stuck at the error mentioned before .
drivers grub2 nvidia display
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago
add a comment |
Cannot install Nvidia driver for RTX 2080 Ti in Ubuntu 18.04 LTS !!!!
I am trying to install nvidia driver with RTX 2080 Ti in Ubuntu 18.04 LTS
After Installing nvidia-driver (version 418.57) , the system will not boot . The following output comes and the screen stays blinking :
[code]/dev/sda4: recovering journal
/dev/sda4: clean, some numbers / some numbers file, some numbers / some numbers blocks [/code]
Output after boot and the following screen blinks and get stuck
Output of following commands are :
lspci |grep -i nvidia
[code]65:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti Rev. A] (rev a1)
65:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
65:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Controller (rev a1)
65:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 UCSI Controller (rev a1)[/code]
uname -m && cat /etc/*release
[code]x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic[/code]
gcc --version
[code]gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[/code]
uname -r
[code]4.18.0-15-generic[/code]
I tried installing Nvidia driver through two different following methods :
Using PPA :
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo ubuntu-drivers autoinstall
sudo apt install nvidia-418
Also through Nvidia site directly :
downloaded the display driver for Linux from
https://www.nvidia.com/download/driverResults.aspx/138279/en-us
chmod +x NVIDIA-Linux-x86_64–410.57.run
sudo ./NVIDIA-Linux-x86_64–410.57.run --no-x-check
In both cases the result is same and the system would not boot and gets stuck at the error mentioned before .
drivers grub2 nvidia display
Cannot install Nvidia driver for RTX 2080 Ti in Ubuntu 18.04 LTS !!!!
I am trying to install nvidia driver with RTX 2080 Ti in Ubuntu 18.04 LTS
After Installing nvidia-driver (version 418.57) , the system will not boot . The following output comes and the screen stays blinking :
[code]/dev/sda4: recovering journal
/dev/sda4: clean, some numbers / some numbers file, some numbers / some numbers blocks [/code]
Output after boot and the following screen blinks and get stuck
Output of following commands are :
lspci |grep -i nvidia
[code]65:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti Rev. A] (rev a1)
65:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
65:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Controller (rev a1)
65:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 UCSI Controller (rev a1)[/code]
uname -m && cat /etc/*release
[code]x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic[/code]
gcc --version
[code]gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[/code]
uname -r
[code]4.18.0-15-generic[/code]
I tried installing Nvidia driver through two different following methods :
Using PPA :
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo ubuntu-drivers autoinstall
sudo apt install nvidia-418
Also through Nvidia site directly :
downloaded the display driver for Linux from
https://www.nvidia.com/download/driverResults.aspx/138279/en-us
chmod +x NVIDIA-Linux-x86_64–410.57.run
sudo ./NVIDIA-Linux-x86_64–410.57.run --no-x-check
In both cases the result is same and the system would not boot and gets stuck at the error mentioned before .
drivers grub2 nvidia display
drivers grub2 nvidia display
edited 8 hours ago
Rahul
asked 9 hours ago
RahulRahul
61
61
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago
add a comment |
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f1134168%2fcannot-install-rtx-2080-ti-in-ubuntu-18-04-lts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1134168%2fcannot-install-rtx-2080-ti-in-ubuntu-18-04-lts%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
Purge Nvidia drivers, remove PPA and install ONLY the recommended version from the Ubuntu repository. You can use "Additional Drivers" for that.
– GabrielaGarcia
9 hours ago
No drivers are shown untill I add PPA. I have also tried downloading directly from Nvidia site but doesn't help
– Rahul
41 mins ago