Results 1 to 10 of 10

Thread: [SOLVED] HD Deleted

  1. #1
    Join Date
    May 2008
    Location
    St. Louis, MO
    Beans
    865

    [SOLVED] HD Deleted

    My computer was working fine until I restarted it, then I was getting an error that said, something about a disk read error or something. I can restart to get the exact message. I had to boot into live-cd to get on the website.

    I went into GParted, and it only shows an unallocated part, and nothing else.

  2. #2
    Join Date
    May 2008
    Location
    St. Louis, MO
    Beans
    865

    Re: HD Deleted

    I just checked "places" and i can still mount my windows and linux partition. I went to check the grub menu, and nothing's there. is there a default file i can just copy into it?

  3. #3
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HD Deleted

    need a little more information. how long ago did you install?? What were you doing yesterday? today right before you restarted? is data recovery a priority?

    sounds like maybe you were running off a live cd all along? hard drive definitely didn't delete itself, so you must have done something to delete the partition?
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  4. #4
    Join Date
    May 2008
    Location
    St. Louis, MO
    Beans
    865

    Re: HD Deleted

    I installed winxp dual boot with ubuntu already installed. I wasn't home yesterday, my sister was and she said she didn't do anything with the computer. Yeah, it is a priority because I don't feel like re-doing everything.

    And no, I haven't been running off the live-cd, that'd be a big thing to miss. It seems as if something happened to grub menu.

  5. #5
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HD Deleted

    If you installed win XP after installing Ubuntu you are going to have to setup grub again, it is probably a lot easier if you run in a terminal:

    Code:
    sudo aptitude reinstall grub
    Also have a look at this thread:

    http://ubuntuforums.org/showthread.php?t=224351

    Jim

  6. #6
    Join Date
    May 2008
    Location
    St. Louis, MO
    Beans
    865

    Re: HD Deleted

    Okay, well my HD isn't deleted, I overreacted.
    I get the following error when I try to boot up my computer:

    Code:
    non-system or disk error,
    replace and strike any key
    The only way I can boot up is by getting into the live-cd and going to "boot from hard disk" or whatever the last option says.

    I tried:

    Code:
    sudo aptitude reinstall grub
    but it still gives me that error.

    My 'sudo fdisk -l' gives me:

    Code:
    Disk /dev/sda: 60.0 GB, 60060155904 bytes
    255 heads, 63 sectors/track, 7301 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xfcb1ec06
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               1        4884    39230698+  83  Linux
    /dev/sda2   *        5654        7031    11068785    7  HPFS/NTFS
    /dev/sda3            7032        7301     2168775    5  Extended
    /dev/sda4            4885        5653     6176992+   7  HPFS/NTFS
    /dev/sda5            7032        7301     2168743+  82  Linux swap / Solaris
    
    Partition table entries are not in disk order
    and when i try 'cat /boot/grub/menu.lst', i get:
    Code:
    cat: /boot/grub/menu.lst: No such file or directory

  7. #7
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HD Deleted

    There probably isn't that particular file on the live cd you have to mount your linux partition:

    Code:
    sudo mount /dev/sda1 /mnt
    then try:

    Code:
    cat /mnt/boot/grub/menu.lst
    Jim

  8. #8
    Join Date
    Aug 2007
    Location
    Buenos Aires, Argentina
    Beans
    731
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HD Deleted

    Are you booting from the hard disk? Maybe theres a floppy disk on your computer.
    Remember to thank me by pressing the star below my post if I was helpful
    The world started on 1970. Anyone claiming to be over 39 is a liar.
    Vote for better prefixes!

  9. #9
    Join Date
    May 2008
    Location
    St. Louis, MO
    Beans
    865

    Re: HD Deleted

    Quote Originally Posted by cariboo907 View Post
    There probably isn't that particular file on the live cd you have to mount your linux partition:

    Code:
    sudo mount /dev/sda1 /mnt
    then try:

    Code:
    cat /mnt/boot/grub/menu.lst
    Jim
    Well, I can get on my normal ubuntu, I just have to go through live-cd first. Should I get on live-cd and do those commands, or normal ubuntu?


    Are you booting from the hard disk? Maybe theres a floppy disk on your computer.
    Nah, i haven't even seen floppies in like 4 years.

    ----edit (omfg)----

    Wow, just wow. You were completely right. My sister left a floppy disk in the floppy disk..thingy, and it was trying to boot up at the beginning. If i could delete this topic, i so would right now.

    *walks to the hall of shame..*

    !!
    Last edited by adobrakic; July 7th, 2008 at 12:50 AM.

  10. #10
    Join Date
    Aug 2007
    Location
    Buenos Aires, Argentina
    Beans
    731
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [SOLVED] HD Deleted

    Don't worry, that happens all the time.
    Remember to thank me by pressing the star below my post if I was helpful
    The world started on 1970. Anyone claiming to be over 39 is a liar.
    Vote for better prefixes!

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
  •