Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 04:15
Show Gist options
  • Save laurencedawson/1765395 to your computer and use it in GitHub Desktop.
Save laurencedawson/1765395 to your computer and use it in GitHub Desktop.
Grub editing
# Open the grub options in the nano editor
sudo nano /boot/grub/grub.cfg
# An example entry with the nomodeset appended
linux /boot/vmlinuz-3.0.0-14-... ro quiet splash vt.handoff=7 nomodeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment