Install not working, bios settings?
Hi I've been trying for weeks now to try and install a few different distros to two different 40GB IDE drives without luck.
I have tried fdisk, cfdisk, mke2fs and qtparted. No matter what I use there appears to be 1.69GB of used space on /dev/hda1 when I restart qtparted, this just after reformatting it as ext2 or ext3.
I am trying to create /dev/hda1 as a 34 GB partition and /dev/hda2 as a 6 GB swap partition.
This leads me to believe this has something to do with my Bios not 'seeing' /dev/hda properly. But I have tried the install using LBA, Large Disk, Auto and Normal all without luck.
I've also done a
dd if=/dev/zero of=/dev/hda
on both hard drives to make sure it's not some screwy mbr issue. No luck either. Seriously running out of ideas. Both drives previously had XP running fine on them so it's safe to say they're not hooped either.
Any advice is appreciated!!
I have tried fdisk, cfdisk, mke2fs and qtparted. No matter what I use there appears to be 1.69GB of used space on /dev/hda1 when I restart qtparted, this just after reformatting it as ext2 or ext3.
I am trying to create /dev/hda1 as a 34 GB partition and /dev/hda2 as a 6 GB swap partition.
This leads me to believe this has something to do with my Bios not 'seeing' /dev/hda properly. But I have tried the install using LBA, Large Disk, Auto and Normal all without luck.
I've also done a
dd if=/dev/zero of=/dev/hda
on both hard drives to make sure it's not some screwy mbr issue. No luck either. Seriously running out of ideas. Both drives previously had XP running fine on them so it's safe to say they're not hooped either.
Any advice is appreciated!!
Comments
What distros did you try to install?
Tried Slax, Knoppix, Fedora, Kanotix, Debian.
Have you tried letting the installers just auto partition the devices? Unless I have a very specific need for a partition layout I just go with the defaults. Typically this works flawlessly.
What type of errors are you getting?
Also if the drive says it is 40 gigs, you probably only getting in the high 30's. So perhaps try something like 34 gigs for the main partition and 3 or 4 for the swap.
+1
When I do a:
mke2fs -t ext3 /dev/hda1
It returns an "invalid block count". fsck and mkfs report no such errors. When I use qtparted it shows a strange 1.69GB space being used in /dev/hda1 and says that it formats everything until I run it again and there's that 1.69GB again!!
I have all boot virus disabled, all shadow memory is disabled, PnP is disabled.
Strangely, when I use a live Knoppix CD to mount /dev/hda1 after it seems everything is where it should be. On some attempts if will give me a prompt to load the kernel after Grub stage 2 but that fails with hd0 not found errors.
So this has me thinking it has something to do with the BIOS settings or Grub. LBA does seem to report the right number of sectors and tracks though....
Any other ideas? Thanks for the help!
You are likely not going to get the full amount of space listed on your drive for access. ie a 40 gig drive may only give you 37 gigs once partitioned
The normal rull of thumb is swap = 200% the amount of ram you have (twice) <--also a normal lpic question people get
Thanks for the help guys!
No problem, glad we were able to, uhhhmm, help.
Glad you got it going.