Quote:
Originally posted by ScreeminChikin
I'm trying to get redhat 7.3 installed and when I get to the partitioning stage I keep getting a partitioning failed: could not allocate partition error. Any idea what causes this. For referance, the machine is a pentium 75 with 24 meg, and a 1.2G drive. I have disk access set to other as directed in the bios for a unix system. I tried it in dos access mode and that didnt work either.
|
Hmmm, this shouldn't happen (so far, I'm not much help).
So what we're going to do is to bypass that newfangled partitioning software and get back to the god old (reliable) stuff.
Reboot again with the Redhat CD and let the install process get to where it asks about your partions.
Then follow these instructions:
1) Hit <CONTROL><ALT><F2> to enter into a new tty.
2) Type in "fdisk /dev/hda" and hit enter.
3) hit "p" to print out your current partitions.
4) Hit "d" and the partition number(s) to delete these partitions. Delete them all.
(I'm assuming that you have a "linux only" disk here and it currently does
NOT have any data that you wish to keep. Because this will surely destroy any data on it).
5) hit "n" and create a 128 meg partition. This will be your swap on your meager disk. Did I say "meager"? Sorry.
A "primary" partition on a linux only machine will do just fine, so make this partition #1.
6) Hit "t" and change this partition type to "linux swap". This would be type #82.
7) Hit "n" and create another partition using the remainder of the drive. It should default to the "linux" type (#83). Make this partition #2.
8 Hit "w" if you are sure that this is what you want to do. Otherwise hit "q".
The easiest thing to do now would be to cycle power on your box and restart the installation -- this time skipping the partitioning portion of the install.
If you still get this error try adjusting the size of your partitions, but I think that this will do it for you.
Here's a nice little fdisk tutorial:
http://www.linuxplanet.com/linuxplan...orials/3174/1/
John