Hello,
I've try to load x86 extensions from x86_64 and after searching, I got should to do this:
vmlinuz64 + rootfs.gz + modules64.gz
but I cant understand how should I do that in menu.lst from grub:
kernel /boot/vmlinuz64 quite
initrd /boot/rootfs.gz, /boot/modules64.gz
it dose not worked for me.
I need to install chntpw from tinycore64 and it is not exist from x86_64 repo, is there anything to do that without load rootfs.gz? like convert x86 package to x86_64?
Thank you