Results 1 to 7 of 7

Thread: disk read error help     submit to reddit submit to twitter

  1. #1
    Cerberus
    Join Date
    Oct 2008
    Posts
    436
    BG Level
    4

    disk read error help

    Ok so my gfs pc is having some troubles. When it starts up it goes to the alienware start up screen (back screen grey alien head) at this point i can hit f2/f12 to enter the start up bios. If i let it go past that it goes to a black screen and simply says:

    Disk read Error please press CTRL + ALT + Delete to restart.

    Any ideas?

  2. #2
    Cerberus
    Join Date
    Oct 2008
    Posts
    436
    BG Level
    4

    Also it never makes it to the screen to choose to boot in safe mode

  3. #3
    The Wang
    Join Date
    Jun 2006
    Posts
    1,343
    BG Level
    6
    FFXIV Character
    Furt Wangler
    FFXIV Server
    Coeurl
    FFXI Server
    Sylph

    If you go into the bios is your boot hard drive listed? check your connections/power cable to the drive.

  4. #4
    Cerberus
    Join Date
    Oct 2008
    Posts
    436
    BG Level
    4

    when i hit F12 it ask me if i wanna load the cd or HD i choose HD, pauses a few sec then gives me same error

  5. #5
    E. Body
    Join Date
    Sep 2007
    Posts
    2,019
    BG Level
    7
    FFXI Server
    Fenrir

    Quote Originally Posted by Skie View Post
    Ok so my gfs pc is having some troubles. When it starts up it goes to the alienware start up screen (back screen grey alien head) at this point i can hit f2/f12 to enter the start up bios. If i let it go past that it goes to a black screen and simply says:

    Disk read Error please press CTRL + ALT + Delete to restart.

    Any ideas?
    Usually this means it can't find your harddrive.

    Check your BIOS settings and see your boot priority. Normally it's:

    - CDROM
    - HDD
    So that you can boot from a recovery CD or what not if present, otherwise boot your OS off the harddrive.

    I'm assuming you have nothing in your CD drive so it's trying to load your OS off your harddrive and can't find it. Follow the previous suggestion and see if the harddrive is showing up in your BIOS (or when you boot up, in verbose mode, it should flash the RAM and then the disk devices it finds on your machine if you can read it fast). If not, then something is wrong.

    Either a cable came loose or your harddrive has failed :/

  6. #6
    Cerberus
    Join Date
    Oct 2008
    Posts
    436
    BG Level
    4

    OK got around to messing with it today. checked the boot priority and it had the USB ports and stuff listed but moved CD to #1, Hd to #1. Nada, Opened it up and pushed a little on the connectors to see if it helped anything. Nada. blew some of the dust off the memory sticks and Nada (was worth a shot) took out the HD and re-connected it. Nada. I also tried to boot it without the HD in it and it simply said "OS not found". anyway to test if the HD is fried?

  7. #7
    PROM KING OF
    SHOWDOWN HIGH

    Join Date
    Dec 2008
    Posts
    65
    BG Level
    2

    Download GParted

    It's a livecd that will let you examine the size, health, filesystem, partition tables, so on of all your media. You can boot into this environment without making any changes to the hard disk. Depending on the BIOS, "disk read error" might mean that it's not able to read anything from the disk, in which case it won't show up in GParted at all, or it might mean that your BIOS didn't find a bootloader on any partition, which can be fixed with an OS disc, usually.

    This gets a little tricky, but once you've booted into the livecd, you can open a terminal and issue the following commands to get a little bit more info:

    Code:
    sudo /bin/bash
    Code:
    dmesg | grep sd
    You should see something like this come up:

    Code:
    dmesg:[    0.000000] Kernel command line: root=/dev/sda2 ro quiet
    dmesg:[    4.946461] Driver 'sd' needs updating - please use bus_type methods
    dmesg:[    4.946461] sd 0:0:0:0: [sda] 156312576 512-byte hardware sectors (80032 MB)
    dmesg:[    4.946461] sd 0:0:0:0: [sda] Write Protect is off
    dmesg:[    4.946461] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    dmesg:[    4.946461] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    If you can see that, that'll let you know that the hard disk is (probably) operating normally, and that there's a problem with its bootloader.

Similar Threads

  1. FF XIV install error, help ; ;
    By Thomas in forum Tech
    Replies: 3
    Last Post: 2010-10-12, 15:58
  2. Disk Drive Error.
    By Skie in forum Tech
    Replies: 9
    Last Post: 2010-03-19, 08:24
  3. Replies: 5
    Last Post: 2010-02-15, 13:16
  4. Help please, POL Error codes
    By Hubie in forum Tech
    Replies: 3
    Last Post: 2008-04-13, 19:25
  5. Boot from cd: Disk Boot error
    By Eaglestrike in forum Tech
    Replies: 9
    Last Post: 2008-01-28, 03:02
  6. Replies: 13
    Last Post: 2007-04-20, 11:58