How to Manually Set nomodeset Kernel Boot Line Option in Linux
Riepilogo: Resolve graphics-related boot problems with Linux. Learn how to set the GRUB "nomodeset" Ubuntu boot option and use the "nomodeset" kernel boot line for smoother booting.
Questo articolo si applica a
Questo articolo non si applica a
Questo articolo non è legato a un prodotto specifico.
Non tutte le versioni del prodotto sono identificate in questo articolo.
Sintomi
YGeneric Canonical Ubuntu media (some OEM Dell media) or other Linux media does not boot to the live environment or installer as usual and instead the computer may stop responding or get stuck.
The first troubleshooting step that may resolve your boot issue and allow you to install Ubuntu is to disable the intel graphics features by setting the nomodeset option before boot.
You can do this either for one-time booting as shown in Solution 1 or you can also make it permanent as seen in Solution 2.
Causa
Note: Solution 1 is good for booting off USB or Install media. Solution 2 is good for making permanent if your OS crashes or stops responding after installing.
Risoluzione
Solution 1
- With media attached, turn on the computer.
- Watch for the GNU GRUB bootloader screen.
- When you see the option for Ubuntu as shown, press the E key on your keyboard.
- In the editor, use the arrow keys to locate the end of the line that starts with the following. Each bootloader may say something slightly different.
linux /boot/vmlinuz***
- Type the following line option into the end of the line.
nomodeset
- Press CTRL+X keys to boot to the normal installer or live environment like normal.
Solution 2
- Open a terminal and type the following:
sudo gedit /etc/default/grub - Enter your password if prompted.
- Move the cursor to the line that looks like the following:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
- Change that line to match the following:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
(you can also remove quiet and or splash variables to troubleshoot no-boot issues)
- Click Save.
- Close the window.
- In the terminal, type the following and press enter:
sudo update-grub2 - Once complete, reboot your computer with this change made.
Informazioni aggiuntive
Out of warranty? No problem. Browse to the Dell.com/support website and enter your Dell Service Tag and view our offers.
NOTE: Offers are only available for US, Canada, UK, France, Germany, and China personal computer customers. Server and Storage not applicable.
Proprietà dell'articolo
Numero articolo: 000123893
Tipo di articolo: Solution
Ultima modifica: 19 apr 2026
Versione: 9
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.