the full SATA solution

for BinToo-0.2Only

first you sould start with any 2.6.x kernel based livecd
or another linux system and chroot to BinToo installation like that:

# cp -L /etc/resolv.conf /mnt/BINTOO/etc
# mount -o bind /dev/ /mnt/BINTOO/dev
# mount -o bind /proc/ /mnt/BINTOO/proc
# chroot /mnt/BINTOO/
/mnt/BINTOO is the directory where BinToo-0.2 mounted in.

then download this file:
# proz http://bintoo.sf.net/kernel-0.2b.tgz
if not work try wget instead of proz

then do installation:
# tar -zxf kernel-0.2b.tgz
# cd kernel
# bash install

after the installation
# grub-install --no-floppy --recheck --root-directory=/ /dev/sda
replace sda with the right one if it's not.

edit /boot/grub/menu.lst
# nano /boot/grub/menu.lst
be sure to have the right entry or add these lines to the end of file:

title BinToo-SATA
kernel (sd0,X)/boot/vmlinuz.s quiet vga=791 \
splash=silent,theme:bintoo-green CONSOLE=/dev/tty1
initrd (sd0,X)/boot/initrd.img

replace X with the right No. and join the line ends with \ with the next line .
to exit nano press CTRL+x and press y then Return "Enter".

now you really can reboot
i hope this will work :( .