How to Manually Set nomodeset Kernel Boot Line Option in Linux

概要: 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.

この記事は次に適用されます: この記事は次には適用されません: この記事は、特定の製品に関連付けられていません。 すべての製品パージョンがこの記事に記載されているわけではありません。

現象

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.

原因

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.

解決方法

Solution 1

  1. With media attached, turn on the computer.
  2. Watch for the GNU GRUB bootloader screen.
  3. When you see the option for Ubuntu as shown, press the E key on your keyboard.
    the option for Ubuntu 
  4. 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***
    use the arrow keys to locate the end of the line  
  5. Type the following line option into the end of the line.
    nomodeset
    Type the nomodeset line option  
  6. Press CTRL+X keys to boot to the normal installer or live environment like normal.

Solution 2

  1. Open a terminal and type the following:
    sudo gedit /etc/default/grub
  2. Enter your password if prompted.
  3. Move the cursor to the line that looks like the following:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    Look for the line that says GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"  
  4. 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)
    Change the line to say GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"   
  5. Click Save.
  6. Close the window.
  7. In the terminal, type the following and press enter:
    sudo update-grub2
  8. Once complete, reboot your computer with this change made.

その他の情報

Out of Warranty support 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.
文書のプロパティ
文書番号: 000123893
文書の種類: Solution
最終更新: 21 7月 2026
バージョン:  11
質問に対する他のDellユーザーからの回答を見つける
サポート サービス
お使いのデバイスがサポート サービスの対象かどうかを確認してください。