18.04 Boot to black unless I delete $vt_handoff grub parameter, related to Nvidia drivers?System not booting with nVidia graphics card and NOMODESET in grubBlack screen on boot when any NVIDIA drivers installedSelect at boot time, from Grub, Nouveau or Nvidia driverBlack screen at boot with nvidia / Kubuntu 16.10NVIDIA driver issuesUnable to switch to NVidia-375 on Ubuntu 16.04Boot Screen w/ GNU GRUB Purple and Black Overlay After Installing Nvidia DriversProblems booting from boot cd or HD with Ubuntu Mate 18.04 LTS 64 bit & Nvidia Geforce GTX 260Ubuntu won't boot after switch to nvidia graphicsAwake from sleep issues; garbled blocks screen; dual boot laptop
How dangerous is XSS?
Solving a recurrence relation (poker chips)
Mathematica command that allows it to read my intentions
Why didn't Boeing produce its own regional jet?
How do I deal with an unproductive colleague in a small company?
What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"
How to Recreate this in LaTeX? (Unsure What the Notation is Called)
Reverse dictionary where values are lists
Cursor Replacement for Newbies
What mechanic is there to disable a threat instead of killing it?
Could the museum Saturn V's be refitted for one more flight?
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
Size of subfigure fitting its content (tikzpicture)
Why no variance term in Bayesian logistic regression?
Should I cover my bicycle overnight while bikepacking?
Do UK voters know if their MP will be the Speaker of the House?
Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?
What exploit Are these user agents trying to use?
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
Can a virus destroy the BIOS of a modern computer?
How to show a landlord what we have in savings?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Why do bosons tend to occupy the same state?
A category-like structure without composition?
18.04 Boot to black unless I delete $vt_handoff grub parameter, related to Nvidia drivers?
System not booting with nVidia graphics card and NOMODESET in grubBlack screen on boot when any NVIDIA drivers installedSelect at boot time, from Grub, Nouveau or Nvidia driverBlack screen at boot with nvidia / Kubuntu 16.10NVIDIA driver issuesUnable to switch to NVidia-375 on Ubuntu 16.04Boot Screen w/ GNU GRUB Purple and Black Overlay After Installing Nvidia DriversProblems booting from boot cd or HD with Ubuntu Mate 18.04 LTS 64 bit & Nvidia Geforce GTX 260Ubuntu won't boot after switch to nvidia graphicsAwake from sleep issues; garbled blocks screen; dual boot laptop
I started having problems booting after I tried to use prime-select
for the first time to switch between my laptop's Nvidia GTX 960M and Intel graphics, using the same nvidia-390
driver that had worked fine for months.
The computer would boot to black, then to tty if I put nomodeset
in grub, then after reading a zillion Ask Ubuntu pages and reinstalling a lot of packages, I did sudo apt purge *nvidia*
and switched to the new nvidia-driver-415
. I also added nouveau.modeset=0
to /etc/default/grub
.
Now it boots and runs fine, but only if I manually edit grub every time I boot and remove the $vt_handoff
parameter that shows up after nouveau.modeset=0
. If I don't, it boots to black, and I can't even get a tty. What gives?
Doing some digging, I found an old bug report that suggests that a missing /boot/grub/gfxblacklist.txt
file could disable a graphical boot. I don't have that file. I considered installing grub-gfxpayload-lists
as suggested by that post, but it looks like it might conflict with more recent grub-related packages and wreck shop. I'm relatively new to linux and hesitant to mess around with the guts of the OS in case I break something I don't understand.
Any ideas? I would greatly appreciate any help.
More details, let me know if I can include anything else:
Dell Inspiron 7559, dual boot with Windows 10 (Secure Boot off);
Ubuntu 18.04.1 LTS;
kernel 4.15.0-39-generic;
graphics Nvidia GeForce GTX 960M/PCIe/SSE2;
GNOME 3.28.2;/etc/default/grub
: link
boot dual-boot drivers grub2 nvidia
add a comment |
I started having problems booting after I tried to use prime-select
for the first time to switch between my laptop's Nvidia GTX 960M and Intel graphics, using the same nvidia-390
driver that had worked fine for months.
The computer would boot to black, then to tty if I put nomodeset
in grub, then after reading a zillion Ask Ubuntu pages and reinstalling a lot of packages, I did sudo apt purge *nvidia*
and switched to the new nvidia-driver-415
. I also added nouveau.modeset=0
to /etc/default/grub
.
Now it boots and runs fine, but only if I manually edit grub every time I boot and remove the $vt_handoff
parameter that shows up after nouveau.modeset=0
. If I don't, it boots to black, and I can't even get a tty. What gives?
Doing some digging, I found an old bug report that suggests that a missing /boot/grub/gfxblacklist.txt
file could disable a graphical boot. I don't have that file. I considered installing grub-gfxpayload-lists
as suggested by that post, but it looks like it might conflict with more recent grub-related packages and wreck shop. I'm relatively new to linux and hesitant to mess around with the guts of the OS in case I break something I don't understand.
Any ideas? I would greatly appreciate any help.
More details, let me know if I can include anything else:
Dell Inspiron 7559, dual boot with Windows 10 (Secure Boot off);
Ubuntu 18.04.1 LTS;
kernel 4.15.0-39-generic;
graphics Nvidia GeForce GTX 960M/PCIe/SSE2;
GNOME 3.28.2;/etc/default/grub
: link
boot dual-boot drivers grub2 nvidia
add a comment |
I started having problems booting after I tried to use prime-select
for the first time to switch between my laptop's Nvidia GTX 960M and Intel graphics, using the same nvidia-390
driver that had worked fine for months.
The computer would boot to black, then to tty if I put nomodeset
in grub, then after reading a zillion Ask Ubuntu pages and reinstalling a lot of packages, I did sudo apt purge *nvidia*
and switched to the new nvidia-driver-415
. I also added nouveau.modeset=0
to /etc/default/grub
.
Now it boots and runs fine, but only if I manually edit grub every time I boot and remove the $vt_handoff
parameter that shows up after nouveau.modeset=0
. If I don't, it boots to black, and I can't even get a tty. What gives?
Doing some digging, I found an old bug report that suggests that a missing /boot/grub/gfxblacklist.txt
file could disable a graphical boot. I don't have that file. I considered installing grub-gfxpayload-lists
as suggested by that post, but it looks like it might conflict with more recent grub-related packages and wreck shop. I'm relatively new to linux and hesitant to mess around with the guts of the OS in case I break something I don't understand.
Any ideas? I would greatly appreciate any help.
More details, let me know if I can include anything else:
Dell Inspiron 7559, dual boot with Windows 10 (Secure Boot off);
Ubuntu 18.04.1 LTS;
kernel 4.15.0-39-generic;
graphics Nvidia GeForce GTX 960M/PCIe/SSE2;
GNOME 3.28.2;/etc/default/grub
: link
boot dual-boot drivers grub2 nvidia
I started having problems booting after I tried to use prime-select
for the first time to switch between my laptop's Nvidia GTX 960M and Intel graphics, using the same nvidia-390
driver that had worked fine for months.
The computer would boot to black, then to tty if I put nomodeset
in grub, then after reading a zillion Ask Ubuntu pages and reinstalling a lot of packages, I did sudo apt purge *nvidia*
and switched to the new nvidia-driver-415
. I also added nouveau.modeset=0
to /etc/default/grub
.
Now it boots and runs fine, but only if I manually edit grub every time I boot and remove the $vt_handoff
parameter that shows up after nouveau.modeset=0
. If I don't, it boots to black, and I can't even get a tty. What gives?
Doing some digging, I found an old bug report that suggests that a missing /boot/grub/gfxblacklist.txt
file could disable a graphical boot. I don't have that file. I considered installing grub-gfxpayload-lists
as suggested by that post, but it looks like it might conflict with more recent grub-related packages and wreck shop. I'm relatively new to linux and hesitant to mess around with the guts of the OS in case I break something I don't understand.
Any ideas? I would greatly appreciate any help.
More details, let me know if I can include anything else:
Dell Inspiron 7559, dual boot with Windows 10 (Secure Boot off);
Ubuntu 18.04.1 LTS;
kernel 4.15.0-39-generic;
graphics Nvidia GeForce GTX 960M/PCIe/SSE2;
GNOME 3.28.2;/etc/default/grub
: link
boot dual-boot drivers grub2 nvidia
boot dual-boot drivers grub2 nvidia
edited Nov 16 '18 at 18:42
zygomycete
asked Nov 16 '18 at 18:13
zygomycetezygomycete
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I run into the same problem. Add nomodeset but returns to the recovery mode(low resolution). Did you find a solution?
New contributor
add a comment |
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%2f1093531%2f18-04-boot-to-black-unless-i-delete-vt-handoff-grub-parameter-related-to-nvidi%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I run into the same problem. Add nomodeset but returns to the recovery mode(low resolution). Did you find a solution?
New contributor
add a comment |
I run into the same problem. Add nomodeset but returns to the recovery mode(low resolution). Did you find a solution?
New contributor
add a comment |
I run into the same problem. Add nomodeset but returns to the recovery mode(low resolution). Did you find a solution?
New contributor
I run into the same problem. Add nomodeset but returns to the recovery mode(low resolution). Did you find a solution?
New contributor
New contributor
answered 24 mins ago
JimmyJimmy
1
1
New contributor
New contributor
add a comment |
add a comment |
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%2f1093531%2f18-04-boot-to-black-unless-i-delete-vt-handoff-grub-parameter-related-to-nvidi%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