Find the answer to your Linux question:
Results 1 to 10 of 10
i had redhat and xp on my system previously.There was some problem coming in the linux the i had.So i decided to remove that and reinstall it. But unknowingly i ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4

    Exclamation unable to install redhat or fedora

    i had redhat and xp on my system previously.There was some problem coming in the linux the i had.So i decided to remove that and reinstall it. But unknowingly i deleted the partition containing the red hat from the windows directly.
    Now when i m installing redhat or fedora ,its not getting installed. The error message is :-Unable to read the drive.

    I urgently need to install linux. Please if anybody can help.

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

    Installation error has nothing to do with earlier installation of Linux.
    Something is wrong with installation CD/DVD only. Have you checked same installation media in other machine? Did you burn installation CD/DVD yourself?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    If you're not concerned with preserving what's on the harddrive, I'd recommend using something like the GParted liveCD. Download and burn it, then boot your computer with it. You'll get a graphical utility similar to the one in XP that lets you add/delete/format all the partitions on your drive. Just delete all of them, save your changes, and reboot with a Linux disc. You should be able to install then.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    there is no any such problem in the DVD. The same problem is there with the other
    DVD's also.

    The Error coming is:-"The Partition Table on the device sda was unreadable

  5. #5
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    The Error coming while installing is:-"The Partition Table on the device sda was unreadable".

    Plz if u could help

  6. #6
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    Is there any problem in the MBR. If so how can it be resolved.Please tell me some appropriate solution

  7. #7
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Boot the liveCD but don't choose to install. Also, do not mount the drive. Just run the fdisk command on the root of the drive, such as: fdisk /dev/sda
    Even if it complains, it should at least show some information about the disc. Assuming it doesn't terminate, execute the 'm' command to see the fdisk menu. You will see that the 'l' command will list the contents of the table. Try that first. If that doesn't work, then the 'o' command will create a new empty DOS partition table. This is what you want to do if the partition table is well and truly frelled. Unfortunately, when you do this, your Windows partition will be gone, though if you remember what its settings were previously (offset, size), you might be able to preserve it by creating the Windows partition with the same settings. Finally, issue the 'w' command to write the table to disc and exit. Now, you should be able to install the operating system on the disc.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Lets check Partition Structure of your Hard disk first. Just boot up from LiveCD of any Distro, open Terminal and execute this
    Code:
    su -
    fdisk -l
    Or
    Code:
    sudo fdisk -l
    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by devils casper View Post
    Lets check Partition Structure of your Hard disk first. Just boot up from LiveCD of any Distro, open Terminal and execute this
    Code:
    su -
    fdisk -l
    Or
    Code:
    sudo fdisk -l
    * Its small L in fdisk -l.
    That will list all the discs that are connected to the system. My instructions below were assuming you run fdisk on the disc in question. Run fdisk /dev/sda (or whatever device id your disc is associated with). Then when you are at the fdisk prompt, type the letter 'l' (lower case). Sorry if this wasn't clear. Everything I was suggesting is done inside fdisk.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    That will list all the discs that are connected to the system.
    If there is more than one, Members tell us the device name assigned to disk in question in the reply most of the time.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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