Ubuntu 16.04: how to boot into nomodeset from GRUB2 tty? Laptop with only NVIDIA M1000M
up vote
0
down vote
favorite
I installed Ubuntu 16.04 on a laptop solely equipped with NVIDIA M1000M graphics card. During installation I was able to edit the boot options from the GRUB menu (the one with try without installing, install, install as OEM) and add nomodeset to the boot command. If I didn't do this I would get a purple screen rather than the installation process.
Once Ubuntu 16.04 was installed, however, I can't figure out how to add nomodeset or boot into a terminal-only mode so I can install the necessary drivers. These are the things I tried:
hold shift while booting to load GRUB menu, but it never loads.
hold Ctrl+Alt+F[1-6] to go to terminal but didn't work.
hold Esc while booting gets me to the GRUB terminal. how can I boot into a nomodeset or terminal only mode from here to install the right drivers?
For context (not sure if these are relevant): BIOS has UEFI, 2HDs with RAID0.
Thanks!
16.04 drivers grub2 nvidia
add a comment |
up vote
0
down vote
favorite
I installed Ubuntu 16.04 on a laptop solely equipped with NVIDIA M1000M graphics card. During installation I was able to edit the boot options from the GRUB menu (the one with try without installing, install, install as OEM) and add nomodeset to the boot command. If I didn't do this I would get a purple screen rather than the installation process.
Once Ubuntu 16.04 was installed, however, I can't figure out how to add nomodeset or boot into a terminal-only mode so I can install the necessary drivers. These are the things I tried:
hold shift while booting to load GRUB menu, but it never loads.
hold Ctrl+Alt+F[1-6] to go to terminal but didn't work.
hold Esc while booting gets me to the GRUB terminal. how can I boot into a nomodeset or terminal only mode from here to install the right drivers?
For context (not sure if these are relevant): BIOS has UEFI, 2HDs with RAID0.
Thanks!
16.04 drivers grub2 nvidia
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed Ubuntu 16.04 on a laptop solely equipped with NVIDIA M1000M graphics card. During installation I was able to edit the boot options from the GRUB menu (the one with try without installing, install, install as OEM) and add nomodeset to the boot command. If I didn't do this I would get a purple screen rather than the installation process.
Once Ubuntu 16.04 was installed, however, I can't figure out how to add nomodeset or boot into a terminal-only mode so I can install the necessary drivers. These are the things I tried:
hold shift while booting to load GRUB menu, but it never loads.
hold Ctrl+Alt+F[1-6] to go to terminal but didn't work.
hold Esc while booting gets me to the GRUB terminal. how can I boot into a nomodeset or terminal only mode from here to install the right drivers?
For context (not sure if these are relevant): BIOS has UEFI, 2HDs with RAID0.
Thanks!
16.04 drivers grub2 nvidia
I installed Ubuntu 16.04 on a laptop solely equipped with NVIDIA M1000M graphics card. During installation I was able to edit the boot options from the GRUB menu (the one with try without installing, install, install as OEM) and add nomodeset to the boot command. If I didn't do this I would get a purple screen rather than the installation process.
Once Ubuntu 16.04 was installed, however, I can't figure out how to add nomodeset or boot into a terminal-only mode so I can install the necessary drivers. These are the things I tried:
hold shift while booting to load GRUB menu, but it never loads.
hold Ctrl+Alt+F[1-6] to go to terminal but didn't work.
hold Esc while booting gets me to the GRUB terminal. how can I boot into a nomodeset or terminal only mode from here to install the right drivers?
For context (not sure if these are relevant): BIOS has UEFI, 2HDs with RAID0.
Thanks!
16.04 drivers grub2 nvidia
16.04 drivers grub2 nvidia
edited Jan 17 '17 at 19:17
George Udosen
18.9k94266
18.9k94266
asked Jan 17 '17 at 19:05
Puppy Cyber
112
112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
The easiest way to do this is to boot from the live Ubuntu CD and boot into the interface with nomodset.
Now mount your hardisk by clicking to the left bar that shows the icon of your harddisk, nautilus will open, now close it.
Open the terminal and type:
sudo nautilus
The the Nautilus file manager will open once again.
Into the Nautilus click your harddisk icon (usually is bunch of numbers) to see your folders.
Open these folders:
etc - default
See the flie named grub
Open the file grub with gedit
Now search for the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And add the nomodset command to look like this: GRUB_CMDLINE_LINUX_DEFAULT="nomodset quiet splash"
Save and Quit gedit.
Restart and remove Ubuntu CD to boot from your harddisk.
To remove the nomodset command from your grub after you are done removing the proprietary Nvidia drivers open a terminal and:
sudo su
cd //
gedit /etc/default/grub
Is highly recommended to do not use the proprietary drivers since everything works fast and without tearing problems except if you are using Kali Linux with Nvidia cuda which is a different "dark" story.
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
add a comment |
up vote
0
down vote
I disabled UEFI secure boot in BIOS, and this allowed me to boot with into GRUB menu rather than directly or into GRUB terminal.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The easiest way to do this is to boot from the live Ubuntu CD and boot into the interface with nomodset.
Now mount your hardisk by clicking to the left bar that shows the icon of your harddisk, nautilus will open, now close it.
Open the terminal and type:
sudo nautilus
The the Nautilus file manager will open once again.
Into the Nautilus click your harddisk icon (usually is bunch of numbers) to see your folders.
Open these folders:
etc - default
See the flie named grub
Open the file grub with gedit
Now search for the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And add the nomodset command to look like this: GRUB_CMDLINE_LINUX_DEFAULT="nomodset quiet splash"
Save and Quit gedit.
Restart and remove Ubuntu CD to boot from your harddisk.
To remove the nomodset command from your grub after you are done removing the proprietary Nvidia drivers open a terminal and:
sudo su
cd //
gedit /etc/default/grub
Is highly recommended to do not use the proprietary drivers since everything works fast and without tearing problems except if you are using Kali Linux with Nvidia cuda which is a different "dark" story.
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
add a comment |
up vote
0
down vote
The easiest way to do this is to boot from the live Ubuntu CD and boot into the interface with nomodset.
Now mount your hardisk by clicking to the left bar that shows the icon of your harddisk, nautilus will open, now close it.
Open the terminal and type:
sudo nautilus
The the Nautilus file manager will open once again.
Into the Nautilus click your harddisk icon (usually is bunch of numbers) to see your folders.
Open these folders:
etc - default
See the flie named grub
Open the file grub with gedit
Now search for the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And add the nomodset command to look like this: GRUB_CMDLINE_LINUX_DEFAULT="nomodset quiet splash"
Save and Quit gedit.
Restart and remove Ubuntu CD to boot from your harddisk.
To remove the nomodset command from your grub after you are done removing the proprietary Nvidia drivers open a terminal and:
sudo su
cd //
gedit /etc/default/grub
Is highly recommended to do not use the proprietary drivers since everything works fast and without tearing problems except if you are using Kali Linux with Nvidia cuda which is a different "dark" story.
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
add a comment |
up vote
0
down vote
up vote
0
down vote
The easiest way to do this is to boot from the live Ubuntu CD and boot into the interface with nomodset.
Now mount your hardisk by clicking to the left bar that shows the icon of your harddisk, nautilus will open, now close it.
Open the terminal and type:
sudo nautilus
The the Nautilus file manager will open once again.
Into the Nautilus click your harddisk icon (usually is bunch of numbers) to see your folders.
Open these folders:
etc - default
See the flie named grub
Open the file grub with gedit
Now search for the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And add the nomodset command to look like this: GRUB_CMDLINE_LINUX_DEFAULT="nomodset quiet splash"
Save and Quit gedit.
Restart and remove Ubuntu CD to boot from your harddisk.
To remove the nomodset command from your grub after you are done removing the proprietary Nvidia drivers open a terminal and:
sudo su
cd //
gedit /etc/default/grub
Is highly recommended to do not use the proprietary drivers since everything works fast and without tearing problems except if you are using Kali Linux with Nvidia cuda which is a different "dark" story.
The easiest way to do this is to boot from the live Ubuntu CD and boot into the interface with nomodset.
Now mount your hardisk by clicking to the left bar that shows the icon of your harddisk, nautilus will open, now close it.
Open the terminal and type:
sudo nautilus
The the Nautilus file manager will open once again.
Into the Nautilus click your harddisk icon (usually is bunch of numbers) to see your folders.
Open these folders:
etc - default
See the flie named grub
Open the file grub with gedit
Now search for the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And add the nomodset command to look like this: GRUB_CMDLINE_LINUX_DEFAULT="nomodset quiet splash"
Save and Quit gedit.
Restart and remove Ubuntu CD to boot from your harddisk.
To remove the nomodset command from your grub after you are done removing the proprietary Nvidia drivers open a terminal and:
sudo su
cd //
gedit /etc/default/grub
Is highly recommended to do not use the proprietary drivers since everything works fast and without tearing problems except if you are using Kali Linux with Nvidia cuda which is a different "dark" story.
edited Jan 17 '17 at 22:34
answered Jan 17 '17 at 22:26
GoldHaloWings
23919
23919
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
add a comment |
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
Thanks for your answer! When I boot from the live USB I don't see a screen like askubuntu.com/questions/162075/… Instead it takes me straight to a menu with options Try Ubuntu Install Ubuntu OEM Install Check for Defects If I press c I am able to enter the grub terminal.
– Puppy Cyber
Jan 19 '17 at 16:38
add a comment |
up vote
0
down vote
I disabled UEFI secure boot in BIOS, and this allowed me to boot with into GRUB menu rather than directly or into GRUB terminal.
add a comment |
up vote
0
down vote
I disabled UEFI secure boot in BIOS, and this allowed me to boot with into GRUB menu rather than directly or into GRUB terminal.
add a comment |
up vote
0
down vote
up vote
0
down vote
I disabled UEFI secure boot in BIOS, and this allowed me to boot with into GRUB menu rather than directly or into GRUB terminal.
I disabled UEFI secure boot in BIOS, and this allowed me to boot with into GRUB menu rather than directly or into GRUB terminal.
answered Jan 27 '17 at 18:19
Puppy Cyber
112
112
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.
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%2f873051%2fubuntu-16-04-how-to-boot-into-nomodeset-from-grub2-tty-laptop-with-only-nvidia%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