Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed PC-BSD yesterday and it seemed great at first but then it would just freeze up after a couple of minutes using it. I just figured something was wrong with the download since this isn't normally a characteristic of UNIX OS's. Well I decided I go ahead and put Fedora 3 on there. When I try to put Fedora on the machine I get and error message after selecting my country that says:
Bug
Assertion (heads < 256) at disk_dos.c:486 in function probe_partition_for_geom() failed.
If I click ignore is gives me this:
Bug
Assertion ((C* heads + H)* sectors + S ==A) at disk_dos.c:495 in function probe_partition_for_geom() failed
I checked the disk before installing and it said it was fine to install. The computer hasnt had anthing on it for about two weeks but I didnt have any problems like this before. I have installed Fedore 3 before without problems so I know it works fine on this computer. I am just guessing that maybe something happened to some piece of hardware since I am having problems with both BSD and Fedora, but I really have no clue.
Looks like a bad partition table or failing hd. Try deleting the partitions and recreating them. Or you could boot a livecd like knoppix and fsck the partitions.
Is the hd geometry reported correctly in the BIOS?
Where do I find the geometry in the BIOS? I don't have the live cd, I guess I could download it, but I did put in a freeBSD disk since I figured I could just delete the partitions using fdisk. Before I went into fdisk it said...A geometry of 77545/16/63 is incorrect. Is that just for freeBSD or is that in general. If it is incorrect in general, how do I change it, I looked in BIOS but couldn't find anything about the geometry.
You could just open the computer and have a look at the sticker on the drive. The BIOS is probably set on auto for the drive but should have an option to manually set heads/sectors/cylinders. If it fails and still gives an error, you can set it on bootup with lilo or grub. I have one drive that gives wrong info but works fine when I put hdb=2434,255,63 in the append line in lilo.conf. The values are what I get from "fdisk -l". When booting a livecd you can specify this at the boot prompt, just change the values according to what fdisk says.
This whole thing could be just a compatibility issue between ATA and BIOS geometries. A quick google gives this: http://lists.freebsd.org/pipermail/f...ne/048133.html
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.