LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Help? I installed Ubuntu (Tobisha usb hdd) And no matter what I do I get grub errors? (https://www.linuxquestions.org/questions/ubuntu-63/help-i-installed-ubuntu-tobisha-usb-hdd-and-no-matter-what-i-do-i-get-grub-errors-4175445530/)

abcde597 01-18-2013 05:05 PM

I tried to ls the other partitions it found, and I got an error stating "Unknown Filesystem".
Then I try: ls (hd0,msdos1)/
And I get the listing for my root directory.
But then when I try to ls (hd0,msdos1)/boot/ , I get
Quote:

error: attempt to read or write outside of disk 'hd0'.
Trying to list the contents of any directory past my root directory gets that error.

celticdevildog 01-18-2013 07:20 PM

Quote:

Originally Posted by abcde597 (Post 4873179)
I tried to ls the other partitions it found, and I got an error stating "Unknown Filesystem".
Then I try: ls (hd0,msdos1)/
And I get the listing for my root directory.
But then when I try to ls (hd0,msdos1)/boot/ , I get

Trying to list the contents of any directory past my root directory gets that error.

Ok. Try the following

Code:

set root=(hd0,msdos1)
ls /
ls /boot

Also, boot into the bios and check the reported drive size.

And, do you have a liveCD?

abcde597 01-19-2013 12:53 PM

Quote:

Try the following
Code:

set root=(hd0,msdos1)

Above works just fine.
Quote:

ls /
Same error.
Quote:

Code:

ls /boot

Same error.
Quote:

Also, boot into the bios and check the reported drive size.
Call me a newbie, but I have no idea how to do that.
Quote:

And, do you have a liveCD?
Yes, I have several.

This is frustrating! :banghead:

celticdevildog 01-19-2013 09:10 PM

Every BIOS is different but it will usually be on the summary page or something like that. What you're looking for is if the BIOS reports that the drive is about 137GB (which is a limitation of some BIOSes). If it is, then most likely your /boot partition is past that on your disk so you could either try and resize the partitions or try the Boot-Repair option from Ubuntu.

I think this may be your best option.

Boot with your Ubuntu LiveCD and follow the instructions here for using the Boot-Repair program.

Make sure you note the URL that it gives that way I can try and help more if it doesn't work.

Code:

Recommended repair

    1. launch Boot-Repair from either :
        1. the Dash (the Ubuntu logo at the top-left of the screen)

        2. or System->Administration->Boot-Repair menu (Ubuntu 10.04 only)
        3. or by typing 'boot-repair' in a terminal

    2. Then click the "Recommended repair" button. When repair is finished, note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then reboot and check if you recovered access to your OSs.
    3. If the repair did not succeed, indicate the URL to people who help you by email or forum.



All times are GMT -5. The time now is 08:16 PM.