Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: error: hd0 out of disk

  1. #1
    Join Date
    Jan 2011
    Beans
    123

    error: hd0 out of disk

    My computer this morning booted up and just says:

    Code:
    error: hd0 out of disk.
    grub rescue> _
    Please help? It was running Ubuntu 12.04 64-bit perfectly fine before.
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: error: hd0 out of disk

    Since it was working before I might try e2fsck on any or all ext partitions.


    #From liveCD so everything is unmounted,swap off if necessary, change example shown with partition sdb1 to your partition(s)
    #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required
    sudo e2fsck -C0 -p -f -v /dev/sdb1
    #if errors: -y auto answers yes for fixes needing response see man e2fsck
    sudo e2fsck -f -y -v /dev/sdb1


    If that does not work, see this, but it is more for new installs with the issue:

    Out of disk error add to grub install disk-module=ata or use Boot-Repair ATA Disk support
    HOWTO: dualboot on big disk (BIOS limitations)
    https://help.ubuntu.com/community/In...buntuOnBigDisk
    http://ubuntuforums.org/showthread.php?t=1998257
    Large external drive still needed /boot at beginning:
    http://ubuntuforums.org/showthread.php?t=1888497
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Jan 2011
    Beans
    123

    Re: error: hd0 out of disk

    Quote Originally Posted by oldfred View Post
    Since it was working before I might try e2fsck on any or all ext partitions.


    #From liveCD so everything is unmounted,swap off if necessary, change example shown with partition sdb1 to your partition(s)
    #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required
    sudo e2fsck -C0 -p -f -v /dev/sdb1
    #if errors: -y auto answers yes for fixes needing response see man e2fsck
    sudo e2fsck -f -y -v /dev/sdb1
    I typed "sudo e2fsck -c -p -f -v /dev/sda1" and now I'm waiting for a response from the computer. All I see is a white cursor right under the entry. *waiting*

    Edit: 15 minutes later and still no response or sign of what's happening. Is this normal? *waiting*
    Last edited by Simeo; July 23rd, 2012 at 07:35 PM. Reason: Update
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: error: hd0 out of disk

    Did you do that from liveCD?

    Is sda1 your ext4 partition?
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Jan 2011
    Beans
    123

    Re: error: hd0 out of disk

    Quote Originally Posted by oldfred View Post
    Did you do that from liveCD?

    Is sda1 your ext4 partition?
    Yes, I did it from liveCD. sda1 is my main ext4 ubuntu partition.

    I'm still "waiting" by the way... :\
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

  6. #6
    Join Date
    Jan 2011
    Beans
    123

    Re: error: hd0 out of disk

    Still nothing. It just sits there on the terminal. Anybody have any advice or help please? I can't even mount my hard drive from boot usb to backup files so I could do a clean reinstall.
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

  7. #7
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: error: hd0 out of disk

    I assume BIOS sees drive.

    What does Disk Utility show. If you click on drive is it green or not? All I really know is drive needs to be green or it is failing.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #8
    Join Date
    Jan 2011
    Beans
    123

    Re: error: hd0 out of disk

    Quote Originally Posted by oldfred View Post
    I assume BIOS sees drive.

    What does Disk Utility show. If you click on drive is it green or not? All I really know is drive needs to be green or it is failing.
    Sorry it took so long to reply. I had to borrow another computer to have some of the day's work done.

    Disk Utility shows a green dot and says: Disk has a few bad sectors

    What should I do?
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

  9. #9
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: error: hd0 out of disk

    That Disk Utility says drive is ok is good, but that nothing, grub nor e2fsck can open partition is not good.

    Does testdisk open partition or show errors?

    Part of testdisk which is in the repositories or most recovery CDs.
    repairs including testdisk info & links
    http://members.iinet.net.au/~herman546/p21.html
    https://help.ubuntu.com/community/Da...st%20Partition

    Instructions
    http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step
    http://www.cgsecurity.org/wiki/Menu_Analyse
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #10
    Join Date
    Jan 2011
    Beans
    123

    Re: error: hd0 out of disk

    Quote Originally Posted by oldfred View Post
    That Disk Utility says drive is ok is good, but that nothing, grub nor e2fsck can open partition is not good.

    Does testdisk open partition or show errors?
    Running TestDisk now. Will update as soon as I'm finished.

    Edit: The "Deep Scan" is currently at 73% and showing 13 partitions I didn't know about.... if I'm reading this correctly...
    Last edited by Simeo; July 24th, 2012 at 06:24 PM. Reason: Update on Scan
    64-Bit Ubuntu 12.04 (NEVER buy an HP laptop)

Page 1 of 2 12 LastLast

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
  •