Find the answer to your Linux question:
Results 1 to 3 of 3
Install went fine, no error messages, however when system completed install, I removed the cd and system rebooted. Instead of going to desktop, it brings up a grub prompt telling ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    2

    Ubuntu 10.04 boots to grub

    Install went fine, no error messages, however when system completed install, I removed the cd and system rebooted. Instead of going to desktop, it brings up a grub prompt telling me to press the 'tab" key to get a list of commands. I have no clue what to do now. How do I get Ubuntu to boot normally?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Try to re-install GRUB.
    Boot up from Ubuntu LiveCD, open Terminal and execute this
    Code:
    sudo mount /dev/sdXY /mnt
    sudo grub-install --root-directory=/mnt /dev/sdX
    sudo umount /mnt
    Replace sdXY with root partition in first command. sdX is device name assigned to Hard disk.

    If you have any confusion, post the output of sudo fdisk -l command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    2
    Did not work so cleaned disk(removed partitions) and started again, same thing. Switched to Kubuntu, same thing. I think the ISO disk may be corrupt so ordered a dvd which will arrive in about 4-6 weeks and will try again.

    I did note that there were grub issue with the distro and said to have been fixed...wonder if this is a derivative of that bug? I know it was said to be for those dual booting, but this is too weird. Last two releases would not load...same hardware that previous distros loaded on with no problem...

    Thanks for the response...

Posting Permissions

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