Machine fails to boot with Nvidia 8800 GTS SSC Edition 640MB on Ubuntu 18.10
My current setup:
ASUS Prime X470 Pro
Samsung 960 EVO Series PCIe NVMe - M.2 SSD (LVM encrypted)
Nvidia Quadro NVS 295 PCIe x1
2 Monitors
AMD Ryzen 7 Series CPU
This setup works perfectly ok except in the graphic department. It's a little "slow".
I had gotten a Nvidia 8800 GTS SSC Edition 640MB card from a friend to replace it. The card works perfectly fine under his Windows setup. Linux. Not so much.
Doing the research, this card and my current card both use the same Nvidia driver (340.107). I went the route of just installing the new card but I get the following message during boot:
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Volume group "ubuntu-vg" not found
Cannot process volume group ubuntu-vg
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
WARNING: failed to connect to lvmetad. Falling back to device scanning.
2 logical volume(s) in volume group "ubuntu-vg" now active
/dev/mapper/ubuntu--vg-root: clean, 401546/60907520 files, 8689639/243620864 blocks
Installing the NVS 295 back in allows the system to boot properly.
For kicks, I uninstalled the 340 drivers and installed the 390 drivers. While it did allow the system to boot, it did not work out as I had hoped. Only one monitor worked and it was limited to 1024x768.
I tried uninstalling the video drivers but when I rebooted I got the following:
green dots scattered on a black background
I tried booting up with just one monitor connected (and no drivers installed) and it went to a black screen.
Output from lsmod while booted in recovery mode:
nvidia_uvm 36864 0
nvidia 10559488 1 nvidia_uvm
drm 401408 2 nvidia
Tech info on the card per the system:
VGA compatible controller: NVIDIA Corporation G80 [GeForce 8800 GTS] (rev a2) (prog-if 00 [VGA controller])
Subsystem: eVga.com Corp. G80 [GeForce 8800 GTS]
Flags: bus master, fast devsel, latency 0, IRQ 86
Memory at f6000000 (32-bin, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4000000 (64-bit, non-prefetchable) [size=32]
I/O ports at d000 [size=120]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128k]
Capabilities: [60] Power Management version 2
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [120] Power Budgeting <?>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia
I did see some steps in How to install nvidia driver with secure boot enabled? but I wasn't sure if they may be applicable so, in order to not cause unintended harm, I haven't followed them.
Any ideas on how to get this to work? All of the other questions here don't seem to help solve the problem.
Thanks.
boot drivers nvidia graphics 18.10
add a comment |
My current setup:
ASUS Prime X470 Pro
Samsung 960 EVO Series PCIe NVMe - M.2 SSD (LVM encrypted)
Nvidia Quadro NVS 295 PCIe x1
2 Monitors
AMD Ryzen 7 Series CPU
This setup works perfectly ok except in the graphic department. It's a little "slow".
I had gotten a Nvidia 8800 GTS SSC Edition 640MB card from a friend to replace it. The card works perfectly fine under his Windows setup. Linux. Not so much.
Doing the research, this card and my current card both use the same Nvidia driver (340.107). I went the route of just installing the new card but I get the following message during boot:
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Volume group "ubuntu-vg" not found
Cannot process volume group ubuntu-vg
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
WARNING: failed to connect to lvmetad. Falling back to device scanning.
2 logical volume(s) in volume group "ubuntu-vg" now active
/dev/mapper/ubuntu--vg-root: clean, 401546/60907520 files, 8689639/243620864 blocks
Installing the NVS 295 back in allows the system to boot properly.
For kicks, I uninstalled the 340 drivers and installed the 390 drivers. While it did allow the system to boot, it did not work out as I had hoped. Only one monitor worked and it was limited to 1024x768.
I tried uninstalling the video drivers but when I rebooted I got the following:
green dots scattered on a black background
I tried booting up with just one monitor connected (and no drivers installed) and it went to a black screen.
Output from lsmod while booted in recovery mode:
nvidia_uvm 36864 0
nvidia 10559488 1 nvidia_uvm
drm 401408 2 nvidia
Tech info on the card per the system:
VGA compatible controller: NVIDIA Corporation G80 [GeForce 8800 GTS] (rev a2) (prog-if 00 [VGA controller])
Subsystem: eVga.com Corp. G80 [GeForce 8800 GTS]
Flags: bus master, fast devsel, latency 0, IRQ 86
Memory at f6000000 (32-bin, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4000000 (64-bit, non-prefetchable) [size=32]
I/O ports at d000 [size=120]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128k]
Capabilities: [60] Power Management version 2
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [120] Power Budgeting <?>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia
I did see some steps in How to install nvidia driver with secure boot enabled? but I wasn't sure if they may be applicable so, in order to not cause unintended harm, I haven't followed them.
Any ideas on how to get this to work? All of the other questions here don't seem to help solve the problem.
Thanks.
boot drivers nvidia graphics 18.10
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37
add a comment |
My current setup:
ASUS Prime X470 Pro
Samsung 960 EVO Series PCIe NVMe - M.2 SSD (LVM encrypted)
Nvidia Quadro NVS 295 PCIe x1
2 Monitors
AMD Ryzen 7 Series CPU
This setup works perfectly ok except in the graphic department. It's a little "slow".
I had gotten a Nvidia 8800 GTS SSC Edition 640MB card from a friend to replace it. The card works perfectly fine under his Windows setup. Linux. Not so much.
Doing the research, this card and my current card both use the same Nvidia driver (340.107). I went the route of just installing the new card but I get the following message during boot:
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Volume group "ubuntu-vg" not found
Cannot process volume group ubuntu-vg
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
WARNING: failed to connect to lvmetad. Falling back to device scanning.
2 logical volume(s) in volume group "ubuntu-vg" now active
/dev/mapper/ubuntu--vg-root: clean, 401546/60907520 files, 8689639/243620864 blocks
Installing the NVS 295 back in allows the system to boot properly.
For kicks, I uninstalled the 340 drivers and installed the 390 drivers. While it did allow the system to boot, it did not work out as I had hoped. Only one monitor worked and it was limited to 1024x768.
I tried uninstalling the video drivers but when I rebooted I got the following:
green dots scattered on a black background
I tried booting up with just one monitor connected (and no drivers installed) and it went to a black screen.
Output from lsmod while booted in recovery mode:
nvidia_uvm 36864 0
nvidia 10559488 1 nvidia_uvm
drm 401408 2 nvidia
Tech info on the card per the system:
VGA compatible controller: NVIDIA Corporation G80 [GeForce 8800 GTS] (rev a2) (prog-if 00 [VGA controller])
Subsystem: eVga.com Corp. G80 [GeForce 8800 GTS]
Flags: bus master, fast devsel, latency 0, IRQ 86
Memory at f6000000 (32-bin, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4000000 (64-bit, non-prefetchable) [size=32]
I/O ports at d000 [size=120]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128k]
Capabilities: [60] Power Management version 2
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [120] Power Budgeting <?>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia
I did see some steps in How to install nvidia driver with secure boot enabled? but I wasn't sure if they may be applicable so, in order to not cause unintended harm, I haven't followed them.
Any ideas on how to get this to work? All of the other questions here don't seem to help solve the problem.
Thanks.
boot drivers nvidia graphics 18.10
My current setup:
ASUS Prime X470 Pro
Samsung 960 EVO Series PCIe NVMe - M.2 SSD (LVM encrypted)
Nvidia Quadro NVS 295 PCIe x1
2 Monitors
AMD Ryzen 7 Series CPU
This setup works perfectly ok except in the graphic department. It's a little "slow".
I had gotten a Nvidia 8800 GTS SSC Edition 640MB card from a friend to replace it. The card works perfectly fine under his Windows setup. Linux. Not so much.
Doing the research, this card and my current card both use the same Nvidia driver (340.107). I went the route of just installing the new card but I get the following message during boot:
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Volume group "ubuntu-vg" not found
Cannot process volume group ubuntu-vg
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
Found volume group "ubuntu-vg" using metadata type lvm2
WARNING: failed to connect to lvmetad. Falling back to device scanning.
2 logical volume(s) in volume group "ubuntu-vg" now active
/dev/mapper/ubuntu--vg-root: clean, 401546/60907520 files, 8689639/243620864 blocks
Installing the NVS 295 back in allows the system to boot properly.
For kicks, I uninstalled the 340 drivers and installed the 390 drivers. While it did allow the system to boot, it did not work out as I had hoped. Only one monitor worked and it was limited to 1024x768.
I tried uninstalling the video drivers but when I rebooted I got the following:
green dots scattered on a black background
I tried booting up with just one monitor connected (and no drivers installed) and it went to a black screen.
Output from lsmod while booted in recovery mode:
nvidia_uvm 36864 0
nvidia 10559488 1 nvidia_uvm
drm 401408 2 nvidia
Tech info on the card per the system:
VGA compatible controller: NVIDIA Corporation G80 [GeForce 8800 GTS] (rev a2) (prog-if 00 [VGA controller])
Subsystem: eVga.com Corp. G80 [GeForce 8800 GTS]
Flags: bus master, fast devsel, latency 0, IRQ 86
Memory at f6000000 (32-bin, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4000000 (64-bit, non-prefetchable) [size=32]
I/O ports at d000 [size=120]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128k]
Capabilities: [60] Power Management version 2
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [120] Power Budgeting <?>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia
I did see some steps in How to install nvidia driver with secure boot enabled? but I wasn't sure if they may be applicable so, in order to not cause unintended harm, I haven't followed them.
Any ideas on how to get this to work? All of the other questions here don't seem to help solve the problem.
Thanks.
boot drivers nvidia graphics 18.10
boot drivers nvidia graphics 18.10
asked Jan 28 at 3:56
RyanRyan
61
61
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37
add a comment |
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37
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%2f1113426%2fmachine-fails-to-boot-with-nvidia-8800-gts-ssc-edition-640mb-on-ubuntu-18-10%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%2f1113426%2fmachine-fails-to-boot-with-nvidia-8800-gts-ssc-edition-640mb-on-ubuntu-18-10%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
The driver version for GeForce 8800 GTS is 340.
– GabrielaGarcia
Jan 28 at 18:33
340 is what I originally had installed. I had only installed 390 for testing (which didn’t work out). 340 is what is currently installed.
– Ryan
Jan 29 at 23:37