bsus said:
Now I am in the menü, is there a way to install it manually? So like Gentoo and is there a handbook for this manual installation?
Like wblock said you're better off using the installer for a normal BSD installation ( what I think you probably want to do is somewhat like installing the minimal installation, then download FreeBSD's source code and build it with cusomized options as described in chapters 8 and 24 of
the handbook - more or less like installing the stage-xyz tarball before you chroot into it and rebuild it in gentoo's default way of installing ) and then using ports which is the more-or-less equivalence to gentoo portage for installing the non-OS packages.
Modifying FreeBSD in a manner different to defining make parameters to buildkernel and installworld or modifying the config files, is like applying your own patches to glibc, coreutils, ... on gentoo linux/gnu, which is most likely not what you wanted to do, either.
This thread might also be useful for bootstrapping FreeBSD.
bsus said:
Thers also strange that fdisk doesnt part probely, before and after the partition ist unused space
Those are paddings to have the partition start on a 2^n boundary for a certain n that depends on the specification of your platform - BIOS might fail to detect the partition (which is required for loading the boot loader on it) if that is not done.
IIRC the installer will normaly be doing debug output on tty2, so eventually you can find a clue there.
bsus said:
The Installation tools are failing everytime.
I am doing all steps (parting automaticly) until the last one, whee sysinstall wants to do the installation.
But there i am getting quite fast the error, that it cant create partitions.
If the partitions are not created before the error occurs, i.e. if they aren't present after reboot, try pressing the 'W'-Key (write) in the fdisk "dialog page" (on both, the slice and the slice-partition pages) before pressing 'Q' for (quit/continue) which would force fdisk do the partitioning now instead of doing it only after you selected what you want to install and where prompted whether you're sure you want to install it.