• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to use nomodeset to Troubleshoot Boot Issues

by admin

“nomodeset” is a kernel boot parameter that can be used to resolve some boot-related problems on Linux systems. It is often used when the system is unable to display the graphical user interface (GUI) due to driver or hardware issues.

When “nomodeset” is added as a kernel boot parameter, it instructs the Linux kernel to disable the video mode setting (mode setting) during the boot process. This can help to prevent conflicts with video drivers that may be causing the boot failure, allowing the system to boot successfully into a basic graphical mode or console mode.

To use “nomodeset”, you can add the parameter to the boot options when starting your Linux system. The exact process may vary depending on your Linux distribution and bootloader, but generally, you can follow these steps:

1. First launch a terminal window.
(You can launch a terminal window like this: *Click*)

2. Then type in the terminal (use copy/paste):

xed admin:///etc/default/grub

Press Enter.

3. Find the following line:

GRUB_CMDLINE_LINUX=""

Replace it by this line:

GRUB_CMDLINE_LINUX="nomodeset"

Save the modified configuration file and close it.

4. Then run (note the dash in the command!):

$ sudo update-grub

5. Finally, reboot.

Once your system boots successfully using “nomodeset”, you can try to diagnose and fix the underlying issue that caused the boot failure. This may involve installing or updating video drivers, adjusting display settings, or replacing faulty hardware components.

Summary

“nomodeset” is a kernel boot parameter that is used on Linux systems to disable the video mode setting (mode setting) during the boot process. This parameter is often used to address issues related to graphics drivers or hardware that prevent the system from booting or displaying the graphical user interface (GUI).

Filed Under: Linux

Some more articles you might also be interested in …

  1. file: command not found
  2. CentOS / RHEL 7 : How to enable or disable automatic updates (via packagekit)
  3. einfo: command not found
  4. Linux OS Service ‘cpuspeed’
  5. coredumpctl Command Examples in Linux
  6. lsusb: command not found
  7. Unable to ssh to server after integration into Active Directory (AD) Domain [CentOS/RHEL 7]
  8. How to connect to an Active Directory Domain using Realmd (Configure CentOS/RHEL 7 as active directory client)
  9. Sa Command Examples in Linux
  10. what does .tar file mean

You May Also Like

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright