Results 1 to 4 of 4

Thread: installed 12.04 and now its just a black screen!!

  1. #1
    Join Date
    Jul 2012
    Beans
    12

    Exclamation installed 12.04 and now its just a black screen!!

    i just freshly installed ubuntu 12.04 and now i get a back screen when i turn my computer on. however i installed it via usb and somehow the grub is on there! everything else seemsto be on the hard drive. so in order to start ubuntu i have to plug in my usb. hit f12 have it boot from the usb. (i then can remove the usb) i dont want to have to do it that way every time i start my pc. how can i fix it? oh and while doing the updates. it said grub was missing (i had the usb unpluged) and it try to fix it but failed.

  2. #2
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: installed 12.04 and now its just a black screen!!

    So grub is missing.
    Run the following, with X being the your Ubuntu drive:
    Code:
    sudo grub-install /dev/sdX
    For me that would be
    Code:
    sudo grub-install /dev/sda
    I think the first hard disk is always /dev/sda and if you have a second disk then that would be /dev/sdb and so forth.

  3. #3
    Join Date
    Jul 2012
    Beans
    12

    Re: installed 12.04 and now its just a black screen!!

    sweet! work perfectly thank you!!

  4. #4
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: installed 12.04 and now its just a black screen!!

    Good!! Pass the popcorn!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •