0

I installed Ubuntu 12/04 64 bit on my desktop using the Nomodeset on boot screen. After the CD finished installing it asked me to restart, I hit restart button, my CD pops out so I take it out and close the DVD drive. When my computer restarted on boot screen it got all purple and warped looking and just sits there like that. Please help, I think it's my gfx card but I don't know what to do to fix this.

Ben
  • 9

1 Answers1

1

You should try adding nomodeset to the default boot again. After the BIOS screen finishes on your computer press Esc quickly and then scroll to the kernel you want to boot. Add nomodeset to the end of the line which starts with "linux" and then boot.

If that works you'll want to make it permanent in which case you have to edit the default grub file:

sudo gedit /etc/default/grub

add nomodeset to end of the line which starts with GRUB_CMDLINE_LINUX_DEFAULT then type sudo update-grub and reboot.

labarna
  • 2,614
  • 2
  • 22
  • 32
  • @user60194 Yes, labama's answer is correct. If you need something explained in more detail just search around. This topic is repeatedly asked & answered. For example, you can try the second part of this answer which I thought laid out the steps fairly well. – irrational John May 04 '12 at 02:35
  • Thanks for your help, I had the same problem. However, the file to edit seems to be /etc/default/grub, not /etc/grub –  May 08 '12 at 14:19
  • Your first step worked perfectly, now where do I type in the 'sudo gedit /etc/grub' to make nomodeset permanent? –  May 04 '12 at 00:50
  • in any terminal or if you running gnome-shell or unity press Alt-F2 – labarna May 04 '12 at 02:38
  • @RolfSander Of course you're right, I could've sworn that's what I had typed initially, but there are no other edits so the blame can only fall on me... – labarna May 12 '12 at 00:18