After GRUB: display not working on Asus laptop Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionCannot Boot New Linux From USBGrub Rescue after installing Elementary OS FreyaCannot boot into Linux off live USBDual Boot Windows - Linux Mint grub menu not appearing at startupBluetooth sound lags under Mint 18No sound card detected on Linux Mint 18.1 (& Windows 10) after dual-boot install on Asus UX410UQ laptop (Kabylake)PC boots straight into Windows 10 instead of launching grubGrub repair after Window installStuck at “Welcome to grub! grub is loading” when trying to install GNU/linux on laptopLinux Mint 19 Tara - can only install without EFI
Why do the resolve message appear first?
Generate an RGB colour grid
Why are std::future and std::promise not final?
What is the longest distance a player character can jump in one leap?
How to answer "Have you ever been terminated?"
Can anything be seen from the center of the Boötes void? How dark would it be?
Ports Showing Closed/Filtered in Nmap Scans
For a new assistant professor in CS, how to build/manage a publication pipeline
How to compare two different files line by line in unix?
When coming out of haste, do attackers have advantage on you?
How can I use the Python library networkx from Mathematica?
Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?
Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?
How to Make a Beautiful Stacked 3D Plot
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV
How to show element name in portuguese using elements package?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
What's the meaning of "fortified infraction restraint"?
Why didn't Eitri join the fight?
Quick way to create a symlink?
Circuit to "zoom in" on mV fluctuations of a DC signal?
T-test, ANOVA or Regression, what's the difference?
Is safe to use va_start macro with this as parameter?
Trademark violation for app?
After GRUB: display not working on Asus laptop
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionCannot Boot New Linux From USBGrub Rescue after installing Elementary OS FreyaCannot boot into Linux off live USBDual Boot Windows - Linux Mint grub menu not appearing at startupBluetooth sound lags under Mint 18No sound card detected on Linux Mint 18.1 (& Windows 10) after dual-boot install on Asus UX410UQ laptop (Kabylake)PC boots straight into Windows 10 instead of launching grubGrub repair after Window installStuck at “Welcome to grub! grub is loading” when trying to install GNU/linux on laptopLinux Mint 19 Tara - can only install without EFI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a usb with Linux Mint 18 and elementary os installed via Rufus,
After selecting the usb as a primary boot device I encounter mint's GRUB.
Whatever option I pick hovever (mint, or compability mint) the result is the same: display not working at all.
I can clearly hear the mint intro screen sound, and amplifying the sound witha a shortcut works, so the system is clearly loaded correctly.
I have tried disabling safety boot but it did not do a thing.
The laptop specs are:
- Asus k501LX laptop
- Dedicated GTX 950m
- Windows 10 x64 as base system
- i7-6500U 2.5Ghz
- 250GB SSD Drive, brand and model not found
What could be the issue here and how could I solve it?
Using grub commands nvidia/nouveau.modeset=0 did not solve the issue!
linux-mint usb dual-boot graphics
add a comment |
I have a usb with Linux Mint 18 and elementary os installed via Rufus,
After selecting the usb as a primary boot device I encounter mint's GRUB.
Whatever option I pick hovever (mint, or compability mint) the result is the same: display not working at all.
I can clearly hear the mint intro screen sound, and amplifying the sound witha a shortcut works, so the system is clearly loaded correctly.
I have tried disabling safety boot but it did not do a thing.
The laptop specs are:
- Asus k501LX laptop
- Dedicated GTX 950m
- Windows 10 x64 as base system
- i7-6500U 2.5Ghz
- 250GB SSD Drive, brand and model not found
What could be the issue here and how could I solve it?
Using grub commands nvidia/nouveau.modeset=0 did not solve the issue!
linux-mint usb dual-boot graphics
You could disable modesetting by appendingnouveau.modeset=0to the kernel line when you boot.
– jasonwryan
Nov 12 '16 at 4:17
Didn't work. Triednvidia.modeset=0without luck eiter
– aln447
Nov 14 '16 at 14:46
add a comment |
I have a usb with Linux Mint 18 and elementary os installed via Rufus,
After selecting the usb as a primary boot device I encounter mint's GRUB.
Whatever option I pick hovever (mint, or compability mint) the result is the same: display not working at all.
I can clearly hear the mint intro screen sound, and amplifying the sound witha a shortcut works, so the system is clearly loaded correctly.
I have tried disabling safety boot but it did not do a thing.
The laptop specs are:
- Asus k501LX laptop
- Dedicated GTX 950m
- Windows 10 x64 as base system
- i7-6500U 2.5Ghz
- 250GB SSD Drive, brand and model not found
What could be the issue here and how could I solve it?
Using grub commands nvidia/nouveau.modeset=0 did not solve the issue!
linux-mint usb dual-boot graphics
I have a usb with Linux Mint 18 and elementary os installed via Rufus,
After selecting the usb as a primary boot device I encounter mint's GRUB.
Whatever option I pick hovever (mint, or compability mint) the result is the same: display not working at all.
I can clearly hear the mint intro screen sound, and amplifying the sound witha a shortcut works, so the system is clearly loaded correctly.
I have tried disabling safety boot but it did not do a thing.
The laptop specs are:
- Asus k501LX laptop
- Dedicated GTX 950m
- Windows 10 x64 as base system
- i7-6500U 2.5Ghz
- 250GB SSD Drive, brand and model not found
What could be the issue here and how could I solve it?
Using grub commands nvidia/nouveau.modeset=0 did not solve the issue!
linux-mint usb dual-boot graphics
linux-mint usb dual-boot graphics
edited Apr 13 at 15:04
Rui F Ribeiro
42.1k1484142
42.1k1484142
asked Nov 12 '16 at 1:22
aln447aln447
1062
1062
You could disable modesetting by appendingnouveau.modeset=0to the kernel line when you boot.
– jasonwryan
Nov 12 '16 at 4:17
Didn't work. Triednvidia.modeset=0without luck eiter
– aln447
Nov 14 '16 at 14:46
add a comment |
You could disable modesetting by appendingnouveau.modeset=0to the kernel line when you boot.
– jasonwryan
Nov 12 '16 at 4:17
Didn't work. Triednvidia.modeset=0without luck eiter
– aln447
Nov 14 '16 at 14:46
You could disable modesetting by appending
nouveau.modeset=0 to the kernel line when you boot.– jasonwryan
Nov 12 '16 at 4:17
You could disable modesetting by appending
nouveau.modeset=0 to the kernel line when you boot.– jasonwryan
Nov 12 '16 at 4:17
Didn't work. Tried
nvidia.modeset=0 without luck eiter– aln447
Nov 14 '16 at 14:46
Didn't work. Tried
nvidia.modeset=0 without luck eiter– aln447
Nov 14 '16 at 14:46
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f322735%2fafter-grub-display-not-working-on-asus-laptop%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 Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f322735%2fafter-grub-display-not-working-on-asus-laptop%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
You could disable modesetting by appending
nouveau.modeset=0to the kernel line when you boot.– jasonwryan
Nov 12 '16 at 4:17
Didn't work. Tried
nvidia.modeset=0without luck eiter– aln447
Nov 14 '16 at 14:46