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 ...
- 04-15-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 4
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.
- 04-15-2009 #2
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
- 04-15-2009 #3
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
- 04-17-2009 #4Just 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
- 04-17-2009 #5Just 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
- 04-17-2009 #6Just 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
- 04-17-2009 #7Linux Guru
- 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!
- 04-18-2009 #8
Lets check Partition Structure of your Hard disk first. Just boot up from LiveCD of any Distro, open Terminal and execute this
OrCode:su - fdisk -l
* Its small L in fdisk -l.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-18-2009 #9Linux Guru
- 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
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!
- 04-18-2009 #10If there is more than one, Members tell us the device name assigned to disk in question in the reply most of the time.That will list all the discs that are connected to the system.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
