There is a news...
This is archlinux isolinux.cfg file:
CODE
prompt 1
timeout 0
display boot.msg
F1 boot.msg
F2 options.msg
F3 help.msg
DEFAULT arch
LABEL arch
KERNEL /boot/vmlinuz26
APPEND lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_AHCOHH6O ramdisk_size=75% initrd=/boot/archiso_pata.img
LABEL archide
KERNEL /boot/vmlinuz26
APPEND lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_AHCOHH6O ramdisk_size=75% initrd=/boot/archiso_ide.img
LABEL memtest
KERNEL /boot/memtest
and with this command (in EasyBoot): memdisk /boot/vmlinuz26 it starts now and ask me about boot. So I write initrd=/boot/archiso_pata.img from command-line and it continues, but there is a problem in mounting phase of archiso volume (I receive an error and archiso volume isn't mounted).
Any idea? and how can I integrate "initrd=/boot/archiso_pata.img" with "memdisk /boot/vmlinuz26" in EasyBoot?